01JV5P5W9TPD6G5R2MPYAAAD9C: 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: 01JV5P6FYBVDH85XV47AAZ7201

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-05-13T20:43:57.820Zjob assigned to worker 01JV5P6HHAN3RH07W22M3KD0YM [factory gimlet-EVT22200007-propolis, EVT22200007/27183] (queued for 36 s)
 
22025-05-13T20:44:05.490Zstarting task 0: "setup"
32025-05-13T20:44:05.515Z++ uname -s
42025-05-13T20:44:05.516Z+ kern=SunOS
52025-05-13T20:44:05.516Z+ build_user=build
62025-05-13T20:44:05.516Z+ build_uid=12345
72025-05-13T20:44:05.516Z+ work_dir=/work
82025-05-13T20:44:05.516Z+ input_dir=/input
92025-05-13T20:44:05.516Z+ [[ 0 == 12345 ]]
102025-05-13T20:44:05.516Z+ case "$kern" in
112025-05-13T20:44:05.516Z+ groupadd -g 12345 build
122025-05-13T20:44:05.516Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-05-13T20:44:07.513Z+ zfs create -o mountpoint=/work rpool/work
142025-05-13T20:44:07.556Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-05-13T20:44:07.581Z+ home_fs=zfs
162025-05-13T20:44:07.581Z+ [[ zfs == autofs ]]
172025-05-13T20:44:07.581Z+ mkdir -p /home/build
182025-05-13T20:44:07.581Z+ chown build:build /home/build /work
192025-05-13T20:44:09.567Z+ chmod 0700 /home/build /work
202025-05-13T20:44:09.595Zprocess exited: duration 4082 ms, exit code 0
 
212025-05-13T20:44:09.648Zstarting task 1: "rust-toolchain"
222025-05-13T20:44:09.675Z+ printf ' * rust toolchain channel = "%s"\n' 1.86.0
232025-05-13T20:44:09.675Z * rust toolchain channel = "1.86.0"
242025-05-13T20:44:09.675Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-05-13T20:44:09.675Z * rust toolchain profile = "default"
262025-05-13T20:44:09.675Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-05-13T20:44:09.675Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-05-13T20:44:09.676Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-05-13T20:44:09.676Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default
302025-05-13T20:44:09.811Zinfo: downloading installer
312025-05-13T20:44:10.344Zwarn: It looks like you have an existing installation of Rust at:
322025-05-13T20:44:10.344Zwarn: /opt/ooce/bin
332025-05-13T20:44:10.345Zwarn: It is recommended that rustup be the primary Rust installation.
342025-05-13T20:44:10.345Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-05-13T20:44:10.345Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-05-13T20:44:10.345Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-05-13T20:44:10.345Zwarn: or pass `-y' to ignore all ignorable checks.
382025-05-13T20:44:10.345Zerror: cannot install while Rust is installed
392025-05-13T20:44:10.345Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-05-13T20:44:10.370Zinfo: profile set to 'default'
412025-05-13T20:44:10.370Zinfo: default host triple is x86_64-unknown-illumos
422025-05-13T20:44:10.370Zinfo: syncing channel updates for '1.86.0-x86_64-unknown-illumos'
432025-05-13T20:44:10.462Zinfo: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31)
442025-05-13T20:44:10.462Zinfo: downloading component 'cargo'
452025-05-13T20:44:10.601Zinfo: downloading component 'clippy'
462025-05-13T20:44:10.666Zinfo: downloading component 'rust-docs'
472025-05-13T20:44:10.891Zinfo: downloading component 'rust-std'
482025-05-13T20:44:11.315Zinfo: downloading component 'rustc'
492025-05-13T20:44:12.531Zinfo: downloading component 'rustfmt'
502025-05-13T20:44:12.730Zinfo: installing component 'cargo'
512025-05-13T20:44:13.823Zinfo: installing component 'clippy'
522025-05-13T20:44:14.280Zinfo: installing component 'rust-docs'
532025-05-13T20:44:17.339Zinfo: installing component 'rust-std'
542025-05-13T20:44:19.365Zinfo: installing component 'rustc'
552025-05-13T20:44:27.150Zinfo: installing component 'rustfmt'
562025-05-13T20:44:27.541Zinfo: default toolchain set to '1.86.0-x86_64-unknown-illumos'
572025-05-13T20:44:27.541Z
582025-05-13T20:44:27.705Z 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31)
592025-05-13T20:44:27.705Z
602025-05-13T20:44:27.705Z
612025-05-13T20:44:27.705ZRust is installed now. Great!
622025-05-13T20:44:27.705Z
632025-05-13T20:44:27.705ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-05-13T20:44:27.730Zenvironment variable. This has not been done automatically.
652025-05-13T20:44:27.730Z
662025-05-13T20:44:27.730ZTo configure your current shell, you need to source
672025-05-13T20:44:27.730Zthe corresponding env file under $HOME/.cargo.
682025-05-13T20:44:27.731Z
692025-05-13T20:44:27.731ZThis is usually done by running one of the following (note the leading DOT):
702025-05-13T20:44:27.731Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-05-13T20:44:27.731Zsource "$HOME/.cargo/env.fish" # For fish
722025-05-13T20:44:27.731Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-05-13T20:44:27.811Z+ rustup --version
742025-05-13T20:44:27.844Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-05-13T20:44:27.844Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-05-13T20:44:27.928Zinfo: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)`
772025-05-13T20:44:27.953Z+ cargo --version
782025-05-13T20:44:28.020Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
792025-05-13T20:44:28.045Z+ rustc --version
802025-05-13T20:44:28.116Zrustc 1.86.0 (05f9846f8 2025-03-31)
812025-05-13T20:44:28.141Zprocess exited: duration 18474 ms, exit code 0
 
822025-05-13T20:44:28.194Zstarting task 2: "authentication"
832025-05-13T20:44:28.253Zprocess exited: duration 61 ms, exit code 0
 
842025-05-13T20:44:28.303Zstarting task 3: "clone repository"
852025-05-13T20:44:28.328Z+ mkdir -p /work/oxidecomputer/omicron
862025-05-13T20:44:28.328Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-05-13T20:44:28.355ZCloning into '/work/oxidecomputer/omicron'...
882025-05-13T20:44:36.994Z+ cd /work/oxidecomputer/omicron
892025-05-13T20:44:36.994Z+ git fetch origin 368f84fc2e1b9a1e2e6acc1f46a68f8bdb5d61d2
902025-05-13T20:44:37.439ZFrom https://github.com/oxidecomputer/omicron
912025-05-13T20:44:37.439Z * branch 368f84fc2e1b9a1e2e6acc1f46a68f8bdb5d61d2 -> FETCH_HEAD
922025-05-13T20:44:37.464Z+ [[ -n eliza/ereport-sp-api ]]
932025-05-13T20:44:37.465Z++ git branch --show-current
942025-05-13T20:44:37.465Z+ current=main
952025-05-13T20:44:37.465Z+ [[ main != eliza/ereport-sp-api ]]
962025-05-13T20:44:37.465Z+ git branch -f eliza/ereport-sp-api 368f84fc2e1b9a1e2e6acc1f46a68f8bdb5d61d2
972025-05-13T20:44:37.465Z+ git checkout -f eliza/ereport-sp-api
982025-05-13T20:44:37.780ZSwitched to branch 'eliza/ereport-sp-api'
992025-05-13T20:44:37.806Z+ git reset --hard 368f84fc2e1b9a1e2e6acc1f46a68f8bdb5d61d2
1002025-05-13T20:44:37.831ZHEAD is now at 368f84fc2 oh god i picked the wrong one of the three shas lol
1012025-05-13T20:44:37.856Zprocess exited: duration 9528 ms, exit code 0
 
1022025-05-13T20:44:37.906Zstarting task 4: "build"
1032025-05-13T20:44:37.932Z+ source ./env.sh
1042025-05-13T20:44:37.932Z++ OLD_SHELL_OPTS=ehxB
1052025-05-13T20:44:37.932Z++ set -o xtrace
1062025-05-13T20:44:37.932Z++++ dirname ./env.sh
1072025-05-13T20:44:37.932Z+++ readlink -f .
1082025-05-13T20:44:37.932Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092025-05-13T20:44:37.932Z++ 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-05-13T20:44:37.932Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112025-05-13T20:44:37.932Z++ 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-05-13T20:44:37.932Z++ 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-05-13T20:44:37.932Z++ 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-05-13T20:44:37.932Z++ 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-05-13T20:44:37.932Z++ 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-05-13T20:44:37.932Z++ 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-05-13T20:44:37.932Z++ case $OLD_SHELL_OPTS in
1182025-05-13T20:44:37.932Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192025-05-13T20:44:37.932Z+ source .github/buildomat/ci-env.sh
1202025-05-13T20:44:37.932Z++ export CARGO_TERM_COLOR=always
1212025-05-13T20:44:37.932Z++ CARGO_TERM_COLOR=always
1222025-05-13T20:44:37.932Z+ target_os=illumos
1232025-05-13T20:44:37.932Z+ NEXTEST_VERSION=0.9.91
1242025-05-13T20:44:37.932Z+ cargo --version
1252025-05-13T20:44:38.006Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1262025-05-13T20:44:38.033Z+ rustc --version
1272025-05-13T20:44:38.100Zrustc 1.86.0 (05f9846f8 2025-03-31)
1282025-05-13T20:44:38.125Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.91/illumos
1292025-05-13T20:44:38.125Z+ gunzip
1302025-05-13T20:44:38.125Z+ tar -xvf - -C /home/build/.cargo/bin
1312025-05-13T20:44:39.106Zx cargo-nextest, 18384984 bytes, 35909 tape blocks
1322025-05-13T20:44:39.131Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332025-05-13T20:44:39.131Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342025-05-13T20:44:39.131Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352025-05-13T20:44:39.131Z+ mkdir /var/tmp/omicron_tmp
1362025-05-13T20:44:39.131Z+ OUTPUT_DIR=/work
1372025-05-13T20:44:39.132Z+ echo 'tests will store non-ephemeral output in /work'
1382025-05-13T20:44:39.132Ztests will store non-ephemeral output in /work
1392025-05-13T20:44:39.132Z+ mkdir -p /work
1402025-05-13T20:44:39.132Z+ banner prerequisites
1412025-05-13T20:44:39.132Z
1422025-05-13T20:44:39.132Z ##### ##### ###### ##### ###### #### # # # #### #
1432025-05-13T20:44:39.132Z # # # # # # # # # # # # # # #
1442025-05-13T20:44:39.132Z # # # # ##### # # ##### # # # # # #### #
1452025-05-13T20:44:39.132Z ##### ##### # ##### # # # # # # # # #
1462025-05-13T20:44:39.132Z # # # # # # # # # # # # # # #
1472025-05-13T20:44:39.132Z # # # ###### # # ###### ### # #### # #### #
1482025-05-13T20:44:39.132Z
1492025-05-13T20:44:39.132Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502025-05-13T20:44:51.841Z Startup: Refreshing catalog 'helios-dev' ... Done
1512025-05-13T20:44:58.745Z Startup: Caching catalogs ... Done
1522025-05-13T20:45:05.033ZPlanning: Solver setup ... Done (4.724s)
1532025-05-13T20:45:05.076ZPlanning: Running solver ... Done (0.045s)
1542025-05-13T20:45:05.148ZPlanning: Finding local manifests ... Done (0.002s)
1552025-05-13T20:45:05.249ZPlanning: Fetching manifests: 0/4 0% complete
1562025-05-13T20:45:06.089ZPlanning: Fetching manifests: 4/4 100% complete
1572025-05-13T20:45:06.155ZPlanning: Package planning ... Done (0.066s)
1582025-05-13T20:45:06.214ZPlanning: Merging actions ... Done (0.058s)
1592025-05-13T20:45:06.555ZPlanning: Checking for conflicting actions ... Done (0.340s)
1602025-05-13T20:45:06.580ZPlanning: Consolidating action changes ... Done (0.013s)
1612025-05-13T20:45:07.296ZPlanning: Evaluating mediators ... Done (0.726s)
1622025-05-13T20:45:07.323ZPlanning: Planning completed in 8.46 seconds
1632025-05-13T20:45:07.349Z Packages to install: 4
1642025-05-13T20:45:07.349Z Mediators to change: 2
1652025-05-13T20:45:07.349Z Services to change: 1
1662025-05-13T20:45:07.349Z Estimated space available: 155.06 GB
1672025-05-13T20:45:07.349ZEstimated space to be consumed: 1.65 GB
1682025-05-13T20:45:07.349Z Create boot environment: No
1692025-05-13T20:45:07.349ZCreate backup boot environment: No
1702025-05-13T20:45:07.349Z Rebuild boot archive: No
1712025-05-13T20:45:07.349Z
1722025-05-13T20:45:07.349ZChanged mediators:
1732025-05-13T20:45:07.349Z mediator clang:
1742025-05-13T20:45:07.349Z version: None -> 15 (system default)
1752025-05-13T20:45:07.349Z
1762025-05-13T20:45:07.349Z mediator llvm:
1772025-05-13T20:45:07.349Z version: 14 (system default) -> 15 (system default)
1782025-05-13T20:45:07.349Z
1792025-05-13T20:45:07.349ZChanged packages:
1802025-05-13T20:45:07.349Zhelios-dev
1812025-05-13T20:45:07.349Z developer/build-essential
1822025-05-13T20:45:07.349Z None -> 11-2.0
1832025-05-13T20:45:07.349Z library/libxmlsec1
1842025-05-13T20:45:07.349Z None -> 1.2.35-2.0
1852025-05-13T20:45:07.349Z ooce/developer/clang-15
1862025-05-13T20:45:07.349Z None -> 15.0.7-2.0
1872025-05-13T20:45:07.349Z ooce/developer/llvm-15
1882025-05-13T20:45:07.349Z None -> 15.0.7-2.0
1892025-05-13T20:45:07.349Z
1902025-05-13T20:45:07.349ZServices:
1912025-05-13T20:45:07.349Z restart_fmri:
1922025-05-13T20:45:07.349Z svc:/system/update-man-index:default
1932025-05-13T20:45:07.387Z
1942025-05-13T20:45:07.388ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1952025-05-13T20:45:13.978ZDownload: 213/3290 items 1.3/212.6MB 0% complete (606k/s)
1962025-05-13T20:45:19.010ZDownload: 1142/3290 items 57.4/212.6MB 27% complete (5.5M/s)
1972025-05-13T20:45:28.560ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (10.6M/s)
1982025-05-13T20:45:33.570ZDownload: 1776/3290 items 118.3/212.6MB 55% complete (7.3M/s)
1992025-05-13T20:45:40.181ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (4.0M/s)
2002025-05-13T20:45:45.182ZDownload: 2661/3290 items 120.7/212.6MB 56% complete (205k/s)
2012025-05-13T20:45:50.187ZDownload: 3244/3290 items 174.8/212.6MB 82% complete (5.5M/s)
2022025-05-13T20:45:55.212ZDownload: 3280/3290 items 211.1/212.6MB 99% complete (9.0M/s)
2032025-05-13T20:46:00.078ZDownload: Completed 212.60 MB in 52.69 seconds (4.0M/s)
2042025-05-13T20:46:00.244Z Actions: 1/3689 actions (Installing new actions)
2052025-05-13T20:46:05.251Z Actions: 2311/3689 actions (Installing new actions)
2062025-05-13T20:46:06.117Z Actions: Completed 3689 actions in 5.87 seconds.
2072025-05-13T20:46:06.622Z Done (0.499s)
2082025-05-13T20:46:06.622Z Done (0.000s)
2092025-05-13T20:46:07.514Z Done (0.892s)
2102025-05-13T20:46:13.010Z Done (5.281s)
2112025-05-13T20:46:13.110Z Done (0.019s)
2122025-05-13T20:46:13.135Z Done (0.000s)
2132025-05-13T20:46:13.279Z Done (0.000s)
2142025-05-13T20:46:14.230ZPlanning: Evaluating mediator changes ... Done
2152025-05-13T20:46:14.490ZPlanning: Checking for conflicting actions ... Done
2162025-05-13T20:46:14.516ZPlanning: Consolidating action changes ... Done
2172025-05-13T20:46:14.833ZPlanning: Evaluating mediators ... Done
2182025-05-13T20:46:14.858ZPlanning: Planning completed in 0.61 seconds
2192025-05-13T20:46:14.883Z Mediators to change: 2
2202025-05-13T20:46:14.883Z Create boot environment: No
2212025-05-13T20:46:14.883ZCreate backup boot environment: No
2222025-05-13T20:46:14.936Z Done
2232025-05-13T20:46:14.936Z Done
2242025-05-13T20:46:15.683Z Done
2252025-05-13T20:46:20.652Z Done
2262025-05-13T20:46:20.744Z Done
2272025-05-13T20:46:20.769Z Done
2282025-05-13T20:46:20.802Z Done
2292025-05-13T20:46:21.639ZPlanning: Evaluating mediator changes ... Done
2302025-05-13T20:46:21.664ZPlanning: Merging actions ... Done
2312025-05-13T20:46:21.943ZPlanning: Checking for conflicting actions ... Done
2322025-05-13T20:46:21.970ZPlanning: Consolidating action changes ... Done
2332025-05-13T20:46:22.288ZPlanning: Evaluating mediators ... Done
2342025-05-13T20:46:22.358ZPlanning: Planning completed in 1.04 seconds
2352025-05-13T20:46:22.404Z Packages to change: 1
2362025-05-13T20:46:22.404Z Mediators to change: 1
2372025-05-13T20:46:22.404Z Services to change: 1
2382025-05-13T20:46:22.404Z Create boot environment: No
2392025-05-13T20:46:22.404ZCreate backup boot environment: Yes
2402025-05-13T20:46:24.287Z Actions: 1/6 actions (Updating modified actions)
2412025-05-13T20:46:24.312Z Actions: Completed 6 actions in 0.00 seconds.
2422025-05-13T20:46:24.312Z Done
2432025-05-13T20:46:24.312Z Done
2442025-05-13T20:46:24.473Z Done
2452025-05-13T20:46:29.406Z Done
2462025-05-13T20:46:29.513Z Done
2472025-05-13T20:46:29.538Z Done
2482025-05-13T20:46:29.563Z Done
2492025-05-13T20:46:30.139ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2502025-05-13T20:46:30.139Zclang system 15 system
2512025-05-13T20:46:30.139Zcsh system system illumos
2522025-05-13T20:46:30.139Zctags system system illumos
2532025-05-13T20:46:30.139Zfile system system illumos
2542025-05-13T20:46:30.139Zgcc vendor 12 vendor
2552025-05-13T20:46:30.139Zgcc system 10 system
2562025-05-13T20:46:30.139Zgcc system 7 system
2572025-05-13T20:46:30.139Zgo system 1.20 system
2582025-05-13T20:46:30.139Zgo system 1.19 system
2592025-05-13T20:46:30.139Zllvm system 15 system
2602025-05-13T20:46:30.139Zllvm system 14 system
2612025-05-13T20:46:30.139Zmariadb system 10.6 system
2622025-05-13T20:46:30.139Zmta vendor vendor dma
2632025-05-13T20:46:30.139Zopenjdk system 17 system
2642025-05-13T20:46:30.139Zopenjdk system 11 system
2652025-05-13T20:46:30.139Zopenjdk system 1.8 system
2662025-05-13T20:46:30.139Zopenssl vendor 3 vendor
2672025-05-13T20:46:30.139Zperl system 5.36 system
2682025-05-13T20:46:30.139Zpostgresql system 15 system
2692025-05-13T20:46:30.139Zpostgresql system 13 system
2702025-05-13T20:46:30.140Zpython vendor 3 vendor
2712025-05-13T20:46:30.140Zpython system 2 system
2722025-05-13T20:46:30.140Zpython3 system 3.11 system
2732025-05-13T20:46:30.140Zruby system 3.0 system
2742025-05-13T20:46:30.140Zwords vendor vendor american-english
2752025-05-13T20:46:30.140Zwords system system australian-english
2762025-05-13T20:46:30.140Zwords system system british-english
2772025-05-13T20:46:30.140Zwords system system canadian-english
2782025-05-13T20:46:30.140Zwords system system french
2792025-05-13T20:46:30.140Zwords system system italian
2802025-05-13T20:46:30.140Zwords system system ngerman
2812025-05-13T20:46:30.140Zwords system system ogerman
2822025-05-13T20:46:30.140Zwords system system spanish
2832025-05-13T20:46:30.537ZPUBLISHER TYPE STATUS P LOCATION
2842025-05-13T20:46:30.537Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2852025-05-13T20:46:35.127ZFMRI IFO
2862025-05-13T20:46:35.127Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2872025-05-13T20:46:35.127Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2882025-05-13T20:46:35.127Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2892025-05-13T20:46:35.127Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2902025-05-13T20:46:35.127Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2912025-05-13T20:46:35.127Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2922025-05-13T20:46:35.127Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2932025-05-13T20:46:35.127Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2942025-05-13T20:46:35.127Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2952025-05-13T20:46:35.127Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2962025-05-13T20:46:35.127Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2972025-05-13T20:46:35.128Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2982025-05-13T20:46:35.128Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2992025-05-13T20:46:35.128Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3002025-05-13T20:46:35.128Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3012025-05-13T20:46:36.178Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3022025-05-13T20:46:36.635Z Updating git repository `https://github.com/seanmonstar/reqwest`
3032025-05-13T20:46:37.547Z Updating crates.io index
3042025-05-13T20:46:37.614Z Updating git repository `https://github.com/oxidecomputer/lldp`
3052025-05-13T20:46:38.036Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3062025-05-13T20:46:38.799Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3072025-05-13T20:46:39.138Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3082025-05-13T20:46:39.504Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3092025-05-13T20:46:39.946Z Updating git repository `https://github.com/oxidecomputer/propolis`
3102025-05-13T20:46:41.794Z Updating git repository `https://github.com/oxidecomputer/crucible`
3112025-05-13T20:46:44.012Z Updating git repository `https://github.com/oxidecomputer/opte`
3122025-05-13T20:46:45.142Z Updating git repository `https://github.com/oxidecomputer/falcon`
3132025-05-13T20:46:45.992Z Updating git repository `https://github.com/oxidecomputer/clickward`
3142025-05-13T20:46:46.461Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3152025-05-13T20:46:46.926Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3162025-05-13T20:46:47.978Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3172025-05-13T20:46:48.572Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3182025-05-13T20:46:49.292Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3192025-05-13T20:46:49.666Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3202025-05-13T20:46:50.214Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3212025-05-13T20:46:50.634Z Updating git repository `https://github.com/oxidecomputer/tofino`
3222025-05-13T20:46:51.068Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3232025-05-13T20:46:51.448Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3242025-05-13T20:46:51.810Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3252025-05-13T20:46:52.260Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3262025-05-13T20:46:52.750Z Updating git repository `https://github.com/oxidecomputer/ispf`
3272025-05-13T20:46:53.150Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3282025-05-13T20:46:53.559Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3292025-05-13T20:46:54.268Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3302025-05-13T20:46:54.746Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3312025-05-13T20:46:55.116Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3322025-05-13T20:46:55.664Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3332025-05-13T20:46:56.174Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3342025-05-13T20:46:56.564Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3352025-05-13T20:46:56.947Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3362025-05-13T20:46:57.356Z Updating git repository `https://github.com/oxidecomputer/omicron`
3372025-05-13T20:47:06.792Z Updating git repository `https://github.com/illumos/smf-rs`
3382025-05-13T20:47:08.501Z Downloading crates ...
3392025-05-13T20:47:08.581Z Downloaded dtrace-parser v0.2.0
3402025-05-13T20:47:08.646Z Downloaded bitflags v1.3.2
3412025-05-13T20:47:08.646Z Downloaded usdt-attr-macro v0.5.0
3422025-05-13T20:47:08.646Z Downloaded tabled_derive v0.7.0
3432025-05-13T20:47:08.646Z Downloaded thiserror v1.0.69
3442025-05-13T20:47:08.646Z Downloaded version_check v0.9.5
3452025-05-13T20:47:08.647Z Downloaded unicode-ident v1.0.14
3462025-05-13T20:47:08.647Z Downloaded serde v1.0.219
3472025-05-13T20:47:08.647Z Downloaded zerocopy-derive v0.7.35
3482025-05-13T20:47:08.739Z Downloaded hashbrown v0.15.1
3492025-05-13T20:47:08.739Z Downloaded serde_json v1.0.140
3502025-05-13T20:47:08.739Z Downloaded tabled v0.15.0
3512025-05-13T20:47:08.739Z Downloaded goblin v0.8.2
3522025-05-13T20:47:08.739Z Downloaded winnow v0.7.3
3532025-05-13T20:47:08.739Z Downloaded unicode-width v0.1.14
3542025-05-13T20:47:08.739Z Downloaded rustix v0.37.28
3552025-05-13T20:47:08.739Z Downloaded syn v2.0.98
3562025-05-13T20:47:08.776Z Downloaded rustix v0.38.37
3572025-05-13T20:47:08.776Z Downloaded syn v1.0.109
3582025-05-13T20:47:08.776Z Downloaded libc v0.2.171
3592025-05-13T20:47:08.835Z Downloaded serde_derive v1.0.219
3602025-05-13T20:47:08.835Z Downloaded ucd-trie v0.1.7
3612025-05-13T20:47:08.835Z Downloaded zerocopy v0.7.35
3622025-05-13T20:47:08.835Z Downloaded pest v2.7.14
3632025-05-13T20:47:08.835Z Downloaded ryu v1.0.18
3642025-05-13T20:47:08.835Z Downloaded cargo_toml v0.21.0
3652025-05-13T20:47:08.835Z Downloaded typenum v1.17.0
3662025-05-13T20:47:08.885Z Downloaded toml_edit v0.22.24
3672025-05-13T20:47:08.885Z Downloaded memchr v2.7.4
3682025-05-13T20:47:08.885Z Downloaded indexmap v2.9.0
3692025-05-13T20:47:08.886Z Downloaded clap_builder v4.5.35
3702025-05-13T20:47:08.886Z Downloaded dof v0.3.0
3712025-05-13T20:47:08.886Z Downloaded clap v4.5.35
3722025-05-13T20:47:08.930Z Downloaded toml v0.8.20
3732025-05-13T20:47:08.930Z Downloaded thread-id v4.2.2
3742025-05-13T20:47:08.930Z Downloaded thiserror v2.0.12
3752025-05-13T20:47:08.931Z Downloaded textwrap v0.16.1
3762025-05-13T20:47:08.931Z Downloaded tempfile v3.13.0
3772025-05-13T20:47:08.931Z Downloaded strsim v0.11.1
3782025-05-13T20:47:08.931Z Downloaded scroll v0.12.0
3792025-05-13T20:47:08.931Z Downloaded quote v1.0.39
3802025-05-13T20:47:08.932Z Downloaded proc-macro2 v1.0.94
3812025-05-13T20:47:08.932Z Downloaded proc-macro-error v1.0.4
3822025-05-13T20:47:08.932Z Downloaded pest_meta v2.7.14
3832025-05-13T20:47:08.932Z Downloaded pest_derive v2.7.14
3842025-05-13T20:47:08.932Z Downloaded papergrid v0.11.0
3852025-05-13T20:47:08.932Z Downloaded log v0.4.22
3862025-05-13T20:47:08.932Z Downloaded io-lifetimes v1.0.11
3872025-05-13T20:47:08.932Z Downloaded generic-array v0.14.7
3882025-05-13T20:47:08.933Z Downloaded crypto-common v0.1.6
3892025-05-13T20:47:08.933Z Downloaded clap_derive v4.5.32
3902025-05-13T20:47:08.933Z Downloaded cargo-platform v0.1.8
3912025-05-13T20:47:08.933Z Downloaded bitflags v2.9.0
3922025-05-13T20:47:08.967Z Downloaded anyhow v1.0.98
3932025-05-13T20:47:08.967Z Downloaded utf8parse v0.2.2
3942025-05-13T20:47:08.967Z Downloaded usdt-macro v0.5.0
3952025-05-13T20:47:08.967Z Downloaded usdt-impl v0.5.0
3962025-05-13T20:47:08.967Z Downloaded usdt v0.5.0
3972025-05-13T20:47:08.967Z Downloaded unicode-linebreak v0.1.5
3982025-05-13T20:47:08.967Z Downloaded toml_datetime v0.6.8
3992025-05-13T20:47:08.968Z Downloaded thiserror-impl v2.0.12
4002025-05-13T20:47:08.968Z Downloaded thiserror-impl v1.0.69
4012025-05-13T20:47:08.968Z Downloaded terminal_size v0.4.0
4022025-05-13T20:47:08.968Z Downloaded terminal_size v0.2.6
4032025-05-13T20:47:08.968Z Downloaded sha2 v0.10.8
4042025-05-13T20:47:08.968Z Downloaded semver v1.0.26
4052025-05-13T20:47:08.968Z Downloaded pest_generator v2.7.14
4062025-05-13T20:47:08.968Z Downloaded once_cell v1.21.3
4072025-05-13T20:47:08.968Z Downloaded smawk v0.3.2
4082025-05-13T20:47:08.968Z Downloaded serde_tokenstream v0.2.2
4092025-05-13T20:47:08.969Z Downloaded proc-macro-error-attr v1.0.4
4102025-05-13T20:47:08.969Z Downloaded macaddr v1.0.1
4112025-05-13T20:47:08.969Z Downloaded cargo_metadata v0.19.2
4122025-05-13T20:47:08.969Z Downloaded camino-tempfile v1.3.0
4132025-05-13T20:47:08.969Z Downloaded camino v1.1.9
4142025-05-13T20:47:08.969Z Downloaded anstream v0.6.18
4152025-05-13T20:47:08.969Z Downloaded serde_spanned v0.6.8
4162025-05-13T20:47:08.969Z Downloaded plain v0.2.3
4172025-05-13T20:47:09.002Z Downloaded memmap v0.7.0
4182025-05-13T20:47:09.002Z Downloaded itoa v1.0.11
4192025-05-13T20:47:09.003Z Downloaded heck v0.5.0
4202025-05-13T20:47:09.003Z Downloaded heck v0.4.1
4212025-05-13T20:47:09.003Z Downloaded fs-err v3.1.0
4222025-05-13T20:47:09.003Z Downloaded fnv v1.0.7
4232025-05-13T20:47:09.004Z Downloaded fastrand v2.1.1
4242025-05-13T20:47:09.004Z Downloaded cpufeatures v0.2.14
4252025-05-13T20:47:09.004Z Downloaded clap_lex v0.7.4
4262025-05-13T20:47:09.004Z Downloaded byteorder v1.5.0
4272025-05-13T20:47:09.005Z Downloaded bytecount v0.6.8
4282025-05-13T20:47:09.005Z Downloaded block-buffer v0.10.4
4292025-05-13T20:47:09.005Z Downloaded autocfg v1.4.0
4302025-05-13T20:47:09.005Z Downloaded anstyle-query v1.1.1
4312025-05-13T20:47:09.005Z Downloaded anstyle-parse v0.2.5
4322025-05-13T20:47:09.005Z Downloaded anstyle v1.0.10
4332025-05-13T20:47:09.005Z Downloaded swrite v0.1.0
4342025-05-13T20:47:09.005Z Downloaded scroll_derive v0.12.0
4352025-05-13T20:47:09.006Z Downloaded pretty-hex v0.4.1
4362025-05-13T20:47:09.006Z Downloaded is_terminal_polyfill v1.70.1
4372025-05-13T20:47:09.006Z Downloaded errno v0.3.9
4382025-05-13T20:47:09.006Z Downloaded equivalent v1.0.1
4392025-05-13T20:47:09.006Z Downloaded digest v0.10.7
4402025-05-13T20:47:09.006Z Downloaded colorchoice v1.0.2
4412025-05-13T20:47:09.006Z Downloaded cfg-if v1.0.0
4422025-05-13T20:47:09.138Z Compiling proc-macro2 v1.0.94
4432025-05-13T20:47:09.138Z Compiling unicode-ident v1.0.14
4442025-05-13T20:47:09.183Z Compiling libc v0.2.171
4452025-05-13T20:47:09.183Z Compiling serde v1.0.219
4462025-05-13T20:47:09.183Z Compiling version_check v0.9.5
4472025-05-13T20:47:09.183Z Compiling memchr v2.7.4
4482025-05-13T20:47:09.183Z Compiling thiserror v1.0.69
4492025-05-13T20:47:09.184Z Compiling ucd-trie v0.1.7
4502025-05-13T20:47:09.412Z Compiling itoa v1.0.11
4512025-05-13T20:47:09.722Z Compiling ryu v1.0.18
4522025-05-13T20:47:09.966Z Compiling once_cell v1.21.3
4532025-05-13T20:47:10.025Z Compiling byteorder v1.5.0
4542025-05-13T20:47:10.178Z Compiling serde_json v1.0.140
4552025-05-13T20:47:10.310Z Compiling rustix v0.38.37
4562025-05-13T20:47:10.343Z Compiling bitflags v2.9.0
4572025-05-13T20:47:10.528Z Compiling usdt-impl v0.5.0
4582025-05-13T20:47:10.601Z Compiling proc-macro-error-attr v1.0.4
4592025-05-13T20:47:10.808Z Compiling syn v1.0.109
4602025-05-13T20:47:10.902Z Compiling io-lifetimes v1.0.11
4612025-05-13T20:47:11.173Z Compiling quote v1.0.39
4622025-05-13T20:47:11.227Z Compiling errno v0.3.9
4632025-05-13T20:47:11.269Z Compiling proc-macro-error v1.0.4
4642025-05-13T20:47:11.315Z Compiling log v0.4.22
4652025-05-13T20:47:11.497Z Compiling equivalent v1.0.1
4662025-05-13T20:47:11.566Z Compiling syn v2.0.98
4672025-05-13T20:47:11.593Z Compiling thread-id v4.2.2
4682025-05-13T20:47:11.657Z Compiling hashbrown v0.15.1
4692025-05-13T20:47:11.682Z Compiling plain v0.2.3
4702025-05-13T20:47:11.707Z Compiling camino v1.1.9
4712025-05-13T20:47:11.748Z Compiling rustix v0.37.28
4722025-05-13T20:47:11.787Z Compiling utf8parse v0.2.2
4732025-05-13T20:47:11.958Z Compiling anstyle-parse v0.2.5
4742025-05-13T20:47:12.348Z Compiling semver v1.0.26
4752025-05-13T20:47:12.552Z Compiling colorchoice v1.0.2
4762025-05-13T20:47:12.578Z Compiling unicode-width v0.1.14
4772025-05-13T20:47:12.680Z Compiling indexmap v2.9.0
4782025-05-13T20:47:12.708Z Compiling pretty-hex v0.4.1
4792025-05-13T20:47:12.733Z Compiling autocfg v1.4.0
4802025-05-13T20:47:12.829Z Compiling anstyle-query v1.1.1
4812025-05-13T20:47:12.935Z Compiling anstyle v1.0.10
4822025-05-13T20:47:12.991Z Compiling is_terminal_polyfill v1.70.1
4832025-05-13T20:47:13.043Z Compiling bitflags v1.3.2
4842025-05-13T20:47:13.150Z Compiling thiserror v2.0.12
4852025-05-13T20:47:13.175Z Compiling winnow v0.7.3
4862025-05-13T20:47:13.328Z Compiling anstream v0.6.18
4872025-05-13T20:47:13.566Z Compiling fs-err v3.1.0
4882025-05-13T20:47:13.794Z Compiling terminal_size v0.4.0
4892025-05-13T20:47:13.977Z Compiling bytecount v0.6.8
4902025-05-13T20:47:14.002Z Compiling clap_lex v0.7.4
4912025-05-13T20:47:14.039Z Compiling heck v0.5.0
4922025-05-13T20:47:14.185Z Compiling fastrand v2.1.1
4932025-05-13T20:47:14.411Z Compiling strsim v0.11.1
4942025-05-13T20:47:14.439Z Compiling heck v0.4.1
4952025-05-13T20:47:14.502Z Compiling anyhow v1.0.98
4962025-05-13T20:47:14.763Z Compiling cfg-if v1.0.0
4972025-05-13T20:47:14.870Z Compiling fnv v1.0.7
4982025-05-13T20:47:14.895Z Compiling tempfile v3.13.0
4992025-05-13T20:47:15.020Z Compiling papergrid v0.11.0
5002025-05-13T20:47:15.126Z Compiling clap_builder v4.5.35
5012025-05-13T20:47:15.274Z Compiling terminal_size v0.2.6
5022025-05-13T20:47:15.472Z Compiling memmap v0.7.0
5032025-05-13T20:47:15.569Z Compiling unicode-linebreak v0.1.5
5042025-05-13T20:47:15.594Z Compiling smawk v0.3.2
5052025-05-13T20:47:15.986Z Compiling textwrap v0.16.1
5062025-05-13T20:47:16.087Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5072025-05-13T20:47:16.296Z Compiling swrite v0.1.0
5082025-05-13T20:47:16.697Z Compiling tabled_derive v0.7.0
5092025-05-13T20:47:17.817Z Compiling serde_derive v1.0.219
5102025-05-13T20:47:17.817Z Compiling thiserror-impl v1.0.69
5112025-05-13T20:47:17.817Z Compiling zerocopy-derive v0.7.35
5122025-05-13T20:47:17.817Z Compiling scroll_derive v0.12.0
5132025-05-13T20:47:17.841Z Compiling thiserror-impl v2.0.12
5142025-05-13T20:47:17.841Z Compiling clap_derive v4.5.32
5152025-05-13T20:47:18.014Z Compiling tabled v0.15.0
5162025-05-13T20:47:19.051Z Compiling scroll v0.12.0
5172025-05-13T20:47:19.535Z Compiling goblin v0.8.2
5182025-05-13T20:47:19.653Z Compiling zerocopy v0.7.35
5192025-05-13T20:47:20.652Z Compiling pest v2.7.14
5202025-05-13T20:47:21.399Z Compiling clap v4.5.35
5212025-05-13T20:47:22.885Z Compiling pest_meta v2.7.14
5222025-05-13T20:47:23.956Z Compiling pest_generator v2.7.14
5232025-05-13T20:47:25.110Z Compiling pest_derive v2.7.14
5242025-05-13T20:47:25.718Z Compiling dtrace-parser v0.2.0
5252025-05-13T20:47:26.487Z Compiling serde_spanned v0.6.8
5262025-05-13T20:47:26.487Z Compiling toml_datetime v0.6.8
5272025-05-13T20:47:26.699Z Compiling serde_tokenstream v0.2.2
5282025-05-13T20:47:26.773Z Compiling cargo-platform v0.1.8
5292025-05-13T20:47:26.840Z Compiling toml_edit v0.22.24
5302025-05-13T20:47:26.928Z Compiling macaddr v1.0.1
5312025-05-13T20:47:27.235Z Compiling camino-tempfile v1.3.0
5322025-05-13T20:47:27.951Z Compiling dof v0.3.0
5332025-05-13T20:47:27.952Z Compiling cargo_metadata v0.19.2
5342025-05-13T20:47:29.416Z Compiling usdt-attr-macro v0.5.0
5352025-05-13T20:47:29.416Z Compiling usdt-macro v0.5.0
5362025-05-13T20:47:29.725Z Compiling toml v0.8.20
5372025-05-13T20:47:30.461Z Compiling cargo_toml v0.21.0
5382025-05-13T20:47:30.512Z Compiling usdt v0.5.0
5392025-05-13T20:47:33.877Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5402025-05-13T20:47:37.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
5412025-05-13T20:47:38.193Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5422025-05-13T20:47:39.062Z Downloading crates ...
5432025-05-13T20:47:39.210Z Downloaded async-stream-impl v0.3.6
5442025-05-13T20:47:39.244Z Downloaded cfg_aliases v0.1.1
5452025-05-13T20:47:39.244Z Downloaded crucible-workspace-hack v0.1.0
5462025-05-13T20:47:39.244Z Downloaded cstr-argument v0.1.2
5472025-05-13T20:47:39.244Z Downloaded cargo_metadata v0.18.1
5482025-05-13T20:47:39.244Z Downloaded http-body v1.0.1
5492025-05-13T20:47:39.244Z Downloaded headers-core v0.3.0
5502025-05-13T20:47:39.244Z Downloaded async-trait v0.1.88
5512025-05-13T20:47:39.270Z Downloaded is-terminal v0.4.13
5522025-05-13T20:47:39.270Z Downloaded md5 v0.7.0
5532025-05-13T20:47:39.271Z Downloaded match_cfg v0.1.0
5542025-05-13T20:47:39.271Z Downloaded libscf-sys v1.1.0
5552025-05-13T20:47:39.271Z Downloaded hostname v0.3.1
5562025-05-13T20:47:39.271Z Downloaded lru v0.12.5
5572025-05-13T20:47:39.271Z Downloaded maplit v1.0.2
5582025-05-13T20:47:39.296Z Downloaded md-5 v0.10.6
5592025-05-13T20:47:39.325Z Downloaded serde_bytes v0.11.17
5602025-05-13T20:47:39.325Z Downloaded primeorder v0.13.6
5612025-05-13T20:47:39.325Z Downloaded unicode-truncate v1.1.0
5622025-05-13T20:47:39.325Z Downloaded waitgroup v0.1.2
5632025-05-13T20:47:39.325Z Downloaded utf-8 v0.7.6
5642025-05-13T20:47:39.325Z Downloaded vte_generate_state_changes v0.1.2
5652025-05-13T20:47:39.357Z Downloaded utf16_iter v1.0.5
5662025-05-13T20:47:39.357Z Downloaded want v0.3.1
5672025-05-13T20:47:39.357Z Downloaded derive_builder_macro v0.20.2
5682025-05-13T20:47:39.357Z Downloaded diesel_table_macro_syntax v0.2.0
5692025-05-13T20:47:39.357Z Downloaded write16 v1.0.0
5702025-05-13T20:47:39.357Z Downloaded display-error-chain v0.2.2
5712025-05-13T20:47:39.358Z Downloaded difflib v0.4.0
5722025-05-13T20:47:39.358Z Downloaded flagset v0.4.6
5732025-05-13T20:47:39.358Z Downloaded vergen v8.3.2
5742025-05-13T20:47:39.389Z Downloaded precomputed-hash v0.1.1
5752025-05-13T20:47:39.389Z Downloaded powerfmt v0.2.0
5762025-05-13T20:47:39.389Z Downloaded russh-cryptovec v0.7.3
5772025-05-13T20:47:39.389Z Downloaded gethostname v0.5.0
5782025-05-13T20:47:39.389Z Downloaded strum v0.26.3
5792025-05-13T20:47:39.389Z Downloaded tower-layer v0.3.3
5802025-05-13T20:47:39.389Z Downloaded signal-hook-tokio v0.3.1
5812025-05-13T20:47:39.415Z Downloaded yoke-derive v0.7.4
5822025-05-13T20:47:39.415Z Downloaded strum_macros v0.25.3
5832025-05-13T20:47:39.415Z Downloaded strum_macros v0.24.3
5842025-05-13T20:47:39.415Z Downloaded path-slash v0.1.5
5852025-05-13T20:47:39.441Z Downloaded progenitor-client v0.8.0
5862025-05-13T20:47:39.441Z Downloaded serde_urlencoded v0.7.1
5872025-05-13T20:47:39.441Z Downloaded ref-cast-impl v1.0.23
5882025-05-13T20:47:39.441Z Downloaded sync_wrapper v1.0.1
5892025-05-13T20:47:39.469Z Downloaded darling_macro v0.20.10
5902025-05-13T20:47:39.469Z Downloaded debug-ignore v1.0.5
5912025-05-13T20:47:39.469Z Downloaded parse-size v1.1.0
5922025-05-13T20:47:39.469Z Downloaded try-lock v0.2.5
5932025-05-13T20:47:39.469Z Downloaded peg-runtime v0.8.5
5942025-05-13T20:47:39.495Z Downloaded parking_lot_core v0.9.10
5952025-05-13T20:47:39.495Z Downloaded quick-error v1.2.3
5962025-05-13T20:47:39.495Z Downloaded curve25519-dalek-derive v0.1.1
5972025-05-13T20:47:39.495Z Downloaded env_logger v0.11.5
5982025-05-13T20:47:39.521Z Downloaded normalize-line-endings v0.3.0
5992025-05-13T20:47:39.521Z Downloaded embedded-io v0.6.1
6002025-05-13T20:47:39.521Z Downloaded tower-service v0.3.3
6012025-05-13T20:47:39.521Z Downloaded salsa20 v0.10.2
6022025-05-13T20:47:39.521Z Downloaded opaque-debug v0.3.1
6032025-05-13T20:47:39.521Z Downloaded openssl-probe v0.1.5
6042025-05-13T20:47:39.521Z Downloaded serde_plain v1.0.2
6052025-05-13T20:47:39.521Z Downloaded spki v0.7.3
6062025-05-13T20:47:39.552Z Downloaded oso-derive v0.27.3
6072025-05-13T20:47:39.552Z Downloaded zone_cfg_derive v0.1.2
6082025-05-13T20:47:39.552Z Downloaded h2 v0.4.6
6092025-05-13T20:47:39.552Z Downloaded slab v0.4.9
6102025-05-13T20:47:39.552Z Downloaded vcpkg v0.2.15
6112025-05-13T20:47:39.609Z Downloaded zone v0.1.8
6122025-05-13T20:47:39.639Z Downloaded zstd v0.13.3
6132025-05-13T20:47:39.639Z Downloaded csv-core v0.1.11
6142025-05-13T20:47:39.639Z Downloaded expectorate v1.2.0
6152025-05-13T20:47:39.639Z Downloaded snafu v0.8.5
6162025-05-13T20:47:39.665Z Downloaded zopfli v0.8.1
6172025-05-13T20:47:39.665Z Downloaded unicode-normalization v0.1.24
6182025-05-13T20:47:39.665Z Downloaded num-bigint-dig v0.8.4
6192025-05-13T20:47:39.665Z Downloaded zerocopy-derive v0.8.25
6202025-05-13T20:47:39.690Z Downloaded polar-core v0.27.3
6212025-05-13T20:47:39.692Z Downloaded nom v7.1.3
6222025-05-13T20:47:39.692Z Downloaded rustls-webpki v0.102.8
6232025-05-13T20:47:39.717Z Downloaded radix_trie v0.2.1
6242025-05-13T20:47:39.741Z Downloaded quinn-proto v0.11.8
6252025-05-13T20:47:39.742Z Downloaded nix v0.28.0
6262025-05-13T20:47:39.769Z Downloaded unicode-width v0.2.0
6272025-05-13T20:47:39.769Z Downloaded openssl v0.10.72
6282025-05-13T20:47:39.769Z Downloaded regex-syntax v0.8.5
6292025-05-13T20:47:39.794Z Downloaded curve25519-dalek v4.1.3
6302025-05-13T20:47:39.794Z Downloaded zerocopy v0.8.25
6312025-05-13T20:47:39.819Z Downloaded ratatui v0.29.0
6322025-05-13T20:47:39.844Z Downloaded nix v0.29.0
6332025-05-13T20:47:39.869Z Downloaded bzip2-sys v0.1.13+1.0.8
6342025-05-13T20:47:39.869Z Downloaded sled v0.34.7
6352025-05-13T20:47:39.893Z Downloaded jiff v0.2.13
6362025-05-13T20:47:39.919Z Downloaded openapiv3 v2.0.0
6372025-05-13T20:47:39.919Z Downloaded typify-impl v0.3.0
6382025-05-13T20:47:39.950Z Downloaded lzma-sys v0.1.20
6392025-05-13T20:47:39.975Z Downloaded typify-impl v0.2.0
6402025-05-13T20:47:40.000Z Downloaded dropshot v0.16.0
6412025-05-13T20:47:40.025Z Downloaded nix v0.27.1
6422025-05-13T20:47:40.025Z Downloaded regex-automata v0.4.8
6432025-05-13T20:47:40.050Z Downloaded libz-sys v1.1.20
6442025-05-13T20:47:40.077Z Downloaded petgraph v0.6.5
6452025-05-13T20:47:40.102Z Downloaded zerocopy-derive v0.6.6
6462025-05-13T20:47:40.127Z Downloaded petgraph v0.7.1
6472025-05-13T20:47:40.152Z Downloaded csv v1.3.1
6482025-05-13T20:47:40.177Z Downloaded regress v0.10.3
6492025-05-13T20:47:40.177Z Downloaded regex-syntax v0.6.29
6502025-05-13T20:47:40.202Z Downloaded object v0.36.5
6512025-05-13T20:47:40.202Z Downloaded diesel v2.2.10
6522025-05-13T20:47:40.227Z Downloaded sha3 v0.10.8
6532025-05-13T20:47:40.227Z Downloaded rustls v0.23.19
6542025-05-13T20:47:40.252Z Downloaded p384 v0.13.0
6552025-05-13T20:47:40.252Z Downloaded salty v0.3.0
6562025-05-13T20:47:40.279Z Downloaded sqlparser v0.45.0
6572025-05-13T20:47:40.279Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6582025-05-13T20:47:40.303Z Downloaded quick-xml v0.37.2
6592025-05-13T20:47:40.304Z Downloaded regex v1.11.1
6602025-05-13T20:47:40.328Z Downloaded object v0.30.4
6612025-05-13T20:47:40.328Z Downloaded tokio v1.43.1
6622025-05-13T20:47:40.371Z Downloaded gimli v0.31.1
6632025-05-13T20:47:40.396Z Downloaded rustls v0.22.4
6642025-05-13T20:47:40.421Z Downloaded rustyline v14.0.0
6652025-05-13T20:47:40.421Z Downloaded rayon v1.10.0
6662025-05-13T20:47:40.421Z Downloaded tabled v0.18.0
6672025-05-13T20:47:40.447Z Downloaded ssh-key v0.6.6
6682025-05-13T20:47:40.447Z Downloaded rustls v0.21.12
6692025-05-13T20:47:40.472Z Downloaded bstr v1.10.0
6702025-05-13T20:47:40.472Z Downloaded tokio-postgres v0.7.13
6712025-05-13T20:47:40.496Z Downloaded hickory-proto v0.24.4
6722025-05-13T20:47:40.521Z Downloaded chrono-tz v0.10.3
6732025-05-13T20:47:40.521Z Downloaded openssl-sys v0.9.107
6742025-05-13T20:47:40.521Z Downloaded typed-path v0.9.3
6752025-05-13T20:47:40.521Z Downloaded p521 v0.13.3
6762025-05-13T20:47:40.549Z Downloaded petname v2.0.2
6772025-05-13T20:47:40.549Z Downloaded tracing v0.1.40
6782025-05-13T20:47:40.549Z Downloaded socket2 v0.5.9
6792025-05-13T20:47:40.549Z Downloaded num-bigint v0.4.6
6802025-05-13T20:47:40.549Z Downloaded encoding_rs v0.8.34
6812025-05-13T20:47:40.576Z Downloaded ed25519-dalek v2.1.1
6822025-05-13T20:47:40.576Z Downloaded smoltcp v0.11.0
6832025-05-13T20:47:40.601Z Downloaded ring v0.17.11
6842025-05-13T20:47:40.644Z Downloaded zstd-safe v7.2.3
6852025-05-13T20:47:40.669Z Downloaded zone v0.3.1
6862025-05-13T20:47:40.669Z Downloaded rcgen v0.12.1
6872025-05-13T20:47:40.669Z Downloaded rayon-core v1.12.1
6882025-05-13T20:47:40.669Z Downloaded unsafe-libyaml v0.2.11
6892025-05-13T20:47:40.669Z Downloaded rand v0.9.0
6902025-05-13T20:47:40.669Z Downloaded webpki-roots v0.26.6
6912025-05-13T20:47:40.669Z Downloaded oso v0.27.3
6922025-05-13T20:47:40.694Z Downloaded schemars v0.8.22
6932025-05-13T20:47:40.694Z Downloaded samael v0.0.18
6942025-05-13T20:47:40.694Z Downloaded rand v0.8.5
6952025-05-13T20:47:40.722Z Downloaded qorb v0.3.1
6962025-05-13T20:47:40.722Z Downloaded parse-zoneinfo v0.3.1
6972025-05-13T20:47:40.722Z Downloaded zip v2.6.1
6982025-05-13T20:47:40.722Z Downloaded zerovec v0.10.4
6992025-05-13T20:47:40.722Z Downloaded libgit2-sys v0.17.0+1.8.1
7002025-05-13T20:47:40.787Z Downloaded serde_with v3.12.0
7012025-05-13T20:47:40.812Z Downloaded futures-util v0.3.31
7022025-05-13T20:47:40.812Z Downloaded portable-atomic v1.11.0
7032025-05-13T20:47:40.837Z Downloaded git2 v0.19.0
7042025-05-13T20:47:40.837Z Downloaded zerofrom-derive v0.1.4
7052025-05-13T20:47:40.837Z Downloaded zerofrom v0.1.4
7062025-05-13T20:47:40.837Z Downloaded snafu-derive v0.8.5
7072025-05-13T20:47:40.837Z Downloaded zone_cfg_derive v0.3.0
7082025-05-13T20:47:40.837Z Downloaded progenitor-impl v0.8.0
7092025-05-13T20:47:40.862Z Downloaded zerocopy v0.6.6
7102025-05-13T20:47:40.862Z Downloaded elliptic-curve v0.13.8
7112025-05-13T20:47:40.862Z Downloaded quinn v0.11.5
7122025-05-13T20:47:40.862Z Downloaded siphasher v0.3.11
7132025-05-13T20:47:40.862Z Downloaded rusty-fork v0.3.0
7142025-05-13T20:47:40.862Z Downloaded ctr v0.9.2
7152025-05-13T20:47:40.862Z Downloaded rustversion v1.0.17
7162025-05-13T20:47:40.862Z Downloaded nodrop v0.1.14
7172025-05-13T20:47:40.862Z Downloaded rustc_version v0.4.1
7182025-05-13T20:47:40.862Z Downloaded pin-utils v0.1.0
7192025-05-13T20:47:40.862Z Downloaded tracing-attributes v0.1.27
7202025-05-13T20:47:40.887Z Downloaded spin v0.9.8
7212025-05-13T20:47:40.887Z Downloaded num-derive v0.3.3
7222025-05-13T20:47:40.887Z Downloaded num-complex v0.4.6
7232025-05-13T20:47:40.887Z Downloaded similar v2.7.0
7242025-05-13T20:47:40.887Z Downloaded serde_cbor v0.11.2
7252025-05-13T20:47:40.887Z Downloaded sct v0.7.1
7262025-05-13T20:47:40.887Z Downloaded pin-project v1.1.6
7272025-05-13T20:47:40.912Z Downloaded reedline v0.38.0
7282025-05-13T20:47:40.912Z Downloaded nu-ansi-term v0.50.1
7292025-05-13T20:47:40.912Z Downloaded unicode-bidi v0.3.17
7302025-05-13T20:47:40.912Z Downloaded tungstenite v0.23.0
7312025-05-13T20:47:40.912Z Downloaded tracing-core v0.1.32
7322025-05-13T20:47:40.937Z Downloaded der v0.7.9
7332025-05-13T20:47:40.937Z Downloaded tough v0.20.0
7342025-05-13T20:47:40.937Z Downloaded serde_repr v0.1.19
7352025-05-13T20:47:40.937Z Downloaded scopeguard v1.2.0
7362025-05-13T20:47:40.937Z Downloaded schemars_derive v0.8.22
7372025-05-13T20:47:40.937Z Downloaded scheduled-thread-pool v0.2.7
7382025-05-13T20:47:40.962Z Downloaded smoltcp v0.9.1
7392025-05-13T20:47:40.962Z Downloaded sec1 v0.7.3
7402025-05-13T20:47:40.962Z Downloaded scrypt v0.11.0
7412025-05-13T20:47:40.962Z Downloaded same-file v1.0.6
7422025-05-13T20:47:40.962Z Downloaded tokio-rustls v0.24.1
7432025-05-13T20:47:40.962Z Downloaded tokio-native-tls v0.3.1
7442025-05-13T20:47:40.962Z Downloaded fatfs v0.3.6
7452025-05-13T20:47:40.988Z Downloaded openssl-macros v0.1.1
7462025-05-13T20:47:40.988Z Downloaded num v0.4.3
7472025-05-13T20:47:40.988Z Downloaded ecdsa v0.16.9
7482025-05-13T20:47:40.988Z Downloaded daft v0.1.3
7492025-05-13T20:47:40.988Z Downloaded typify v0.3.0
7502025-05-13T20:47:40.988Z Downloaded unicode_categories v0.1.1
7512025-05-13T20:47:40.988Z Downloaded num-conv v0.1.0
7522025-05-13T20:47:40.988Z Downloaded enum-as-inner v0.6.1
7532025-05-13T20:47:40.988Z Downloaded embedded-io v0.4.0
7542025-05-13T20:47:40.988Z Downloaded tungstenite v0.21.0
7552025-05-13T20:47:40.988Z Downloaded pin-project-lite v0.2.14
7562025-05-13T20:47:41.014Z Downloaded password-hash v0.5.0
7572025-05-13T20:47:41.014Z Downloaded signature v2.2.0
7582025-05-13T20:47:41.014Z Downloaded tokio-macros v2.5.0
7592025-05-13T20:47:41.014Z Downloaded sqlformat v0.3.5
7602025-05-13T20:47:41.014Z Downloaded rand_chacha v0.9.0
7612025-05-13T20:47:41.014Z Downloaded rand_chacha v0.3.1
7622025-05-13T20:47:41.014Z Downloaded radium v0.7.0
7632025-05-13T20:47:41.014Z Downloaded papergrid v0.14.0
7642025-05-13T20:47:41.014Z Downloaded tower v0.5.2
7652025-05-13T20:47:41.048Z Downloaded either v1.14.0
7662025-05-13T20:47:41.048Z Downloaded ed25519 v2.2.3
7672025-05-13T20:47:41.048Z Downloaded dunce v1.0.5
7682025-05-13T20:47:41.048Z Downloaded dsl_auto_type v0.1.2
7692025-05-13T20:47:41.048Z Downloaded p256 v0.13.2
7702025-05-13T20:47:41.048Z Downloaded russh v0.45.0
7712025-05-13T20:47:41.048Z Downloaded dyn-clone v1.0.19
7722025-05-13T20:47:41.048Z Downloaded tls_codec_derive v0.4.1
7732025-05-13T20:47:41.048Z Downloaded stable_deref_trait v1.2.0
7742025-05-13T20:47:41.049Z Downloaded ssh-encoding v0.2.0
7752025-05-13T20:47:41.049Z Downloaded r2d2 v0.8.10
7762025-05-13T20:47:41.049Z Downloaded quinn-udp v0.5.5
7772025-05-13T20:47:41.049Z Downloaded fs-err v2.11.0
7782025-05-13T20:47:41.049Z Downloaded form_urlencoded v1.2.1
7792025-05-13T20:47:41.074Z Downloaded typify-macro v0.3.0
7802025-05-13T20:47:41.074Z Downloaded pin-project-internal v1.1.6
7812025-05-13T20:47:41.074Z Downloaded pem-rfc7468 v0.7.0
7822025-05-13T20:47:41.074Z Downloaded futures v0.3.31
7832025-05-13T20:47:41.074Z Downloaded dropshot_endpoint v0.16.0
7842025-05-13T20:47:41.074Z Downloaded zip v0.6.6
7852025-05-13T20:47:41.074Z Downloaded steno v0.4.1
7862025-05-13T20:47:41.074Z Downloaded env_logger v0.10.2
7872025-05-13T20:47:41.074Z Downloaded unicase v2.7.0
7882025-05-13T20:47:41.099Z Downloaded unarray v0.1.4
7892025-05-13T20:47:41.099Z Downloaded typify-macro v0.2.0
7902025-05-13T20:47:41.099Z Downloaded parking_lot v0.12.3
7912025-05-13T20:47:41.099Z Downloaded owo-colors v4.2.0
7922025-05-13T20:47:41.099Z Downloaded typify v0.2.0
7932025-05-13T20:47:41.099Z Downloaded twox-hash v2.1.0
7942025-05-13T20:47:41.099Z Downloaded tui-tree-widget v0.23.0
7952025-05-13T20:47:41.099Z Downloaded phf_shared v0.11.2
7962025-05-13T20:47:41.099Z Downloaded phf_generator v0.11.2
7972025-05-13T20:47:41.099Z Downloaded phf_codegen v0.11.2
7982025-05-13T20:47:41.099Z Downloaded parse-display v0.10.0
7992025-05-13T20:47:41.099Z Downloaded subprocess v0.2.9
8002025-05-13T20:47:41.099Z Downloaded tokio-util v0.7.13
8012025-05-13T20:47:41.126Z Downloaded foreign-types-shared v0.3.1
8022025-05-13T20:47:41.126Z Downloaded foreign-types-shared v0.1.1
8032025-05-13T20:47:41.126Z Downloaded fallible-iterator v0.2.0
8042025-05-13T20:47:41.126Z Downloaded env_filter v0.1.2
8052025-05-13T20:47:41.126Z Downloaded phf v0.11.2
8062025-05-13T20:47:41.126Z Downloaded pem v3.0.5
8072025-05-13T20:47:41.126Z Downloaded paste v1.0.15
8082025-05-13T20:47:41.126Z Downloaded password-hash v0.4.2
8092025-05-13T20:47:41.126Z Downloaded parking_lot_core v0.8.6
8102025-05-13T20:47:41.126Z Downloaded parking_lot v0.11.2
8112025-05-13T20:47:41.126Z Downloaded futures-io v0.3.31
8122025-05-13T20:47:41.126Z Downloaded futures-executor v0.3.31
8132025-05-13T20:47:41.151Z Downloaded fs_extra v1.3.0
8142025-05-13T20:47:41.151Z Downloaded defmt v0.3.8
8152025-05-13T20:47:41.151Z Downloaded aws-lc-rs v1.12.4
8162025-05-13T20:47:41.151Z Downloaded x509-cert v0.2.5
8172025-05-13T20:47:41.151Z Downloaded hashbrown v0.13.2
8182025-05-13T20:47:41.177Z Downloaded time v0.3.36
8192025-05-13T20:47:41.177Z Downloaded bindgen v0.71.1
8202025-05-13T20:47:41.177Z Downloaded parse-display-derive v0.10.0
8212025-05-13T20:47:41.177Z Downloaded packed_struct_codegen v0.10.1
8222025-05-13T20:47:41.177Z Downloaded packed_struct v0.10.1
8232025-05-13T20:47:41.202Z Downloaded oxnet v0.1.1
8242025-05-13T20:47:41.202Z Downloaded futures-channel v0.3.31
8252025-05-13T20:47:41.202Z Downloaded document-features v0.2.10
8262025-05-13T20:47:41.202Z Downloaded defmt-parser v0.3.4
8272025-05-13T20:47:41.202Z Downloaded defmt-macros v0.3.9
8282025-05-13T20:47:41.202Z Downloaded winnow v0.6.26
8292025-05-13T20:47:41.202Z Downloaded winnow v0.5.40
8302025-05-13T20:47:41.227Z Downloaded futures-core v0.3.31
8312025-05-13T20:47:41.227Z Downloaded funty v2.0.0
8322025-05-13T20:47:41.227Z Downloaded zerovec-derive v0.10.3
8332025-05-13T20:47:41.227Z Downloaded universal-hash v0.5.1
8342025-05-13T20:47:41.227Z Downloaded rustc_version v0.1.7
8352025-05-13T20:47:41.227Z Downloaded xz2 v0.1.7
8362025-05-13T20:47:41.228Z Downloaded toml_edit v0.19.15
8372025-05-13T20:47:41.253Z Downloaded minimal-lexical v0.2.1
8382025-05-13T20:47:41.254Z Downloaded proptest v1.6.0
8392025-05-13T20:47:41.254Z Downloaded tls_codec v0.4.1
8402025-05-13T20:47:41.280Z Downloaded supports-color v3.0.2
8412025-05-13T20:47:41.280Z Downloaded rustc-hash v2.1.1
8422025-05-13T20:47:41.280Z Downloaded omicron-zone-package v0.12.2
8432025-05-13T20:47:41.280Z Downloaded darling_core v0.20.10
8442025-05-13T20:47:41.280Z Downloaded yansi v1.0.1
8452025-05-13T20:47:41.280Z Downloaded url v2.5.3
8462025-05-13T20:47:41.280Z Downloaded chrono v0.4.40
8472025-05-13T20:47:41.305Z Downloaded data-encoding v2.6.0
8482025-05-13T20:47:41.305Z Downloaded unicode-xid v0.2.6
8492025-05-13T20:47:41.305Z Downloaded tinyvec_macros v0.1.1
8502025-05-13T20:47:41.305Z Downloaded synstructure v0.13.1
8512025-05-13T20:47:41.305Z Downloaded support-bundle-viewer v0.1.0
8522025-05-13T20:47:41.305Z Downloaded subtle v2.6.1
8532025-05-13T20:47:41.305Z Downloaded simd-adler32 v0.3.7
8542025-05-13T20:47:41.305Z Downloaded sigpipe v0.1.3
8552025-05-13T20:47:41.305Z Downloaded proc-macro-error2 v2.0.1
8562025-05-13T20:47:41.305Z Downloaded proc-macro-error-attr2 v2.0.0
8572025-05-13T20:47:41.305Z Downloaded peg-macros v0.8.5
8582025-05-13T20:47:41.305Z Downloaded num-traits v0.2.19
8592025-05-13T20:47:41.305Z Downloaded num-rational v0.4.2
8602025-05-13T20:47:41.305Z Downloaded mio v1.0.2
8612025-05-13T20:47:41.332Z Downloaded lalrpop v0.19.12
8622025-05-13T20:47:41.332Z Downloaded zeroize_derive v1.4.2
8632025-05-13T20:47:41.332Z Downloaded zeroize v1.8.1
8642025-05-13T20:47:41.332Z Downloaded strum_macros v0.26.4
8652025-05-13T20:47:41.332Z Downloaded proc-macro-crate v1.3.1
8662025-05-13T20:47:41.332Z Downloaded pkcs1 v0.7.5
8672025-05-13T20:47:41.332Z Downloaded num_enum v0.5.11
8682025-05-13T20:47:41.357Z Downloaded derive-where v1.2.7
8692025-05-13T20:47:41.357Z Downloaded toml v0.7.8
8702025-05-13T20:47:41.357Z Downloaded tokio-stream v0.1.17
8712025-05-13T20:47:41.357Z Downloaded hashbrown v0.12.3
8722025-05-13T20:47:41.357Z Downloaded bitvec v1.0.1
8732025-05-13T20:47:41.382Z Downloaded bindgen v0.69.5
8742025-05-13T20:47:41.382Z Downloaded sync-ptr v0.1.1
8752025-05-13T20:47:41.382Z Downloaded static_assertions v1.1.0
8762025-05-13T20:47:41.382Z Downloaded serde_with_macros v3.12.0
8772025-05-13T20:47:41.407Z Downloaded num-derive v0.4.2
8782025-05-13T20:47:41.407Z Downloaded futures-sink v0.3.31
8792025-05-13T20:47:41.407Z Downloaded derive_builder_core v0.20.2
8802025-05-13T20:47:41.407Z Downloaded der_derive v0.7.3
8812025-05-13T20:47:41.407Z Downloaded serde_yaml v0.9.34+deprecated
8822025-05-13T20:47:41.407Z Downloaded rsa v0.9.6
8832025-05-13T20:47:41.407Z Downloaded icu_properties_data v1.5.0
8842025-05-13T20:47:41.434Z Downloaded ref-cast v1.0.23
8852025-05-13T20:47:41.434Z Downloaded progenitor v0.9.1
8862025-05-13T20:47:41.434Z Downloaded progenitor v0.8.0
8872025-05-13T20:47:41.434Z Downloaded peg v0.8.5
8882025-05-13T20:47:41.434Z Downloaded pbkdf2 v0.12.2
8892025-05-13T20:47:41.435Z Downloaded pbkdf2 v0.11.0
8902025-05-13T20:47:41.435Z Downloaded olpc-cjson v0.1.4
8912025-05-13T20:47:41.435Z Downloaded num_enum_derive v0.5.11
8922025-05-13T20:47:41.435Z Downloaded nibble_vec v0.1.0
8932025-05-13T20:47:41.460Z Downloaded derive_builder v0.20.2
8942025-05-13T20:47:41.460Z Downloaded daft-derive v0.1.3
8952025-05-13T20:47:41.460Z Downloaded pkcs5 v0.7.1
8962025-05-13T20:47:41.460Z Downloaded headers v0.4.0
8972025-05-13T20:47:41.460Z Downloaded progenitor-client v0.9.1
8982025-05-13T20:47:41.460Z Downloaded num-iter v0.1.45
8992025-05-13T20:47:41.460Z Downloaded num-integer v0.1.46
9002025-05-13T20:47:41.460Z Downloaded darling v0.20.10
9012025-05-13T20:47:41.485Z Downloaded yoke v0.7.4
9022025-05-13T20:47:41.485Z Downloaded yasna v0.5.2
9032025-05-13T20:47:41.485Z Downloaded xshell v0.2.7
9042025-05-13T20:47:41.485Z Downloaded tokio-rustls v0.26.0
9052025-05-13T20:47:41.485Z Downloaded shell-words v1.1.0
9062025-05-13T20:47:41.485Z Downloaded number_prefix v0.4.0
9072025-05-13T20:47:41.485Z Downloaded futures-task v0.3.31
9082025-05-13T20:47:41.485Z Downloaded futures-macro v0.3.31
9092025-05-13T20:47:41.485Z Downloaded endian-type v0.1.2
9102025-05-13T20:47:41.485Z Downloaded xattr v1.3.1
9112025-05-13T20:47:41.485Z Downloaded untrusted v0.9.0
9122025-05-13T20:47:41.486Z Downloaded tokio-tungstenite v0.23.1
9132025-05-13T20:47:41.512Z Downloaded tokio-tungstenite v0.21.0
9142025-05-13T20:47:41.512Z Downloaded tokio-rustls v0.25.0
9152025-05-13T20:47:41.512Z Downloaded russh-keys v0.45.0
9162025-05-13T20:47:41.512Z Downloaded pkg-config v0.3.31
9172025-05-13T20:47:41.512Z Downloaded miniz_oxide v0.8.5
9182025-05-13T20:47:41.512Z Downloaded flate2 v1.1.1
9192025-05-13T20:47:41.513Z Downloaded rustls-webpki v0.101.7
9202025-05-13T20:47:41.538Z Downloaded blake3 v1.5.4
9212025-05-13T20:47:41.538Z Downloaded num_threads v0.1.7
9222025-05-13T20:47:41.538Z Downloaded newtype_derive v0.1.6
9232025-05-13T20:47:41.538Z Downloaded foreign-types-macros v0.2.3
9242025-05-13T20:47:41.538Z Downloaded foreign-types v0.5.0
9252025-05-13T20:47:41.564Z Downloaded foreign-types v0.3.2
9262025-05-13T20:47:41.564Z Downloaded foldhash v0.1.3
9272025-05-13T20:47:41.564Z Downloaded fd-lock v4.0.2
9282025-05-13T20:47:41.564Z Downloaded ena v0.14.3
9292025-05-13T20:47:41.564Z Downloaded displaydoc v0.2.5
9302025-05-13T20:47:41.564Z Downloaded deranged v0.3.11
9312025-05-13T20:47:41.564Z Downloaded xshell-macros v0.2.7
9322025-05-13T20:47:41.564Z Downloaded untrusted v0.7.1
9332025-05-13T20:47:41.565Z Downloaded topological-sort v0.2.2
9342025-05-13T20:47:41.565Z Downloaded structmeta-derive v0.3.0
9352025-05-13T20:47:41.565Z Downloaded structmeta v0.3.0
9362025-05-13T20:47:41.565Z Downloaded strip-ansi-escapes v0.2.0
9372025-05-13T20:47:41.565Z Downloaded stringprep v0.1.5
9382025-05-13T20:47:41.565Z Downloaded string_cache v0.8.9
9392025-05-13T20:47:41.565Z Downloaded postcard v1.0.10
9402025-05-13T20:47:41.591Z Downloaded polyval v0.6.2
9412025-05-13T20:47:41.591Z Downloaded poly1305 v0.8.0
9422025-05-13T20:47:41.591Z Downloaded pkcs8 v0.10.2
9432025-05-13T20:47:41.591Z Downloaded half v2.4.1
9442025-05-13T20:47:41.591Z Downloaded half v1.8.3
9452025-05-13T20:47:41.591Z Downloaded getrandom v0.3.1
9462025-05-13T20:47:41.591Z Downloaded derive_more v0.99.20
9472025-05-13T20:47:41.616Z Downloaded hkdf v0.12.4
9482025-05-13T20:47:41.616Z Downloaded aho-corasick v1.1.3
9492025-05-13T20:47:41.616Z Downloaded serde_derive_internals v0.29.1
9502025-05-13T20:47:41.616Z Downloaded rpassword v7.3.1
9512025-05-13T20:47:41.616Z Downloaded hash32 v0.3.1
9522025-05-13T20:47:41.617Z Downloaded globset v0.4.15
9532025-05-13T20:47:41.617Z Downloaded glob v0.3.2
9542025-05-13T20:47:41.617Z Downloaded flume v0.11.1
9552025-05-13T20:47:41.617Z Downloaded slog v2.7.0
9562025-05-13T20:47:41.642Z Downloaded itertools v0.13.0
9572025-05-13T20:47:41.642Z Downloaded ssh-cipher v0.2.0
9582025-05-13T20:47:41.642Z Downloaded rustc-demangle v0.1.24
9592025-05-13T20:47:41.642Z Downloaded predicates v3.1.3
9602025-05-13T20:47:41.642Z Downloaded postgres-types v0.2.9
9612025-05-13T20:47:41.642Z Downloaded postgres-protocol v0.6.8
9622025-05-13T20:47:41.667Z Downloaded getrandom v0.2.15
9632025-05-13T20:47:41.667Z Downloaded diesel_derives v2.2.3
9642025-05-13T20:47:41.667Z Downloaded crossterm v0.28.1
9652025-05-13T20:47:41.667Z Downloaded const_format v0.2.34
9662025-05-13T20:47:41.667Z Downloaded shlex v1.3.0
9672025-05-13T20:47:41.667Z Downloaded ppv-lite86 v0.2.20
9682025-05-13T20:47:41.668Z Downloaded percent-encoding v2.3.1
9692025-05-13T20:47:41.693Z Downloaded group v0.13.0
9702025-05-13T20:47:41.693Z Downloaded slog-json v2.6.1
9712025-05-13T20:47:41.693Z Downloaded memmap2 v0.9.5
9722025-05-13T20:47:41.693Z Downloaded unicode-segmentation v1.12.0
9732025-05-13T20:47:41.693Z Downloaded sha1 v0.10.6
9742025-05-13T20:47:41.693Z Downloaded serde_path_to_error v0.1.16
9752025-05-13T20:47:41.693Z Downloaded rustc-hash v1.1.0
9762025-05-13T20:47:41.693Z Downloaded rtoolbox v0.0.2
9772025-05-13T20:47:41.694Z Downloaded multimap v0.10.0
9782025-05-13T20:47:41.694Z Downloaded multer v3.1.0
9792025-05-13T20:47:41.694Z Downloaded mime_guess v2.0.5
9802025-05-13T20:47:41.694Z Downloaded hash32 v0.2.1
9812025-05-13T20:47:41.694Z Downloaded ghash v0.5.1
9822025-05-13T20:47:41.694Z Downloaded itertools v0.14.0
9832025-05-13T20:47:41.721Z Downloaded idna v1.0.3
9842025-05-13T20:47:41.721Z Downloaded hyper v1.6.0
9852025-05-13T20:47:41.722Z Downloaded sqlparser_derive v0.2.2
9862025-05-13T20:47:41.722Z Downloaded predicates-core v1.0.8
9872025-05-13T20:47:41.722Z Downloaded des v0.8.1
9882025-05-13T20:47:41.722Z Downloaded tar v0.4.44
9892025-05-13T20:47:41.748Z Downloaded pretty_assertions v1.4.1
9902025-05-13T20:47:41.748Z Downloaded fixedbitset v0.5.7
9912025-05-13T20:47:41.748Z Downloaded ff v0.13.0
9922025-05-13T20:47:41.748Z Downloaded test-strategy v0.4.0
9932025-05-13T20:47:41.748Z Downloaded signal-hook v0.3.17
9942025-05-13T20:47:41.749Z Downloaded ron v0.8.1
9952025-05-13T20:47:41.749Z Downloaded ron v0.7.1
9962025-05-13T20:47:41.749Z Downloaded publicsuffix v2.3.0
9972025-05-13T20:47:41.749Z Downloaded aes v0.8.4
9982025-05-13T20:47:41.775Z Downloaded newtype-uuid v1.2.1
9992025-05-13T20:47:41.775Z Downloaded native-tls v0.2.12
10002025-05-13T20:47:41.775Z Downloaded nanorand v0.7.0
10012025-05-13T20:47:41.775Z Downloaded mime v0.3.17
10022025-05-13T20:47:41.775Z Downloaded memoffset v0.9.1
10032025-05-13T20:47:41.776Z Downloaded fxhash v0.2.1
10042025-05-13T20:47:41.776Z Downloaded base64 v0.22.1
10052025-05-13T20:47:41.776Z Downloaded diff v0.1.13
10062025-05-13T20:47:41.776Z Downloaded uuid v1.16.0
10072025-05-13T20:47:41.776Z Downloaded rustls-pki-types v1.10.0
10082025-05-13T20:47:41.807Z Downloaded itertools v0.12.1
10092025-05-13T20:47:41.807Z Downloaded newline-converter v0.3.0
10102025-05-13T20:47:41.807Z Downloaded new_debug_unreachable v1.0.6
10112025-05-13T20:47:41.807Z Downloaded float-ord v0.3.2
10122025-05-13T20:47:41.807Z Downloaded float-cmp v0.10.0
10132025-05-13T20:47:41.807Z Downloaded fixedbitset v0.4.2
10142025-05-13T20:47:41.807Z Downloaded filetime v0.2.25
10152025-05-13T20:47:41.807Z Downloaded walkdir v2.5.0
10162025-05-13T20:47:41.807Z Downloaded vte v0.11.1
10172025-05-13T20:47:41.807Z Downloaded term v0.7.0
10182025-05-13T20:47:41.832Z Downloaded smallvec v0.6.14
10192025-05-13T20:47:41.832Z Downloaded slog-term v2.9.1
10202025-05-13T20:47:41.832Z Downloaded slog-envlogger v2.2.0
10212025-05-13T20:47:41.832Z Downloaded termcolor v1.4.1
10222025-05-13T20:47:41.832Z Downloaded progenitor-impl v0.9.1
10232025-05-13T20:47:41.833Z Downloaded maybe-uninit v2.0.0
10242025-05-13T20:47:41.833Z Downloaded lru-cache v0.1.2
10252025-05-13T20:47:41.833Z Downloaded libxml v0.3.3
10262025-05-13T20:47:41.833Z Downloaded diesel-dtrace v0.4.2
10272025-05-13T20:47:41.833Z Downloaded writeable v0.5.5
10282025-05-13T20:47:41.833Z Downloaded vsss-rs v3.3.4
10292025-05-13T20:47:41.833Z Downloaded value-bag v1.9.0
10302025-05-13T20:47:41.833Z Downloaded libm v0.2.8
10312025-05-13T20:47:41.858Z Downloaded http-range v0.1.5
10322025-05-13T20:47:41.858Z Downloaded dirs-sys-next v0.1.2
10332025-05-13T20:47:41.858Z Downloaded dirs-next v2.0.0
10342025-05-13T20:47:41.859Z Downloaded which v4.4.2
10352025-05-13T20:47:41.859Z Downloaded tiny-keccak v2.0.2
10362025-05-13T20:47:41.859Z Downloaded itertools v0.10.5
10372025-05-13T20:47:41.859Z Downloaded unicode-properties v0.1.3
10382025-05-13T20:47:41.859Z Downloaded prettyplease v0.2.30
10392025-05-13T20:47:41.885Z Downloaded wyz v0.5.1
10402025-05-13T20:47:41.885Z Downloaded whoami v1.5.2
10412025-05-13T20:47:41.885Z Downloaded uzers v0.12.1
10422025-05-13T20:47:41.885Z Downloaded thiserror-no-std v2.0.2
10432025-05-13T20:47:41.885Z Downloaded thiserror-impl-no-std v2.0.2
10442025-05-13T20:47:41.886Z Downloaded termtree v0.5.1
10452025-05-13T20:47:41.886Z Downloaded tap v1.0.1
10462025-05-13T20:47:41.886Z Downloaded tabled_derive v0.10.0
10472025-05-13T20:47:41.886Z Downloaded serde-hex v0.1.0
10482025-05-13T20:47:41.886Z Downloaded rustls-pemfile v2.2.0
10492025-05-13T20:47:41.886Z Downloaded aes-gcm v0.10.3
10502025-05-13T20:47:41.914Z Downloaded wait-timeout v0.2.0
10512025-05-13T20:47:41.914Z Downloaded termios v0.3.3
10522025-05-13T20:47:41.914Z Downloaded slog-stdlog v4.1.1
10532025-05-13T20:47:41.914Z Downloaded slog-scope v4.4.0
10542025-05-13T20:47:41.914Z Downloaded slog-dtrace v0.3.0
10552025-05-13T20:47:41.914Z Downloaded slog-bunyan v2.5.0
10562025-05-13T20:47:41.914Z Downloaded slog-async v2.8.0
10572025-05-13T20:47:41.914Z Downloaded signal-hook-registry v1.4.2
10582025-05-13T20:47:41.914Z Downloaded signal-hook-mio v0.2.4
10592025-05-13T20:47:41.914Z Downloaded rand_seeder v0.3.0
10602025-05-13T20:47:41.914Z Downloaded rand_core v0.9.2
10612025-05-13T20:47:41.915Z Downloaded tinyvec v1.8.0
10622025-05-13T20:47:41.915Z Downloaded serde-big-array v0.5.1
10632025-05-13T20:47:41.915Z Downloaded semver v0.1.20
10642025-05-13T20:47:41.915Z Downloaded secrecy v0.8.0
10652025-05-13T20:47:41.915Z Downloaded rand_core v0.6.4
10662025-05-13T20:47:41.915Z Downloaded http v1.2.0
10672025-05-13T20:47:41.940Z Downloaded crypto-bigint v0.5.5
10682025-05-13T20:47:41.940Z Downloaded hickory-server v0.24.4
10692025-05-13T20:47:41.940Z Downloaded take_mut v0.2.2
10702025-05-13T20:47:41.940Z Downloaded tabwriter v1.4.0
10712025-05-13T20:47:41.940Z Downloaded smallvec v1.14.0
10722025-05-13T20:47:41.940Z Downloaded rustls-pemfile v1.0.4
10732025-05-13T20:47:41.941Z Downloaded hickory-resolver v0.24.4
10742025-05-13T20:47:41.965Z Downloaded time-macros v0.2.18
10752025-05-13T20:47:41.965Z Downloaded void v1.0.2
10762025-05-13T20:47:41.965Z Downloaded utf8_iter v1.0.4
10772025-05-13T20:47:41.966Z Downloaded smf v0.2.3
10782025-05-13T20:47:41.966Z Downloaded hyper-util v0.1.11
10792025-05-13T20:47:41.966Z Downloaded heapless v0.8.0
10802025-05-13T20:47:41.966Z Downloaded crossbeam-channel v0.5.15
10812025-05-13T20:47:41.966Z Downloaded cc v1.2.15
10822025-05-13T20:47:41.992Z Downloaded bumpalo v3.16.0
10832025-05-13T20:47:41.992Z Downloaded tinystr v0.7.6
10842025-05-13T20:47:41.993Z Downloaded time-core v0.1.2
10852025-05-13T20:47:41.993Z Downloaded thread_local v1.1.8
10862025-05-13T20:47:41.993Z Downloaded secrecy v0.10.3
10872025-05-13T20:47:41.993Z Downloaded rfc6979 v0.4.0
10882025-05-13T20:47:41.993Z Downloaded resolv-conf v0.7.0
10892025-05-13T20:47:41.993Z Downloaded aws-lc-sys v0.26.0
10902025-05-13T20:47:42.254Z Downloaded rand_xorshift v0.3.0
10912025-05-13T20:47:42.280Z Downloaded psl-types v2.0.11
10922025-05-13T20:47:42.280Z Downloaded progenitor-macro v0.9.1
10932025-05-13T20:47:42.280Z Downloaded progenitor-macro v0.8.0
10942025-05-13T20:47:42.280Z Downloaded jiff-static v0.2.13
10952025-05-13T20:47:42.280Z Downloaded indexmap v1.9.3
10962025-05-13T20:47:42.280Z Downloaded icu_properties v1.5.1
10972025-05-13T20:47:42.280Z Downloaded icu_collections v1.5.0
10982025-05-13T20:47:42.280Z Downloaded bytes v1.10.1
10992025-05-13T20:47:42.305Z Downloaded base64 v0.21.7
11002025-05-13T20:47:42.305Z Downloaded backtrace v0.3.74
11012025-05-13T20:47:42.305Z Downloaded pretty-hex v0.2.1
11022025-05-13T20:47:42.305Z Downloaded litrs v0.4.1
11032025-05-13T20:47:42.305Z Downloaded jobserver v0.1.32
11042025-05-13T20:47:42.305Z Downloaded ingot-macros v0.1.0
11052025-05-13T20:47:42.305Z Downloaded indicatif v0.17.11
11062025-05-13T20:47:42.305Z Downloaded icu_provider v1.5.0
11072025-05-13T20:47:42.330Z Downloaded icu_normalizer_data v1.5.0
11082025-05-13T20:47:42.330Z Downloaded icu_normalizer v1.5.0
11092025-05-13T20:47:42.330Z Downloaded icu_locid_transform_data v1.5.0
11102025-05-13T20:47:42.330Z Downloaded icu_locid v1.5.0
11112025-05-13T20:47:42.330Z Downloaded iana-time-zone v0.1.63
11122025-05-13T20:47:42.330Z Downloaded hmac v0.12.1
11132025-05-13T20:47:42.330Z Downloaded highway v1.3.0
11142025-05-13T20:47:42.357Z Downloaded hickory-client v0.24.4
11152025-05-13T20:47:42.357Z Downloaded heapless v0.7.17
11162025-05-13T20:47:42.357Z Downloaded crossbeam-utils v0.8.21
11172025-05-13T20:47:42.358Z Downloaded crossbeam-epoch v0.9.18
11182025-05-13T20:47:42.358Z Downloaded crc-any v2.5.0
11192025-05-13T20:47:42.358Z Downloaded cookie_store v0.21.1
11202025-05-13T20:47:42.358Z Downloaded cookie v0.18.1
11212025-05-13T20:47:42.358Z Downloaded const-oid v0.9.6
11222025-05-13T20:47:42.358Z Downloaded compact_str v0.8.0
11232025-05-13T20:47:42.383Z Downloaded clang-sys v1.8.1
11242025-05-13T20:47:42.383Z Downloaded cipher v0.4.4
11252025-05-13T20:47:42.383Z Downloaded ciborium v0.2.2
11262025-05-13T20:47:42.383Z Downloaded chacha20poly1305 v0.10.1
11272025-05-13T20:47:42.383Z Downloaded blake2 v0.10.6
11282025-05-13T20:47:42.383Z Downloaded base64 v0.13.1
11292025-05-13T20:47:42.383Z Downloaded arc-swap v1.7.1
11302025-05-13T20:47:42.383Z Downloaded allocator-api2 v0.2.18
11312025-05-13T20:47:42.383Z Downloaded lockfree-object-pool v0.1.6
11322025-05-13T20:47:42.408Z Downloaded lock_api v0.4.12
11332025-05-13T20:47:42.408Z Downloaded litemap v0.7.3
11342025-05-13T20:47:42.408Z Downloaded linear-map v1.2.0
11352025-05-13T20:47:42.408Z Downloaded libloading v0.8.5
11362025-05-13T20:47:42.408Z Downloaded ipnet v2.11.0
11372025-05-13T20:47:42.408Z Downloaded icu_locid_transform v1.5.0
11382025-05-13T20:47:42.408Z Downloaded hyper-staticfile v0.10.1
11392025-05-13T20:47:42.408Z Downloaded managed v0.8.0
11402025-05-13T20:47:42.408Z Downloaded lzss v0.8.2
11412025-05-13T20:47:42.408Z Downloaded libsw v3.4.0
11422025-05-13T20:47:42.408Z Downloaded idna_adapter v1.2.0
11432025-05-13T20:47:42.408Z Downloaded hyper-tls v0.6.0
11442025-05-13T20:47:42.408Z Downloaded hyper-rustls v0.27.3
11452025-05-13T20:47:42.434Z Downloaded httparse v1.9.5
11462025-05-13T20:47:42.434Z Downloaded crc32fast v1.4.2
11472025-05-13T20:47:42.434Z Downloaded crc v3.2.1
11482025-05-13T20:47:42.434Z Downloaded cancel-safe-futures v0.1.5
11492025-05-13T20:47:42.434Z Downloaded bzip2 v0.5.2
11502025-05-13T20:47:42.434Z Downloaded linked-hash-map v0.5.6
11512025-05-13T20:47:42.435Z Downloaded libsw-core v0.3.1
11522025-05-13T20:47:42.435Z Downloaded libefi-sys v0.1.0
11532025-05-13T20:47:42.435Z Downloaded lazycell v1.3.0
11542025-05-13T20:47:42.435Z Downloaded lazy_static v1.5.0
11552025-05-13T20:47:42.435Z Downloaded lalrpop-util v0.19.12
11562025-05-13T20:47:42.435Z Downloaded kstat-rs v0.2.4
11572025-05-13T20:47:42.435Z Downloaded keccak v0.1.5
11582025-05-13T20:47:42.460Z Downloaded ipnetwork v0.21.1
11592025-05-13T20:47:42.460Z Downloaded internet-checksum v0.2.1
11602025-05-13T20:47:42.460Z Downloaded instability v0.3.2
11612025-05-13T20:47:42.460Z Downloaded inout v0.1.3
11622025-05-13T20:47:42.460Z Downloaded ingot-types v0.1.0
11632025-05-13T20:47:42.460Z Downloaded ingot v0.1.0
11642025-05-13T20:47:42.460Z Downloaded indoc v2.0.6
11652025-05-13T20:47:42.460Z Downloaded indoc v1.0.9
11662025-05-13T20:47:42.460Z Downloaded indent_write v2.2.0
11672025-05-13T20:47:42.460Z Downloaded impl-trait-for-tuples v0.2.2
11682025-05-13T20:47:42.460Z Downloaded humantime v2.1.0
11692025-05-13T20:47:42.460Z Downloaded hubpack v0.1.2
11702025-05-13T20:47:42.460Z Downloaded httpdate v1.0.3
11712025-05-13T20:47:42.460Z Downloaded hex v0.4.3
11722025-05-13T20:47:42.460Z Downloaded heck v0.3.3
11732025-05-13T20:47:42.486Z Downloaded home v0.5.9
11742025-05-13T20:47:42.486Z Downloaded is_ci v1.2.0
11752025-05-13T20:47:42.486Z Downloaded hubpack_derive v0.1.1
11762025-05-13T20:47:42.486Z Downloaded http-body-util v0.1.3
11772025-05-13T20:47:42.486Z Downloaded hostname v0.4.0
11782025-05-13T20:47:42.486Z Downloaded hex-literal v0.4.1
11792025-05-13T20:47:42.486Z Downloaded crc-catalog v2.4.0
11802025-05-13T20:47:42.486Z Downloaded const_format_proc_macros v0.2.34
11812025-05-13T20:47:42.486Z Downloaded console v0.15.10
11822025-05-13T20:47:42.486Z Downloaded colored v2.2.0
11832025-05-13T20:47:42.486Z Downloaded cmake v0.1.51
11842025-05-13T20:47:42.486Z Downloaded bzip2 v0.4.4
11852025-05-13T20:47:42.486Z Downloaded bit-vec v0.8.0
11862025-05-13T20:47:42.486Z Downloaded bcs v0.1.6
11872025-05-13T20:47:42.511Z Downloaded base64ct v1.6.0
11882025-05-13T20:47:42.511Z Downloaded atomic-waker v1.1.2
11892025-05-13T20:47:42.511Z Downloaded ascii-canvas v3.0.0
11902025-05-13T20:47:42.511Z Downloaded ahash v0.8.11
11912025-05-13T20:47:42.511Z Downloaded instant v0.1.13
11922025-05-13T20:47:42.511Z Downloaded ident_case v1.0.1
11932025-05-13T20:47:42.511Z Downloaded icu_provider_macros v1.5.0
11942025-05-13T20:47:42.511Z Downloaded constant_time_eq v0.3.1
11952025-05-13T20:47:42.511Z Downloaded ciborium-ll v0.2.2
11962025-05-13T20:47:42.511Z Downloaded ciborium-io v0.2.2
11972025-05-13T20:47:42.511Z Downloaded cexpr v0.6.0
11982025-05-13T20:47:42.511Z Downloaded cbc v0.1.2
11992025-05-13T20:47:42.512Z Downloaded castaway v0.2.3
12002025-05-13T20:47:42.512Z Downloaded buf-list v1.0.3
12012025-05-13T20:47:42.512Z Downloaded bit-vec v0.6.3
12022025-05-13T20:47:42.512Z Downloaded backoff v0.4.0
12032025-05-13T20:47:42.537Z Downloaded arrayvec v0.7.6
12042025-05-13T20:47:42.537Z Downloaded addr2line v0.24.2
12052025-05-13T20:47:42.537Z Downloaded async-bb8-diesel v0.2.1
12062025-05-13T20:47:42.537Z Downloaded argon2 v0.5.3
12072025-05-13T20:47:42.537Z Downloaded convert_case v0.4.0
12082025-05-13T20:47:42.537Z Downloaded cobs v0.2.3
12092025-05-13T20:47:42.537Z Downloaded chrono-tz-build v0.4.0
12102025-05-13T20:47:42.537Z Downloaded chacha20 v0.9.1
12112025-05-13T20:47:42.537Z Downloaded bb8 v0.8.5
12122025-05-13T20:47:42.537Z Downloaded crossbeam-deque v0.8.5
12132025-05-13T20:47:42.537Z Downloaded cassowary v0.3.0
12142025-05-13T20:47:42.537Z Downloaded blowfish v0.9.1
12152025-05-13T20:47:42.537Z Downloaded block-padding v0.3.3
12162025-05-13T20:47:42.537Z Downloaded bitfield-struct v0.6.2
12172025-05-13T20:47:42.537Z Downloaded bitfield v0.14.0
12182025-05-13T20:47:42.564Z Downloaded bit-set v0.5.3
12192025-05-13T20:47:42.564Z Downloaded atty v0.2.14
12202025-05-13T20:47:42.564Z Downloaded arrayref v0.3.9
12212025-05-13T20:47:42.564Z Downloaded aead v0.5.2
12222025-05-13T20:47:42.564Z Downloaded crunchy v0.2.2
12232025-05-13T20:47:42.564Z Downloaded bcrypt-pbkdf v0.10.0
12242025-05-13T20:47:42.564Z Downloaded async-stream v0.3.6
12252025-05-13T20:47:42.564Z Downloaded async-recursion v1.1.1
12262025-05-13T20:47:42.564Z Downloaded crc8 v0.1.1
12272025-05-13T20:47:42.564Z Downloaded cfg_aliases v0.2.1
12282025-05-13T20:47:42.564Z Downloaded bit-set v0.8.0
12292025-05-13T20:47:42.564Z Downloaded base16ct v0.2.0
12302025-05-13T20:47:42.564Z Downloaded atomicwrites v0.4.4
12312025-05-13T20:47:42.564Z Downloaded assert_matches v1.5.0
12322025-05-13T20:47:42.564Z Downloaded array-init v0.0.4
12332025-05-13T20:47:42.564Z Downloaded adler2 v2.0.0
12342025-05-13T20:47:42.700Z Compiling serde v1.0.219
12352025-05-13T20:47:42.725Z Compiling value-bag v1.9.0
12362025-05-13T20:47:42.725Z Compiling shlex v1.3.0
12372025-05-13T20:47:42.725Z Compiling lock_api v0.4.12
12382025-05-13T20:47:42.725Z Compiling scopeguard v1.2.0
12392025-05-13T20:47:42.725Z Compiling typenum v1.17.0
12402025-05-13T20:47:42.804Z Compiling syn v2.0.98
12412025-05-13T20:47:42.829Z Compiling getrandom v0.2.15
12422025-05-13T20:47:42.959Z Compiling jobserver v0.1.32
12432025-05-13T20:47:43.107Z Compiling rand_core v0.6.4
12442025-05-13T20:47:43.132Z Compiling log v0.4.22
12452025-05-13T20:47:43.273Z Compiling generic-array v0.14.7
12462025-05-13T20:47:43.297Z Compiling smallvec v1.14.0
12472025-05-13T20:47:43.411Z Compiling cc v1.2.15
12482025-05-13T20:47:43.669Z Compiling subtle v2.6.1
12492025-05-13T20:47:43.696Z Compiling const-oid v0.9.6
12502025-05-13T20:47:43.721Z Compiling stable_deref_trait v1.2.0
12512025-05-13T20:47:43.823Z Compiling pkg-config v0.3.31
12522025-05-13T20:47:43.848Z Compiling parking_lot_core v0.9.10
12532025-05-13T20:47:43.963Z Compiling pin-project-lite v0.2.14
12542025-05-13T20:47:43.994Z Compiling rustix v0.38.37
12552025-05-13T20:47:44.111Z Compiling signal-hook-registry v1.4.2
12562025-05-13T20:47:45.042Z Compiling parking_lot v0.12.3
12572025-05-13T20:47:45.125Z Compiling spin v0.9.8
12582025-05-13T20:47:45.151Z Compiling mio v1.0.2
12592025-05-13T20:47:45.207Z Compiling futures-core v0.3.31
12602025-05-13T20:47:45.412Z Compiling aho-corasick v1.1.3
12612025-05-13T20:47:45.446Z Compiling either v1.14.0
12622025-05-13T20:47:45.511Z Compiling litemap v0.7.3
12632025-05-13T20:47:45.670Z Compiling cpufeatures v0.2.14
12642025-05-13T20:47:45.775Z Compiling regex-syntax v0.8.5
12652025-05-13T20:47:45.801Z Compiling libm v0.2.8
12662025-05-13T20:47:45.826Z Compiling serde_json v1.0.140
12672025-05-13T20:47:45.855Z Compiling writeable v0.5.5
12682025-05-13T20:47:46.166Z Compiling socket2 v0.5.9
12692025-05-13T20:47:46.266Z Compiling slab v0.4.9
12702025-05-13T20:47:46.301Z Compiling num-traits v0.2.19
12712025-05-13T20:47:46.530Z Compiling glob v0.3.2
12722025-05-13T20:47:46.912Z Compiling prettyplease v0.2.30
12732025-05-13T20:47:47.087Z Compiling icu_locid_transform_data v1.5.0
12742025-05-13T20:47:47.207Z Compiling futures-sink v0.3.31
12752025-05-13T20:47:47.235Z Compiling getrandom v0.3.1
12762025-05-13T20:47:47.311Z Compiling clang-sys v1.8.1
12772025-05-13T20:47:47.384Z Compiling lazy_static v1.5.0
12782025-05-13T20:47:47.524Z Compiling icu_properties_data v1.5.0
12792025-05-13T20:47:47.605Z Compiling foldhash v0.1.3
12802025-05-13T20:47:47.867Z Compiling minimal-lexical v0.2.1
12812025-05-13T20:47:47.900Z Compiling allocator-api2 v0.2.18
12822025-05-13T20:47:47.985Z Compiling libloading v0.8.5
12832025-05-13T20:47:48.334Z Compiling nom v7.1.3
12842025-05-13T20:47:48.359Z Compiling utf8_iter v1.0.4
12852025-05-13T20:47:48.384Z Compiling utf16_iter v1.0.5
12862025-05-13T20:47:48.569Z Compiling hashbrown v0.15.1
12872025-05-13T20:47:48.601Z Compiling base64ct v1.6.0
12882025-05-13T20:47:48.625Z Compiling icu_normalizer_data v1.5.0
12892025-05-13T20:47:48.740Z Compiling home v0.5.9
12902025-05-13T20:47:48.959Z Compiling bindgen v0.69.5
12912025-05-13T20:47:49.150Z Compiling write16 v1.0.0
12922025-05-13T20:47:49.243Z Compiling regex-automata v0.4.8
12932025-05-13T20:47:49.310Z Compiling percent-encoding v2.3.1
12942025-05-13T20:47:49.480Z Compiling pem-rfc7468 v0.7.0
12952025-05-13T20:47:49.690Z Compiling synstructure v0.13.1
12962025-05-13T20:47:50.126Z Compiling itertools v0.12.1
12972025-05-13T20:47:50.963Z Compiling cexpr v0.6.0
12982025-05-13T20:47:51.186Z Compiling flagset v0.4.6
12992025-05-13T20:47:51.231Z Compiling rustc-hash v1.1.0
13002025-05-13T20:47:51.776Z Compiling lazycell v1.3.0
13012025-05-13T20:47:51.806Z Compiling futures-channel v0.3.31
13022025-05-13T20:47:51.806Z Compiling cmake v0.1.51
13032025-05-13T20:47:51.832Z Compiling futures-io v0.3.31
13042025-05-13T20:47:52.078Z Compiling pin-utils v0.1.0
13052025-05-13T20:47:52.186Z Compiling fs_extra v1.3.0
13062025-05-13T20:47:52.253Z Compiling dunce v1.0.5
13072025-05-13T20:47:52.344Z Compiling futures-task v0.3.31
13082025-05-13T20:47:52.392Z Compiling form_urlencoded v1.2.1
13092025-05-13T20:47:52.417Z Compiling vcpkg v0.2.15
13102025-05-13T20:47:52.626Z Compiling paste v1.0.15
13112025-05-13T20:47:52.674Z Compiling zerocopy v0.8.25
13122025-05-13T20:47:52.718Z Compiling crossbeam-utils v0.8.21
13132025-05-13T20:47:52.742Z Compiling ring v0.17.11
13142025-05-13T20:47:53.213Z Compiling tracing-core v0.1.32
13152025-05-13T20:47:53.467Z Compiling iana-time-zone v0.1.63
13162025-05-13T20:47:53.670Z Compiling aws-lc-rs v1.12.4
13172025-05-13T20:47:53.913Z Compiling serde_derive v1.0.219
13182025-05-13T20:47:53.945Z Compiling zeroize_derive v1.4.2
13192025-05-13T20:47:54.063Z Compiling zerofrom-derive v0.1.4
13202025-05-13T20:47:54.088Z Compiling yoke-derive v0.7.4
13212025-05-13T20:47:54.264Z Compiling zerovec-derive v0.10.3
13222025-05-13T20:47:55.160Z Compiling zeroize v1.8.1
13232025-05-13T20:47:56.313Z Compiling displaydoc v0.2.5
13242025-05-13T20:47:56.340Z Compiling zerocopy-derive v0.7.35
13252025-05-13T20:47:56.613Z Compiling crypto-common v0.1.6
13262025-05-13T20:47:56.836Z Compiling block-buffer v0.10.4
13272025-05-13T20:47:56.966Z Compiling zerofrom v0.1.4
13282025-05-13T20:47:57.103Z Compiling digest v0.10.7
13292025-05-13T20:47:57.205Z Compiling yoke v0.7.4
13302025-05-13T20:47:57.548Z Compiling zerovec v0.10.4
13312025-05-13T20:47:57.580Z Compiling hmac v0.12.1
13322025-05-13T20:47:57.647Z Compiling tokio-macros v2.5.0
13332025-05-13T20:47:57.851Z Compiling icu_provider_macros v1.5.0
13342025-05-13T20:47:58.050Z Compiling zerocopy v0.7.35
13352025-05-13T20:47:58.312Z Compiling block-padding v0.3.3
13362025-05-13T20:47:58.557Z Compiling inout v0.1.3
13372025-05-13T20:47:58.582Z Compiling sha2 v0.10.8
13382025-05-13T20:47:58.795Z Compiling cipher v0.4.4
13392025-05-13T20:47:58.823Z Compiling regex v1.11.1
13402025-05-13T20:47:58.848Z Compiling der_derive v0.7.3
13412025-05-13T20:47:58.905Z Compiling thiserror-impl v1.0.69
13422025-05-13T20:47:59.216Z Compiling tinystr v0.7.6
13432025-05-13T20:47:59.266Z Compiling icu_collections v1.5.0
13442025-05-13T20:47:59.408Z Compiling futures-macro v0.3.31
13452025-05-13T20:47:59.624Z Compiling icu_locid v1.5.0
13462025-05-13T20:47:59.764Z Compiling salsa20 v0.10.2
13472025-05-13T20:47:59.997Z Compiling ppv-lite86 v0.2.20
13482025-05-13T20:48:00.427Z Compiling pbkdf2 v0.12.2
13492025-05-13T20:48:00.603Z Compiling scrypt v0.11.0
13502025-05-13T20:48:00.698Z Compiling icu_provider v1.5.0
13512025-05-13T20:48:00.780Z Compiling der v0.7.9
13522025-05-13T20:48:00.950Z Compiling futures-util v0.3.31
13532025-05-13T20:48:01.044Z Compiling cbc v0.1.2
13542025-05-13T20:48:01.269Z Compiling aes v0.8.4
13552025-05-13T20:48:01.294Z Compiling openssl-sys v0.9.107
13562025-05-13T20:48:01.372Z Compiling icu_locid_transform v1.5.0
13572025-05-13T20:48:01.404Z Compiling thiserror v1.0.69
13582025-05-13T20:48:01.552Z Compiling pest v2.7.14
13592025-05-13T20:48:01.577Z Compiling tracing-attributes v0.1.27
13602025-05-13T20:48:02.350Z Compiling zerocopy-derive v0.8.25
13612025-05-13T20:48:03.354Z Compiling icu_properties v1.5.1
13622025-05-13T20:48:03.380Z Compiling spki v0.7.3
13632025-05-13T20:48:03.412Z Compiling scroll_derive v0.12.0
13642025-05-13T20:48:03.728Z Compiling pkcs5 v0.7.1
13652025-05-13T20:48:04.102Z Compiling pest_meta v2.7.14
13662025-05-13T20:48:04.247Z Compiling tracing v0.1.40
13672025-05-13T20:48:04.521Z Compiling bytes v1.10.1
13682025-05-13T20:48:04.546Z Compiling bitflags v2.9.0
13692025-05-13T20:48:04.759Z Compiling semver v1.0.26
13702025-05-13T20:48:04.971Z Compiling indexmap v2.9.0
13712025-05-13T20:48:05.358Z Compiling rustc_version v0.4.1
13722025-05-13T20:48:05.611Z Compiling tokio v1.43.1
13732025-05-13T20:48:05.848Z Compiling http v1.2.0
13742025-05-13T20:48:05.948Z Compiling uuid v1.16.0
13752025-05-13T20:48:07.122Z Compiling icu_normalizer v1.5.0
13762025-05-13T20:48:07.191Z Compiling pkcs8 v0.10.2
13772025-05-13T20:48:07.216Z Compiling chrono v0.4.40
13782025-05-13T20:48:07.780Z Compiling httparse v1.9.5
13792025-05-13T20:48:07.849Z Compiling tinyvec_macros v0.1.1
13802025-05-13T20:48:07.964Z Compiling which v4.4.2
13812025-05-13T20:48:08.462Z Compiling idna_adapter v1.2.0
13822025-05-13T20:48:08.626Z Compiling rustls-pki-types v1.10.0
13832025-05-13T20:48:08.683Z Compiling idna v1.0.3
13842025-05-13T20:48:08.800Z Compiling tinyvec v1.8.0
13852025-05-13T20:48:08.826Z Compiling http-body v1.0.1
13862025-05-13T20:48:09.062Z Compiling pest_generator v2.7.14
13872025-05-13T20:48:09.088Z Compiling scroll v0.12.0
13882025-05-13T20:48:09.453Z Compiling url v2.5.3
13892025-05-13T20:48:09.573Z Compiling serde_derive_internals v0.29.1
13902025-05-13T20:48:10.027Z Compiling zstd-sys v2.0.14+zstd.1.5.7
13912025-05-13T20:48:10.052Z Compiling bzip2-sys v0.1.13+1.0.8
13922025-05-13T20:48:10.052Z Compiling schemars v0.8.22
13932025-05-13T20:48:10.383Z Compiling adler2 v2.0.0
13942025-05-13T20:48:10.510Z Compiling powerfmt v0.2.0
13952025-05-13T20:48:10.572Z Compiling rustversion v1.0.17
13962025-05-13T20:48:10.597Z Compiling untrusted v0.9.0
13972025-05-13T20:48:10.668Z Compiling foreign-types-shared v0.1.1
13982025-05-13T20:48:10.793Z Compiling time-core v0.1.2
13992025-05-13T20:48:10.818Z Compiling untrusted v0.7.1
14002025-05-13T20:48:10.855Z Compiling openssl v0.10.72
14012025-05-13T20:48:10.962Z Compiling atomic-waker v1.1.2
14022025-05-13T20:48:10.989Z Compiling try-lock v0.2.5
14032025-05-13T20:48:11.014Z Compiling num-conv v0.1.0
14042025-05-13T20:48:11.145Z Compiling want v0.3.1
14052025-05-13T20:48:11.170Z Compiling foreign-types v0.3.2
14062025-05-13T20:48:11.292Z Compiling deranged v0.3.11
14072025-05-13T20:48:11.317Z Compiling time-macros v0.2.18
14082025-05-13T20:48:11.400Z Compiling pest_derive v2.7.14
14092025-05-13T20:48:11.492Z Compiling schemars_derive v0.8.22
14102025-05-13T20:48:12.052Z Compiling miniz_oxide v0.8.5
14112025-05-13T20:48:13.328Z Compiling tokio-util v0.7.13
14122025-05-13T20:48:13.641Z Compiling goblin v0.8.2
14132025-05-13T20:48:13.914Z Compiling rand_core v0.9.2
14142025-05-13T20:48:14.328Z Compiling h2 v0.4.6
14152025-05-13T20:48:14.772Z Compiling openssl-macros v0.1.1
14162025-05-13T20:48:15.049Z Compiling syn v1.0.109
14172025-05-13T20:48:15.362Z Compiling dyn-clone v1.0.19
14182025-05-13T20:48:15.551Z Compiling httpdate v1.0.3
14192025-05-13T20:48:15.576Z Compiling num_threads v0.1.7
14202025-05-13T20:48:15.679Z Compiling tower-service v0.3.3
14212025-05-13T20:48:15.732Z Compiling rustls v0.23.19
14222025-05-13T20:48:15.820Z Compiling native-tls v0.2.12
14232025-05-13T20:48:15.960Z Compiling time v0.3.36
14242025-05-13T20:48:17.061Z Compiling rand_chacha v0.9.0
14252025-05-13T20:48:18.704Z Compiling dof v0.3.0
14262025-05-13T20:48:19.215Z Compiling dtrace-parser v0.2.0
14272025-05-13T20:48:20.356Z Compiling hyper v1.6.0
14282025-05-13T20:48:20.923Z Compiling unicode-normalization v0.1.24
14292025-05-13T20:48:21.086Z Compiling crossbeam-epoch v0.9.18
14302025-05-13T20:48:21.500Z Compiling heapless v0.7.17
14312025-05-13T20:48:21.696Z Compiling rand_chacha v0.3.1
14322025-05-13T20:48:21.816Z Compiling signature v2.2.0
14332025-05-13T20:48:21.879Z Compiling cookie v0.18.1
14342025-05-13T20:48:22.102Z Compiling crc32fast v1.4.2
14352025-05-13T20:48:22.187Z Compiling slog v2.7.0
14362025-05-13T20:48:22.439Z Compiling signal-hook v0.3.17
14372025-05-13T20:48:22.658Z Compiling siphasher v0.3.11
14382025-05-13T20:48:22.683Z Compiling openssl-probe v0.1.5
14392025-05-13T20:48:22.715Z Compiling unicode-properties v0.1.3
14402025-05-13T20:48:22.832Z Compiling unicode-bidi v0.3.17
14412025-05-13T20:48:22.978Z Compiling rayon-core v1.12.1
14422025-05-13T20:48:23.011Z Compiling base64 v0.22.1
14432025-05-13T20:48:23.121Z Compiling zstd-safe v7.2.3
14442025-05-13T20:48:23.297Z Compiling phf_shared v0.11.2
14452025-05-13T20:48:23.479Z Compiling stringprep v0.1.5
14462025-05-13T20:48:23.638Z Compiling hyper-util v0.1.11
14472025-05-13T20:48:23.684Z Compiling rand v0.8.5
14482025-05-13T20:48:23.708Z Compiling usdt-impl v0.5.0
14492025-05-13T20:48:23.827Z Compiling crossbeam-deque v0.8.5
14502025-05-13T20:48:23.892Z Compiling rand v0.9.0
14512025-05-13T20:48:24.155Z Compiling curve25519-dalek v4.1.3
14522025-05-13T20:48:24.388Z Compiling toml_datetime v0.6.8
14532025-05-13T20:48:24.813Z Compiling serde_tokenstream v0.2.2
14542025-05-13T20:48:24.874Z Compiling serde_spanned v0.6.8
14552025-05-13T20:48:24.984Z Compiling md-5 v0.10.6
14562025-05-13T20:48:25.117Z Compiling num-integer v0.1.46
14572025-05-13T20:48:25.268Z Compiling ff v0.13.0
14582025-05-13T20:48:25.339Z Compiling hash32 v0.2.1
14592025-05-13T20:48:25.446Z Compiling memoffset v0.9.1
14602025-05-13T20:48:25.507Z Compiling base16ct v0.2.0
14612025-05-13T20:48:25.550Z Compiling psl-types v2.0.11
14622025-05-13T20:48:25.679Z Compiling num-bigint-dig v0.8.4
14632025-05-13T20:48:25.727Z Compiling newtype-uuid v1.2.1
14642025-05-13T20:48:25.762Z Compiling fallible-iterator v0.2.0
14652025-05-13T20:48:25.790Z Compiling portable-atomic v1.11.0
14662025-05-13T20:48:25.791Z Compiling cfg_aliases v0.2.1
14672025-05-13T20:48:25.904Z Compiling gimli v0.31.1
14682025-05-13T20:48:25.977Z Compiling litrs v0.4.1
14692025-05-13T20:48:26.004Z Compiling smoltcp v0.9.1
14702025-05-13T20:48:26.283Z Compiling postgres-protocol v0.6.8
14712025-05-13T20:48:26.357Z Compiling nix v0.29.0
14722025-05-13T20:48:26.664Z Compiling publicsuffix v2.3.0
14732025-05-13T20:48:26.735Z Compiling sec1 v0.7.3
14742025-05-13T20:48:26.934Z Compiling document-features v0.2.10
14752025-05-13T20:48:27.102Z Compiling num-iter v0.1.45
14762025-05-13T20:48:27.231Z Compiling group v0.13.0
14772025-05-13T20:48:27.548Z Compiling tokio-native-tls v0.3.1
14782025-05-13T20:48:28.321Z Compiling flate2 v1.1.1
14792025-05-13T20:48:28.381Z Compiling ipnetwork v0.21.1
14802025-05-13T20:48:28.468Z Compiling webpki-roots v0.26.6
14812025-05-13T20:48:28.663Z Compiling http-body-util v0.1.3
14822025-05-13T20:48:28.687Z Compiling terminal_size v0.4.0
14832025-05-13T20:48:28.747Z Compiling hkdf v0.12.4
14842025-05-13T20:48:28.907Z Compiling crypto-bigint v0.5.5
14852025-05-13T20:48:28.993Z Compiling async-trait v0.1.88
14862025-05-13T20:48:29.090Z Compiling curve25519-dalek-derive v0.1.1
14872025-05-13T20:48:29.147Z Compiling sync_wrapper v1.0.1
14882025-05-13T20:48:29.191Z Compiling ahash v0.8.11
14892025-05-13T20:48:29.296Z Compiling object v0.36.5
14902025-05-13T20:48:29.440Z Compiling fs-err v3.1.0
14912025-05-13T20:48:29.749Z Compiling addr2line v0.24.2
14922025-05-13T20:48:30.082Z Compiling winnow v0.5.40
14932025-05-13T20:48:30.332Z Compiling rustc-demangle v0.1.24
14942025-05-13T20:48:30.358Z Compiling zip v2.6.1
14952025-05-13T20:48:30.620Z Compiling managed v0.8.0
14962025-05-13T20:48:30.999Z Compiling simd-adler32 v0.3.7
14972025-05-13T20:48:31.109Z Compiling buf-list v1.0.3
14982025-05-13T20:48:31.138Z Compiling ipnet v2.11.0
14992025-05-13T20:48:31.477Z Compiling tower-layer v0.3.3
15002025-05-13T20:48:31.614Z Compiling anyhow v1.0.98
15012025-05-13T20:48:31.743Z Compiling lockfree-object-pool v0.1.6
15022025-05-13T20:48:31.983Z Compiling unicode-width v0.2.0
15032025-05-13T20:48:32.053Z Compiling bumpalo v3.16.0
15042025-05-13T20:48:32.479Z Compiling console v0.15.10
15052025-05-13T20:48:32.505Z Compiling zopfli v0.8.1
15062025-05-13T20:48:32.531Z Compiling clap_builder v4.5.35
15072025-05-13T20:48:33.065Z Compiling toml_edit v0.19.15
15082025-05-13T20:48:33.666Z Compiling tower v0.5.2
15092025-05-13T20:48:33.960Z Compiling elliptic-curve v0.13.8
15102025-05-13T20:48:33.984Z Compiling strum_macros v0.25.3
15112025-05-13T20:48:34.319Z Compiling hubpack_derive v0.1.1
15122025-05-13T20:48:35.090Z Compiling hubpack v0.1.2
15132025-05-13T20:48:35.467Z Compiling backtrace v0.3.74
15142025-05-13T20:48:35.702Z Compiling hyper-tls v0.6.0
15152025-05-13T20:48:36.066Z Compiling oxnet v0.1.1
15162025-05-13T20:48:36.091Z Compiling signal-hook-mio v0.2.4
15172025-05-13T20:48:36.261Z Compiling zstd v0.13.3
15182025-05-13T20:48:36.734Z Compiling rayon v1.10.0
15192025-05-13T20:48:36.769Z Compiling cookie_store v0.21.1
15202025-05-13T20:48:38.023Z Compiling postgres-types v0.2.9
15212025-05-13T20:48:39.179Z Compiling usdt-macro v0.5.0
15222025-05-13T20:48:39.255Z Compiling usdt-attr-macro v0.5.0
15232025-05-13T20:48:39.280Z Compiling phf v0.11.2
15242025-05-13T20:48:39.305Z Compiling ed25519 v2.2.3
15252025-05-13T20:48:39.615Z Compiling strum_macros v0.26.4
15262025-05-13T20:48:40.317Z Compiling bzip2 v0.5.2
15272025-05-13T20:48:40.526Z Compiling bzip2 v0.4.4
15282025-05-13T20:48:40.597Z Compiling enum-as-inner v0.6.1
15292025-05-13T20:48:40.690Z Compiling clap_derive v4.5.32
15302025-05-13T20:48:40.823Z Compiling rustls-pemfile v2.2.0
15312025-05-13T20:48:40.886Z Compiling pkcs1 v0.7.5
15322025-05-13T20:48:40.911Z Compiling futures-executor v0.3.31
15332025-05-13T20:48:41.145Z Compiling serde-big-array v0.5.1
15342025-05-13T20:48:41.363Z Compiling serde_urlencoded v0.7.1
15352025-05-13T20:48:41.388Z Compiling rfc6979 v0.4.0
15362025-05-13T20:48:41.470Z Compiling bstr v1.10.0
15372025-05-13T20:48:41.585Z Compiling serde_repr v0.1.19
15382025-05-13T20:48:41.628Z Compiling daft-derive v0.1.3
15392025-05-13T20:48:41.813Z Compiling float-cmp v0.10.0
15402025-05-13T20:48:42.053Z Compiling encoding_rs v0.8.34
15412025-05-13T20:48:42.524Z Compiling static_assertions v1.1.0
15422025-05-13T20:48:42.638Z Compiling predicates-core v1.0.8
15432025-05-13T20:48:42.835Z Compiling data-encoding v2.6.0
15442025-05-13T20:48:42.994Z Compiling unicode-segmentation v1.12.0
15452025-05-13T20:48:43.019Z Compiling mime v0.3.17
15462025-05-13T20:48:43.392Z Compiling precomputed-hash v0.1.1
15472025-05-13T20:48:43.510Z Compiling whoami v1.5.2
15482025-05-13T20:48:43.538Z Compiling difflib v0.4.0
15492025-05-13T20:48:43.781Z Compiling fixedbitset v0.4.2
15502025-05-13T20:48:44.058Z Compiling number_prefix v0.4.0
15512025-05-13T20:48:44.174Z Compiling new_debug_unreachable v1.0.6
15522025-05-13T20:48:44.288Z Compiling normalize-line-endings v0.3.0
15532025-05-13T20:48:44.329Z Compiling string_cache v0.8.9
15542025-05-13T20:48:44.364Z Compiling clap v4.5.35
15552025-05-13T20:48:44.461Z Compiling predicates v3.1.3
15562025-05-13T20:48:44.492Z Compiling indicatif v0.17.11
15572025-05-13T20:48:44.605Z Compiling petgraph v0.6.5
15582025-05-13T20:48:44.709Z Compiling tokio-postgres v0.7.13
15592025-05-13T20:48:44.785Z Compiling similar v2.7.0
15602025-05-13T20:48:45.444Z Compiling toml_edit v0.22.24
15612025-05-13T20:48:45.793Z Compiling hickory-proto v0.24.4
15622025-05-13T20:48:46.184Z Compiling strum v0.26.3
15632025-05-13T20:48:46.370Z Compiling daft v0.1.3
15642025-05-13T20:48:46.596Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=57536869418e08667824c9a1b2cf115ed91b713f#57536869)
15652025-05-13T20:48:46.817Z Compiling usdt v0.5.0
15662025-05-13T20:48:47.255Z Compiling ecdsa v0.16.9
15672025-05-13T20:48:47.767Z Compiling rsa v0.9.6
15682025-05-13T20:48:47.995Z Compiling futures v0.3.31
15692025-05-13T20:48:48.139Z Compiling zip v0.6.6
15702025-05-13T20:48:49.232Z Compiling ed25519-dalek v2.1.1
15712025-05-13T20:48:50.420Z Compiling crossterm v0.28.1
15722025-05-13T20:48:51.038Z Compiling toml v0.7.8
15732025-05-13T20:48:52.032Z Compiling tokio-stream v0.1.17
15742025-05-13T20:48:52.067Z Compiling openapiv3 v2.0.0
15752025-05-13T20:48:52.315Z Compiling x509-cert v0.2.5
15762025-05-13T20:48:52.340Z Compiling sha1 v0.10.6
15772025-05-13T20:48:52.718Z Compiling itertools v0.10.5
15782025-05-13T20:48:52.899Z Compiling dirs-sys-next v0.1.2
15792025-05-13T20:48:53.202Z Compiling winnow v0.6.26
15802025-05-13T20:48:53.325Z Compiling peg-runtime v0.8.5
15812025-05-13T20:48:53.403Z Compiling lalrpop-util v0.19.12
15822025-05-13T20:48:53.725Z Compiling unicode-xid v0.2.6
15832025-05-13T20:48:53.859Z Compiling dirs-next v2.0.0
15842025-05-13T20:48:53.904Z Compiling thread_local v1.1.8
15852025-05-13T20:48:54.047Z Compiling slog-async v2.8.0
15862025-05-13T20:48:54.231Z Compiling term v0.7.0
15872025-05-13T20:48:54.353Z Compiling crossbeam-channel v0.5.15
15882025-05-13T20:48:54.577Z Compiling xattr v1.3.1
15892025-05-13T20:48:54.845Z Compiling filetime v0.2.25
15902025-05-13T20:48:54.881Z Compiling is-terminal v0.4.13
15912025-05-13T20:48:55.029Z Compiling take_mut v0.2.2
15922025-05-13T20:48:55.141Z Compiling tar v0.4.44
15932025-05-13T20:48:55.260Z Compiling slog-term v2.9.1
15942025-05-13T20:48:55.372Z Compiling camino v1.1.9
15952025-05-13T20:49:00.554Z Compiling aws-lc-sys v0.26.0
15962025-05-13T20:49:34.397Z Compiling rustls-webpki v0.102.8
15972025-05-13T20:49:40.588Z Compiling tokio-rustls v0.26.0
15982025-05-13T20:49:40.946Z Compiling hyper-rustls v0.27.3
15992025-05-13T20:49:41.324Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
16002025-05-13T20:49:45.805Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16012025-05-13T20:49:46.177Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16022025-05-13T20:49:52.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
16032025-05-13T20:49:52.226Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16042025-05-13T20:49:52.298ZMay 13 20:49:51.988 INFO Starting download, target: Cockroach
16052025-05-13T20:49:52.298ZMay 13 20:49:51.988 INFO Starting download, target: Console
16062025-05-13T20:49:52.298ZMay 13 20:49:51.989 INFO Starting download, target: Clickhouse
16072025-05-13T20:49:52.298ZMay 13 20:49:51.989 INFO Starting download, target: DendriteStub
16082025-05-13T20:49:52.298ZMay 13 20:49:51.989 INFO Starting download, target: MaghemiteMgd
16092025-05-13T20:49:52.298ZMay 13 20:49:51.989 INFO Starting download, target: TransceiverControl
16102025-05-13T20:49:52.323ZMay 13 20:49:51.990 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16112025-05-13T20:49:52.323ZMay 13 20:49:51.990 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16122025-05-13T20:49:52.323ZMay 13 20:49:51.990 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16132025-05-13T20:49:52.323ZMay 13 20:49:51.991 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16142025-05-13T20:49:52.324ZMay 13 20:49:51.991 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16152025-05-13T20:49:52.324ZMay 13 20:49:51.991 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16162025-05-13T20:49:52.625ZMay 13 20:49:52.309 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16172025-05-13T20:49:52.968ZMay 13 20:49:52.654 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16182025-05-13T20:49:53.010ZMay 13 20:49:52.697 INFO Download complete, target: Console
16192025-05-13T20:49:53.390ZMay 13 20:49:53.075 INFO Download complete, target: TransceiverControl
16202025-05-13T20:49:54.568ZMay 13 20:49:54.259 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16212025-05-13T20:49:55.282ZMay 13 20:49:54.955 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16222025-05-13T20:49:56.748ZMay 13 20:49:56.438 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16232025-05-13T20:49:56.748ZMay 13 20:49:56.439 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16242025-05-13T20:49:57.951ZMay 13 20:49:57.641 INFO Download complete, target: DendriteStub
16252025-05-13T20:49:59.008ZMay 13 20:49:58.698 INFO Download complete, target: MaghemiteMgd
16262025-05-13T20:50:04.521ZMay 13 20:50:04.212 INFO Checking that binary works, target: Cockroach
16272025-05-13T20:50:04.842ZMay 13 20:50:04.533 INFO Download complete, target: Cockroach
16282025-05-13T20:50:06.355ZMay 13 20:50:06.046 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16292025-05-13T20:50:18.453ZMay 13 20:50:18.144 INFO Checking that binary works, target: Clickhouse
16302025-05-13T20:50:18.694ZMay 13 20:50:18.380 INFO Download complete, target: Clickhouse
16312025-05-13T20:50:18.728ZAll builder prerequisites installed successfully, and PATH looks valid
16322025-05-13T20:50:18.760Z
16332025-05-13T20:50:18.760Zreal 5:39.611424032
16342025-05-13T20:50:18.760Zuser 14:05.523511891
16352025-05-13T20:50:18.760Zsys 2:23.893071225
16362025-05-13T20:50:18.760Ztrap 0.518342931
16372025-05-13T20:50:18.760Ztflt 0.408313831
16382025-05-13T20:50:18.760Zdflt 1.045503108
16392025-05-13T20:50:18.760Zkflt 0.010115634
16402025-05-13T20:50:18.760Zlock 24:47.934045222
16412025-05-13T20:50:18.760Zslp 52:06.515475314
16422025-05-13T20:50:18.760Zlat 1:05.321751927
16432025-05-13T20:50:18.760Zstop 2:26.685732019
16442025-05-13T20:50:18.760Z++ bmat factory name
16452025-05-13T20:50:18.760Z++ bmat factory private
16462025-05-13T20:50:18.791Z+ jq --null-input --arg bmat_factory_name gimlet-EVT22200007-propolis --arg bmat_factory_private EVT22200007/27183 '{
16472025-05-13T20:50:18.791Z buildomat: {
16482025-05-13T20:50:18.791Z factory: {
16492025-05-13T20:50:18.791Z name: $bmat_factory_name,
16502025-05-13T20:50:18.791Z private: $bmat_factory_private,
16512025-05-13T20:50:18.791Z },
16522025-05-13T20:50:18.791Z },
16532025-05-13T20:50:18.791Z }'
16542025-05-13T20:50:18.826Z+ banner ls-apis
16552025-05-13T20:50:18.826Z
16562025-05-13T20:50:18.826Z # #### ## ##### # ####
16572025-05-13T20:50:18.826Z # # # # # # # #
16582025-05-13T20:50:18.826Z # #### ##### # # # # # ####
16592025-05-13T20:50:18.826Z # # ###### ##### # #
16602025-05-13T20:50:18.826Z # # # # # # # # #
16612025-05-13T20:50:18.826Z ###### #### # # # # ####
16622025-05-13T20:50:18.826Z
16632025-05-13T20:50:18.827Z+ source ./tools/include/force-git-over-https.sh
16642025-05-13T20:50:18.827Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16652025-05-13T20:50:18.830Z++ (( i = 0 ))
16662025-05-13T20:50:18.831Z++ (( i < 5 ))
16672025-05-13T20:50:18.832Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16682025-05-13T20:50:18.832Z++ (( i++ ))
16692025-05-13T20:50:18.832Z++ (( i < 5 ))
16702025-05-13T20:50:18.832Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16712025-05-13T20:50:18.832Z++ (( i++ ))
16722025-05-13T20:50:18.832Z++ (( i < 5 ))
16732025-05-13T20:50:18.832Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16742025-05-13T20:50:18.866Z++ (( i++ ))
16752025-05-13T20:50:18.866Z++ (( i < 5 ))
16762025-05-13T20:50:18.866Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16772025-05-13T20:50:18.866Z++ (( i++ ))
16782025-05-13T20:50:18.867Z++ (( i < 5 ))
16792025-05-13T20:50:18.867Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16802025-05-13T20:50:18.867Z++ (( i++ ))
16812025-05-13T20:50:18.867Z++ (( i < 5 ))
16822025-05-13T20:50:18.867Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16832025-05-13T20:50:18.867Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16842025-05-13T20:50:18.867Z+ ptime -m cargo xtask ls-apis apis
16852025-05-13T20:50:19.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
16862025-05-13T20:50:19.859Z Running `target/debug/xtask ls-apis apis`
16872025-05-13T20:50:21.260Z Compiling semver v0.1.20
16882025-05-13T20:50:21.286Z Compiling structmeta-derive v0.3.0
16892025-05-13T20:50:21.314Z Compiling thiserror-impl v2.0.12
16902025-05-13T20:50:21.341Z Compiling cargo-platform v0.1.8
16912025-05-13T20:50:21.341Z Compiling fixedbitset v0.5.7
16922025-05-13T20:50:21.341Z Compiling toml v0.8.20
16932025-05-13T20:50:21.616Z Compiling rustc_version v0.1.7
16942025-05-13T20:50:21.782Z Compiling petgraph v0.7.1
16952025-05-13T20:50:22.004Z Compiling newtype_derive v0.1.6
16962025-05-13T20:50:22.999Z Compiling structmeta v0.3.0
16972025-05-13T20:50:23.232Z Compiling thiserror v2.0.12
16982025-05-13T20:50:23.339Z Compiling cargo_metadata v0.19.2
16992025-05-13T20:50:23.365Z Compiling parse-display-derive v0.10.0
17002025-05-13T20:50:25.509Z Compiling parse-display v0.10.0
17012025-05-13T20:50:25.787Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
17022025-05-13T20:50:31.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
17032025-05-13T20:50:31.656Z Running `target/debug/ls-apis apis`
17042025-05-13T20:50:31.712Zloading metadata for workspace omicron from current workspace
17052025-05-13T20:50:36.536Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
17062025-05-13T20:50:36.563Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/872aae7/Cargo.toml
17072025-05-13T20:50:36.563Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
17082025-05-13T20:50:36.564Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/4580159/Cargo.toml
17092025-05-13T20:50:36.564Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/060a204/Cargo.toml
17102025-05-13T20:50:55.616Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
17112025-05-13T20:50:57.020Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
17122025-05-13T20:50:57.045Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
17132025-05-13T20:50:57.373ZBootstrap Agent (client: bootstrap-agent-client)
17142025-05-13T20:50:57.373Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17152025-05-13T20:50:57.373Z consumed by: wicketd (omicron/wicketd) via 2 paths
17162025-05-13T20:50:57.373Z
17172025-05-13T20:50:57.373ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
17182025-05-13T20:50:57.373Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17192025-05-13T20:50:57.373Z
17202025-05-13T20:50:57.373ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
17212025-05-13T20:50:57.373Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17222025-05-13T20:50:57.373Z
17232025-05-13T20:50:57.373ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
17242025-05-13T20:50:57.373Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17252025-05-13T20:50:57.373Z
17262025-05-13T20:50:57.373ZCockroachDB Cluster Admin (client: cockroach-admin-client)
17272025-05-13T20:50:57.373Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17282025-05-13T20:50:57.373Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17292025-05-13T20:50:57.373Z
17302025-05-13T20:50:57.373ZCrucible Agent (client: crucible-agent-client)
17312025-05-13T20:50:57.399Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17322025-05-13T20:50:57.399Z
17332025-05-13T20:50:57.399ZCrucible Control (for testing only) (client: crucible-control-client)
17342025-05-13T20:50:57.399Z
17352025-05-13T20:50:57.399ZCrucible Pantry (client: crucible-pantry-client)
17362025-05-13T20:50:57.399Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17372025-05-13T20:50:57.399Z
17382025-05-13T20:50:57.399ZMaghemite DDM Admin (client: ddm-admin-client)
17392025-05-13T20:50:57.399Z consumed by: installinator (omicron/installinator) via 1 path
17402025-05-13T20:50:57.399Z consumed by: mgd (maghemite/mgd) via 1 path
17412025-05-13T20:50:57.399Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17422025-05-13T20:50:57.399Z consumed by: wicketd (omicron/wicketd) via 1 path
17432025-05-13T20:50:57.399Z
17442025-05-13T20:50:57.399ZDNS Server (client: dns-service-client)
17452025-05-13T20:50:57.399Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17462025-05-13T20:50:57.399Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17472025-05-13T20:50:57.399Z
17482025-05-13T20:50:57.399ZDendrite DPD (client: dpd-client)
17492025-05-13T20:50:57.400Z consumed by: ddmd (maghemite/ddmd) via 2 paths
17502025-05-13T20:50:57.400Z consumed by: lldpd (lldp/lldpd) via 2 paths
17512025-05-13T20:50:57.400Z consumed by: mgd (maghemite/mgd) via 1 path
17522025-05-13T20:50:57.400Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17532025-05-13T20:50:57.400Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17542025-05-13T20:50:57.400Z consumed by: tfportd (dendrite/tfportd) via 1 path
17552025-05-13T20:50:57.400Z consumed by: wicketd (omicron/wicketd) via 2 paths
17562025-05-13T20:50:57.400Z
17572025-05-13T20:50:57.400ZDownstairs Controller (debugging only) (client: dsc-client)
17582025-05-13T20:50:57.400Z
17592025-05-13T20:50:57.400ZManagement Gateway Service (client: gateway-client)
17602025-05-13T20:50:57.400Z consumed by: dpd (dendrite/dpd) via 1 path
17612025-05-13T20:50:57.400Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
17622025-05-13T20:50:57.400Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17632025-05-13T20:50:57.400Z consumed by: wicketd (omicron/wicketd) via 3 paths
17642025-05-13T20:50:57.400Z
17652025-05-13T20:50:57.400ZWicketd Installinator (client: installinator-client)
17662025-05-13T20:50:57.400Z consumed by: installinator (omicron/installinator) via 1 path
17672025-05-13T20:50:57.400Z
17682025-05-13T20:50:57.400ZLLDP daemon (client: lldpd-client)
17692025-05-13T20:50:57.400Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17702025-05-13T20:50:57.400Z consumed by: tfportd (dendrite/tfportd) via 1 path
17712025-05-13T20:50:57.400Z
17722025-05-13T20:50:57.400ZMaghemite MG Admin (client: mg-admin-client)
17732025-05-13T20:50:57.401Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17742025-05-13T20:50:57.401Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17752025-05-13T20:50:57.401Z
17762025-05-13T20:50:57.401ZNexus Internal API (client: nexus-client)
17772025-05-13T20:50:57.426Z consumed by: crucible-pantry (crucible/pantry) via 1 path
17782025-05-13T20:50:57.427Z consumed by: dpd (dendrite/dpd) via 1 path
17792025-05-13T20:50:57.427Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17802025-05-13T20:50:57.427Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
17812025-05-13T20:50:57.427Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
17822025-05-13T20:50:57.427Z
17832025-05-13T20:50:57.427ZExternal API (client: oxide-client)
17842025-05-13T20:50:57.427Z
17852025-05-13T20:50:57.427ZOximeter (client: oximeter-client)
17862025-05-13T20:50:57.427Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17872025-05-13T20:50:57.427Z
17882025-05-13T20:50:57.427ZPropolis (client: propolis-client)
17892025-05-13T20:50:57.427Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17902025-05-13T20:50:57.427Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
17912025-05-13T20:50:57.427Z
17922025-05-13T20:50:57.427ZCrucible Repair (client: repair-client)
17932025-05-13T20:50:57.427Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
17942025-05-13T20:50:57.427Z
17952025-05-13T20:50:57.427ZRepo Depot API (client: repo-depot-client)
17962025-05-13T20:50:57.427Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17972025-05-13T20:50:57.427Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17982025-05-13T20:50:57.427Z
17992025-05-13T20:50:57.427ZSled Agent (client: sled-agent-client)
18002025-05-13T20:50:57.427Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
18012025-05-13T20:50:57.427Z
18022025-05-13T20:50:57.427ZWicketd (client: wicketd-client)
18032025-05-13T20:50:57.428Z
18042025-05-13T20:50:57.546Z
18052025-05-13T20:50:57.546Zreal 38.688115129
18062025-05-13T20:50:57.546Zuser 39.194045529
18072025-05-13T20:50:57.546Zsys 15.649375338
18082025-05-13T20:50:57.546Ztrap 0.027890839
18092025-05-13T20:50:57.546Ztflt 0.055047218
18102025-05-13T20:50:57.546Zdflt 0.320308985
18112025-05-13T20:50:57.546Zkflt 0.000003837
18122025-05-13T20:50:57.546Zlock 45.787651276
18132025-05-13T20:50:57.546Zslp 4:13.848531486
18142025-05-13T20:50:57.546Zlat 1.070234081
18152025-05-13T20:50:57.546Zstop 1.745986402
18162025-05-13T20:50:57.572Z+ ptime -m cargo xtask ls-apis deployment-units
18172025-05-13T20:50:58.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
18182025-05-13T20:50:58.542Z Running `target/debug/xtask ls-apis deployment-units`
18192025-05-13T20:50:59.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
18202025-05-13T20:50:59.963Z Running `target/debug/ls-apis deployment-units`
18212025-05-13T20:51:00.027Zloading metadata for workspace omicron from current workspace
18222025-05-13T20:51:01.853Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
18232025-05-13T20:51:01.878Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/872aae7/Cargo.toml
18242025-05-13T20:51:01.879Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/4580159/Cargo.toml
18252025-05-13T20:51:01.879Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
18262025-05-13T20:51:01.904Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/060a204/Cargo.toml
18272025-05-13T20:51:05.900Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
18282025-05-13T20:51:07.086Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18292025-05-13T20:51:07.113Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18302025-05-13T20:51:07.339ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
18312025-05-13T20:51:07.339Z omicron-clickhouse-admin (omicron/clickhouse-admin)
18322025-05-13T20:51:07.339Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
18332025-05-13T20:51:07.339Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
18342025-05-13T20:51:07.339Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
18352025-05-13T20:51:07.389Z
18362025-05-13T20:51:07.389Z
18372025-05-13T20:51:07.389ZCockroach
18382025-05-13T20:51:07.389Z omicron-cockroach-admin (omicron/cockroach-admin)
18392025-05-13T20:51:07.389Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
18402025-05-13T20:51:07.389Z
18412025-05-13T20:51:07.389Z
18422025-05-13T20:51:07.389ZCrucible
18432025-05-13T20:51:07.389Z crucible-agent (crucible/agent)
18442025-05-13T20:51:07.389Z exposes: Crucible Agent (client = crucible-agent-client)
18452025-05-13T20:51:07.389Z
18462025-05-13T20:51:07.389Z crucible-downstairs (crucible/downstairs)
18472025-05-13T20:51:07.389Z exposes: Crucible Repair (client = repair-client)
18482025-05-13T20:51:07.390Z consumes: repair-client
18492025-05-13T20:51:07.390Z
18502025-05-13T20:51:07.390Z
18512025-05-13T20:51:07.390ZCrucible Pantry
18522025-05-13T20:51:07.390Z crucible-pantry (crucible/pantry)
18532025-05-13T20:51:07.390Z exposes: Crucible Pantry (client = crucible-pantry-client)
18542025-05-13T20:51:07.390Z consumes: nexus-client
18552025-05-13T20:51:07.390Z
18562025-05-13T20:51:07.390Z
18572025-05-13T20:51:07.390ZDNS Server
18582025-05-13T20:51:07.390Z dns-server (omicron/dns-server)
18592025-05-13T20:51:07.390Z exposes: DNS Server (client = dns-service-client)
18602025-05-13T20:51:07.390Z
18612025-05-13T20:51:07.391Z
18622025-05-13T20:51:07.391ZHost OS
18632025-05-13T20:51:07.391Z ddmd (maghemite/ddmd)
18642025-05-13T20:51:07.391Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
18652025-05-13T20:51:07.391Z consumes: dpd-client
18662025-05-13T20:51:07.391Z
18672025-05-13T20:51:07.391Z dpd (dendrite/dpd)
18682025-05-13T20:51:07.391Z exposes: Dendrite DPD (client = dpd-client)
18692025-05-13T20:51:07.391Z consumes: gateway-client
18702025-05-13T20:51:07.391Z consumes: nexus-client
18712025-05-13T20:51:07.391Z
18722025-05-13T20:51:07.391Z lldpd (lldp/lldpd)
18732025-05-13T20:51:07.391Z exposes: LLDP daemon (client = lldpd-client)
18742025-05-13T20:51:07.391Z consumes: dpd-client
18752025-05-13T20:51:07.391Z
18762025-05-13T20:51:07.391Z mgd (maghemite/mgd)
18772025-05-13T20:51:07.391Z exposes: Maghemite MG Admin (client = mg-admin-client)
18782025-05-13T20:51:07.392Z consumes: ddm-admin-client
18792025-05-13T20:51:07.392Z consumes: dpd-client
18802025-05-13T20:51:07.392Z
18812025-05-13T20:51:07.392Z omicron-gateway (omicron/gateway)
18822025-05-13T20:51:07.392Z exposes: Management Gateway Service (client = gateway-client)
18832025-05-13T20:51:07.392Z
18842025-05-13T20:51:07.392Z omicron-sled-agent (omicron/sled-agent)
18852025-05-13T20:51:07.392Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
18862025-05-13T20:51:07.392Z exposes: Repo Depot API (client = repo-depot-client)
18872025-05-13T20:51:07.392Z exposes: Sled Agent (client = sled-agent-client)
18882025-05-13T20:51:07.392Z consumes: bootstrap-agent-client
18892025-05-13T20:51:07.392Z consumes: cockroach-admin-client
18902025-05-13T20:51:07.392Z consumes: ddm-admin-client
18912025-05-13T20:51:07.392Z consumes: dns-service-client
18922025-05-13T20:51:07.392Z consumes: dpd-client
18932025-05-13T20:51:07.393Z consumes: gateway-client
18942025-05-13T20:51:07.393Z consumes: mg-admin-client
18952025-05-13T20:51:07.393Z consumes: nexus-client
18962025-05-13T20:51:07.393Z consumes: propolis-client
18972025-05-13T20:51:07.393Z consumes: repo-depot-client
18982025-05-13T20:51:07.393Z
18992025-05-13T20:51:07.393Z propolis-server (propolis/bin/propolis-server)
19002025-05-13T20:51:07.393Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
19012025-05-13T20:51:07.393Z exposes: Propolis (client = propolis-client)
19022025-05-13T20:51:07.393Z consumes: nexus-client
19032025-05-13T20:51:07.393Z
19042025-05-13T20:51:07.393Z tfportd (dendrite/tfportd)
19052025-05-13T20:51:07.393Z consumes: dpd-client
19062025-05-13T20:51:07.393Z consumes: lldpd-client
19072025-05-13T20:51:07.393Z
19082025-05-13T20:51:07.393Z wicketd (omicron/wicketd)
19092025-05-13T20:51:07.393Z exposes: Wicketd Installinator (client = installinator-client)
19102025-05-13T20:51:07.393Z exposes: Wicketd (client = wicketd-client)
19112025-05-13T20:51:07.393Z consumes: bootstrap-agent-client
19122025-05-13T20:51:07.393Z consumes: ddm-admin-client
19132025-05-13T20:51:07.393Z consumes: dpd-client
19142025-05-13T20:51:07.393Z consumes: gateway-client
19152025-05-13T20:51:07.393Z
19162025-05-13T20:51:07.393Z
19172025-05-13T20:51:07.393ZInstallinator
19182025-05-13T20:51:07.393Z installinator (omicron/installinator)
19192025-05-13T20:51:07.394Z consumes: ddm-admin-client
19202025-05-13T20:51:07.394Z consumes: installinator-client
19212025-05-13T20:51:07.394Z
19222025-05-13T20:51:07.394Z
19232025-05-13T20:51:07.394ZNexus
19242025-05-13T20:51:07.394Z omicron-nexus (omicron/nexus)
19252025-05-13T20:51:07.394Z exposes: Nexus Internal API (client = nexus-client)
19262025-05-13T20:51:07.394Z exposes: External API (client = oxide-client)
19272025-05-13T20:51:07.394Z consumes: clickhouse-admin-keeper-client
19282025-05-13T20:51:07.394Z consumes: clickhouse-admin-server-client
19292025-05-13T20:51:07.394Z consumes: clickhouse-admin-single-client
19302025-05-13T20:51:07.394Z consumes: cockroach-admin-client
19312025-05-13T20:51:07.394Z consumes: crucible-agent-client
19322025-05-13T20:51:07.394Z consumes: crucible-pantry-client
19332025-05-13T20:51:07.394Z consumes: dns-service-client
19342025-05-13T20:51:07.394Z consumes: dpd-client
19352025-05-13T20:51:07.420Z consumes: gateway-client
19362025-05-13T20:51:07.420Z consumes: lldpd-client
19372025-05-13T20:51:07.420Z consumes: mg-admin-client
19382025-05-13T20:51:07.420Z consumes: oximeter-client
19392025-05-13T20:51:07.420Z consumes: propolis-client
19402025-05-13T20:51:07.420Z consumes: repo-depot-client
19412025-05-13T20:51:07.420Z consumes: sled-agent-client
19422025-05-13T20:51:07.420Z
19432025-05-13T20:51:07.420Z
19442025-05-13T20:51:07.420ZOximeter
19452025-05-13T20:51:07.420Z oximeter-collector (omicron/oximeter/collector)
19462025-05-13T20:51:07.421Z exposes: Oximeter (client = oximeter-client)
19472025-05-13T20:51:07.421Z consumes: nexus-client
19482025-05-13T20:51:07.421Z
19492025-05-13T20:51:07.421Z
19502025-05-13T20:51:07.494Z
19512025-05-13T20:51:07.494Zreal 9.921403421
19522025-05-13T20:51:07.494Zuser 7.370672210
19532025-05-13T20:51:07.494Zsys 4.233537425
19542025-05-13T20:51:07.494Ztrap 0.002578094
19552025-05-13T20:51:07.494Ztflt 0.000137376
19562025-05-13T20:51:07.494Zdflt 0.000326653
19572025-05-13T20:51:07.494Zkflt 0.000000000
19582025-05-13T20:51:07.494Zlock 0.425279668
19592025-05-13T20:51:07.494Zslp 33.806435410
19602025-05-13T20:51:07.494Zlat 0.049562058
19612025-05-13T20:51:07.494Zstop 0.193715674
19622025-05-13T20:51:07.519Z+ ptime -m cargo xtask ls-apis servers
19632025-05-13T20:51:08.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
19642025-05-13T20:51:08.549Z Running `target/debug/xtask ls-apis servers`
19652025-05-13T20:51:10.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
19662025-05-13T20:51:10.143Z Running `target/debug/ls-apis servers`
19672025-05-13T20:51:10.199Zloading metadata for workspace omicron from current workspace
19682025-05-13T20:51:11.964Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/872aae7/Cargo.toml
19692025-05-13T20:51:11.989Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
19702025-05-13T20:51:11.989Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
19712025-05-13T20:51:11.989Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/4580159/Cargo.toml
19722025-05-13T20:51:11.989Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/060a204/Cargo.toml
19732025-05-13T20:51:15.366Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
19742025-05-13T20:51:16.416Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19752025-05-13T20:51:16.441Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19762025-05-13T20:51:16.676Zomicron-clickhouse-admin (omicron/clickhouse-admin)
19772025-05-13T20:51:16.676Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19782025-05-13T20:51:16.676Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19792025-05-13T20:51:16.676Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19802025-05-13T20:51:16.727Z
19812025-05-13T20:51:16.727Zomicron-cockroach-admin (omicron/cockroach-admin)
19822025-05-13T20:51:16.727Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19832025-05-13T20:51:16.727Z
19842025-05-13T20:51:16.727Zcrucible-agent (crucible/agent)
19852025-05-13T20:51:16.727Z exposes: Crucible Agent (client = crucible-agent-client)
19862025-05-13T20:51:16.727Z
19872025-05-13T20:51:16.727Zcrucible-downstairs (crucible/downstairs)
19882025-05-13T20:51:16.727Z exposes: Crucible Repair (client = repair-client)
19892025-05-13T20:51:16.727Z consumes: repair-client
19902025-05-13T20:51:16.727Z
19912025-05-13T20:51:16.727Zcrucible-pantry (crucible/pantry)
19922025-05-13T20:51:16.727Z exposes: Crucible Pantry (client = crucible-pantry-client)
19932025-05-13T20:51:16.727Z consumes: nexus-client
19942025-05-13T20:51:16.727Z
19952025-05-13T20:51:16.727Zdns-server (omicron/dns-server)
19962025-05-13T20:51:16.727Z exposes: DNS Server (client = dns-service-client)
19972025-05-13T20:51:16.727Z
19982025-05-13T20:51:16.727Zomicron-sled-agent (omicron/sled-agent)
19992025-05-13T20:51:16.727Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20002025-05-13T20:51:16.727Z exposes: Repo Depot API (client = repo-depot-client)
20012025-05-13T20:51:16.727Z exposes: Sled Agent (client = sled-agent-client)
20022025-05-13T20:51:16.727Z consumes: bootstrap-agent-client
20032025-05-13T20:51:16.727Z consumes: cockroach-admin-client
20042025-05-13T20:51:16.727Z consumes: ddm-admin-client
20052025-05-13T20:51:16.727Z consumes: dns-service-client
20062025-05-13T20:51:16.727Z consumes: dpd-client
20072025-05-13T20:51:16.727Z consumes: gateway-client
20082025-05-13T20:51:16.727Z consumes: mg-admin-client
20092025-05-13T20:51:16.727Z consumes: nexus-client
20102025-05-13T20:51:16.727Z consumes: propolis-client
20112025-05-13T20:51:16.727Z consumes: repo-depot-client
20122025-05-13T20:51:16.728Z
20132025-05-13T20:51:16.728Zpropolis-server (propolis/bin/propolis-server)
20142025-05-13T20:51:16.728Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20152025-05-13T20:51:16.728Z exposes: Propolis (client = propolis-client)
20162025-05-13T20:51:16.728Z consumes: nexus-client
20172025-05-13T20:51:16.728Z
20182025-05-13T20:51:16.728Zddmd (maghemite/ddmd)
20192025-05-13T20:51:16.728Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20202025-05-13T20:51:16.728Z consumes: dpd-client
20212025-05-13T20:51:16.728Z
20222025-05-13T20:51:16.728Zdpd (dendrite/dpd)
20232025-05-13T20:51:16.728Z exposes: Dendrite DPD (client = dpd-client)
20242025-05-13T20:51:16.728Z consumes: gateway-client
20252025-05-13T20:51:16.728Z consumes: nexus-client
20262025-05-13T20:51:16.728Z
20272025-05-13T20:51:16.728Zlldpd (lldp/lldpd)
20282025-05-13T20:51:16.728Z exposes: LLDP daemon (client = lldpd-client)
20292025-05-13T20:51:16.728Z consumes: dpd-client
20302025-05-13T20:51:16.728Z
20312025-05-13T20:51:16.728Zmgd (maghemite/mgd)
20322025-05-13T20:51:16.728Z exposes: Maghemite MG Admin (client = mg-admin-client)
20332025-05-13T20:51:16.728Z consumes: ddm-admin-client
20342025-05-13T20:51:16.728Z consumes: dpd-client
20352025-05-13T20:51:16.728Z
20362025-05-13T20:51:16.728Zomicron-gateway (omicron/gateway)
20372025-05-13T20:51:16.728Z exposes: Management Gateway Service (client = gateway-client)
20382025-05-13T20:51:16.728Z
20392025-05-13T20:51:16.728Ztfportd (dendrite/tfportd)
20402025-05-13T20:51:16.728Z consumes: dpd-client
20412025-05-13T20:51:16.728Z consumes: lldpd-client
20422025-05-13T20:51:16.728Z
20432025-05-13T20:51:16.728Zwicketd (omicron/wicketd)
20442025-05-13T20:51:16.728Z exposes: Wicketd Installinator (client = installinator-client)
20452025-05-13T20:51:16.728Z exposes: Wicketd (client = wicketd-client)
20462025-05-13T20:51:16.728Z consumes: bootstrap-agent-client
20472025-05-13T20:51:16.728Z consumes: ddm-admin-client
20482025-05-13T20:51:16.728Z consumes: dpd-client
20492025-05-13T20:51:16.728Z consumes: gateway-client
20502025-05-13T20:51:16.728Z
20512025-05-13T20:51:16.728Zinstallinator (omicron/installinator)
20522025-05-13T20:51:16.729Z consumes: ddm-admin-client
20532025-05-13T20:51:16.729Z consumes: installinator-client
20542025-05-13T20:51:16.729Z
20552025-05-13T20:51:16.729Zomicron-nexus (omicron/nexus)
20562025-05-13T20:51:16.729Z exposes: Nexus Internal API (client = nexus-client)
20572025-05-13T20:51:16.729Z exposes: External API (client = oxide-client)
20582025-05-13T20:51:16.729Z consumes: clickhouse-admin-keeper-client
20592025-05-13T20:51:16.729Z consumes: clickhouse-admin-server-client
20602025-05-13T20:51:16.729Z consumes: clickhouse-admin-single-client
20612025-05-13T20:51:16.729Z consumes: cockroach-admin-client
20622025-05-13T20:51:16.729Z consumes: crucible-agent-client
20632025-05-13T20:51:16.729Z consumes: crucible-pantry-client
20642025-05-13T20:51:16.729Z consumes: dns-service-client
20652025-05-13T20:51:16.729Z consumes: dpd-client
20662025-05-13T20:51:16.729Z consumes: gateway-client
20672025-05-13T20:51:16.729Z consumes: lldpd-client
20682025-05-13T20:51:16.729Z consumes: mg-admin-client
20692025-05-13T20:51:16.729Z consumes: oximeter-client
20702025-05-13T20:51:16.729Z consumes: propolis-client
20712025-05-13T20:51:16.729Z consumes: repo-depot-client
20722025-05-13T20:51:16.729Z consumes: sled-agent-client
20732025-05-13T20:51:16.729Z
20742025-05-13T20:51:16.729Zoximeter-collector (omicron/oximeter/collector)
20752025-05-13T20:51:16.729Z exposes: Oximeter (client = oximeter-client)
20762025-05-13T20:51:16.754Z consumes: nexus-client
20772025-05-13T20:51:16.754Z
20782025-05-13T20:51:16.830Z
20792025-05-13T20:51:16.830Zreal 9.308498172
20802025-05-13T20:51:16.830Zuser 7.202971314
20812025-05-13T20:51:16.830Zsys 3.639927976
20822025-05-13T20:51:16.830Ztrap 0.001159351
20832025-05-13T20:51:16.831Ztflt 0.000033152
20842025-05-13T20:51:16.831Zdflt 0.000262934
20852025-05-13T20:51:16.831Zkflt 0.000000000
20862025-05-13T20:51:16.831Zlock 0.536990692
20872025-05-13T20:51:16.831Zslp 28.835798132
20882025-05-13T20:51:16.831Zlat 0.031290718
20892025-05-13T20:51:16.831Zstop 0.173301298
20902025-05-13T20:51:16.856Z+ ptime -m cargo xtask ls-apis check
20912025-05-13T20:51:17.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20922025-05-13T20:51:17.711Z Running `target/debug/xtask ls-apis check`
20932025-05-13T20:51:19.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
20942025-05-13T20:51:19.091Z Running `target/debug/ls-apis check`
20952025-05-13T20:51:19.148Zloading metadata for workspace omicron from current workspace
20962025-05-13T20:51:21.024Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
20972025-05-13T20:51:21.049Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/060a204/Cargo.toml
20982025-05-13T20:51:21.049Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/872aae7/Cargo.toml
20992025-05-13T20:51:21.049Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
21002025-05-13T20:51:21.049Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/4580159/Cargo.toml
21012025-05-13T20:51:24.505Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
21022025-05-13T20:51:25.538Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21032025-05-13T20:51:25.564Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21042025-05-13T20:51:25.913Z
21052025-05-13T20:51:25.913Z
21062025-05-13T20:51:25.913ZServer-managed APIs:
21072025-05-13T20:51:25.913Z
21082025-05-13T20:51:25.913Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
21092025-05-13T20:51:25.913Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
21102025-05-13T20:51:25.913Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
21112025-05-13T20:51:25.913Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
21122025-05-13T20:51:25.913Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
21132025-05-13T20:51:25.913Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
21142025-05-13T20:51:25.913Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
21152025-05-13T20:51:25.913Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
21162025-05-13T20:51:25.913Z DNS Server (dns-service-client, exposed by dns-server)
21172025-05-13T20:51:25.913Z Dendrite DPD (dpd-client, exposed by dpd)
21182025-05-13T20:51:25.913Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
21192025-05-13T20:51:25.913Z LLDP daemon (lldpd-client, exposed by lldpd)
21202025-05-13T20:51:25.913Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
21212025-05-13T20:51:25.913Z External API (oxide-client, exposed by omicron-nexus)
21222025-05-13T20:51:25.913Z Oximeter (oximeter-client, exposed by oximeter-collector)
21232025-05-13T20:51:25.914Z Propolis (propolis-client, exposed by propolis-server)
21242025-05-13T20:51:25.914Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
21252025-05-13T20:51:25.914Z Wicketd (wicketd-client, exposed by wicketd)
21262025-05-13T20:51:25.914Z
21272025-05-13T20:51:25.914Z
21282025-05-13T20:51:25.914ZClient-managed API:
21292025-05-13T20:51:25.914Z
21302025-05-13T20:51:25.914Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
21312025-05-13T20:51:25.914Z reason: depends on itself (i.e., instances call each other)
21322025-05-13T20:51:25.914Z Wicketd Installinator (installinator-client, exposed by wicketd)
21332025-05-13T20:51:25.914Z reason: client is provided implicitly by the operator
21342025-05-13T20:51:25.914Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
21352025-05-13T20:51:25.914Z reason: Circular dependencies between Nexus and other services
21362025-05-13T20:51:25.914Z Crucible Repair (repair-client, exposed by crucible-downstairs)
21372025-05-13T20:51:25.914Z reason: depends on itself (i.e., instances call each other)
21382025-05-13T20:51:25.914Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
21392025-05-13T20:51:25.914Z reason: depends on itself (i.e., instances call each other)
21402025-05-13T20:51:25.914Z
21412025-05-13T20:51:25.914Z
21422025-05-13T20:51:25.914ZAPIs with unknown version management: none
21432025-05-13T20:51:26.020Z
21442025-05-13T20:51:26.021Zreal 9.162351112
21452025-05-13T20:51:26.021Zuser 7.363886543
21462025-05-13T20:51:26.021Zsys 3.332099373
21472025-05-13T20:51:26.021Ztrap 0.001227867
21482025-05-13T20:51:26.021Ztflt 0.000163538
21492025-05-13T20:51:26.021Zdflt 0.000268157
21502025-05-13T20:51:26.021Zkflt 0.000036782
21512025-05-13T20:51:26.021Zlock 0.433314436
21522025-05-13T20:51:26.021Zslp 29.710206873
21532025-05-13T20:51:26.021Zlat 0.030930976
21542025-05-13T20:51:26.021Zstop 0.178074872
21552025-05-13T20:51:26.046Z+ ptime -m cargo xtask ls-apis adoc
21562025-05-13T20:51:26.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
21572025-05-13T20:51:26.911Z Running `target/debug/xtask ls-apis adoc`
21582025-05-13T20:51:28.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
21592025-05-13T20:51:28.258Z Running `target/debug/ls-apis adoc`
21602025-05-13T20:51:28.318Zloading metadata for workspace omicron from current workspace
21612025-05-13T20:51:30.101Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/872aae7/Cargo.toml
21622025-05-13T20:51:30.125Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/4580159/Cargo.toml
21632025-05-13T20:51:30.126Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
21642025-05-13T20:51:30.126Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
21652025-05-13T20:51:30.126Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/060a204/Cargo.toml
21662025-05-13T20:51:33.558Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
21672025-05-13T20:51:34.616Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21682025-05-13T20:51:34.643Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21692025-05-13T20:51:35.034Z
21702025-05-13T20:51:35.034Zreal 8.985121038
21712025-05-13T20:51:35.034Zuser 7.219576320
21722025-05-13T20:51:35.034Zsys 3.302616474
21732025-05-13T20:51:35.034Ztrap 0.001039084
21742025-05-13T20:51:35.034Ztflt 0.000134392
21752025-05-13T20:51:35.034Zdflt 0.000238347
21762025-05-13T20:51:35.034Zkflt 0.000000000
21772025-05-13T20:51:35.034Zlock 0.417385810
21782025-05-13T20:51:35.034Zslp 29.456415660
21792025-05-13T20:51:35.034Zlat 0.033936074
21802025-05-13T20:51:35.034Zstop 0.166061025
21812025-05-13T20:51:35.059Z+ banner build
21822025-05-13T20:51:35.059Z
21832025-05-13T20:51:35.059Z ##### # # # # #####
21842025-05-13T20:51:35.059Z # # # # # # # #
21852025-05-13T20:51:35.059Z ##### # # # # # #
21862025-05-13T20:51:35.059Z # # # # # # # #
21872025-05-13T20:51:35.059Z # # # # # # # #
21882025-05-13T20:51:35.059Z ##### #### # ###### #####
21892025-05-13T20:51:35.059Z
21902025-05-13T20:51:35.059Z+ export 'RUSTFLAGS=-D warnings'
21912025-05-13T20:51:35.059Z+ RUSTFLAGS='-D warnings'
21922025-05-13T20:51:35.060Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
21932025-05-13T20:51:35.060Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
21942025-05-13T20:51:35.060Z+ [[ illumos == \i\l\l\u\m\o\s ]]
21952025-05-13T20:51:35.060Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
21962025-05-13T20:51:35.060Z+ export TMPDIR=/var/tmp/omicron_tmp
21972025-05-13T20:51:35.060Z+ TMPDIR=/var/tmp/omicron_tmp
21982025-05-13T20:51:35.060Z+ export RUST_BACKTRACE=1
21992025-05-13T20:51:35.060Z+ RUST_BACKTRACE=1
22002025-05-13T20:51:35.060Z+ export CARGO_INCREMENTAL=0
22012025-05-13T20:51:35.060Z+ CARGO_INCREMENTAL=0
22022025-05-13T20:51:35.060Z+ export RUSTC_BOOTSTRAP=1
22032025-05-13T20:51:35.060Z+ RUSTC_BOOTSTRAP=1
22042025-05-13T20:51:35.060Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
22052025-05-13T20:51:37.558Z Compiling proc-macro2 v1.0.94
22062025-05-13T20:51:37.558Z Compiling unicode-ident v1.0.14
22072025-05-13T20:51:37.583Z Compiling libc v0.2.171
22082025-05-13T20:51:37.584Z Compiling cfg-if v1.0.0
22092025-05-13T20:51:37.584Z Compiling serde v1.0.219
22102025-05-13T20:51:37.584Z Compiling autocfg v1.4.0
22112025-05-13T20:51:37.584Z Compiling memchr v2.7.4
22122025-05-13T20:51:37.584Z Compiling value-bag v1.9.0
22132025-05-13T20:51:37.633Z Running `/home/build/.rustup/toolchains/1.86.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.94/build.rs --error-format=json --json=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=58cc2006c0f38f37 -C extra-filename=-989ee59315b7560a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-989ee59315b7560a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22142025-05-13T20:51:37.633Z Running `/home/build/.rustup/toolchains/1.86.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.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=37fb1ea0ccf766fa -C extra-filename=-f461bc097557e2b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22152025-05-13T20:51:37.633Z Running `/home/build/.rustup/toolchains/1.86.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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"))' -C metadata=e99af6fb53a182ea -C extra-filename=-7f8514ed35d62a3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22162025-05-13T20:51:37.633Z Running `/home/build/.rustup/toolchains/1.86.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=5111bc7d63a074b0 -C extra-filename=-efcdcc0cb5b41a1a --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-efcdcc0cb5b41a1a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22172025-05-13T20:51:37.633Z Running `/home/build/.rustup/toolchains/1.86.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=a0d34bef1ecc0194 -C extra-filename=-ae2c6342de22e17c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22182025-05-13T20:51:37.633Z Running `/home/build/.rustup/toolchains/1.86.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.171/build.rs --error-format=json --json=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="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=bd4e2ebd7749e9b0 -C extra-filename=-715ccba664425b94 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-715ccba664425b94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22192025-05-13T20:51:37.633Z Running `/home/build/.rustup/toolchains/1.86.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=7141671b619eb11d -C extra-filename=-2f30e680c9e63b82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22202025-05-13T20:51:37.633Z Running `/home/build/.rustup/toolchains/1.86.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=3ddb07a6be350888 -C extra-filename=-0fb0712525ca3539 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22212025-05-13T20:51:37.824Z Compiling version_check v0.9.5
22222025-05-13T20:51:37.865Z Running `/home/build/.rustup/toolchains/1.86.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=80dc68e123b2a1fb -C extra-filename=-c760da5544d72374 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22232025-05-13T20:51:37.958Z Compiling smallvec v1.14.0
22242025-05-13T20:51:37.993Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.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="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=1c9c1a60cf560dc5 -C extra-filename=-2b53ddeb7bc9109c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22252025-05-13T20:51:38.162Z Compiling log v0.4.22
22262025-05-13T20:51:38.187Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.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="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=58ffb561d655c1a2 -C extra-filename=-daba4f3c1b68dcbf --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-0fb0712525ca3539.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22272025-05-13T20:51:38.212Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-efcdcc0cb5b41a1a/build-script-build`
22282025-05-13T20:51:38.262Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-989ee59315b7560a/build-script-build`
22292025-05-13T20:51:38.292Z Compiling itoa v1.0.11
22302025-05-13T20:51:38.321Z Running `/home/build/.rustup/toolchains/1.86.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=3a96cfea6e99cd39 -C extra-filename=-4e19af958952b731 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22312025-05-13T20:51:38.351Z Compiling scopeguard v1.2.0
22322025-05-13T20:51:38.351Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-715ccba664425b94/build-script-build`
22332025-05-13T20:51:38.376Z Running `/home/build/.rustup/toolchains/1.86.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=95869a545f044fb3 -C extra-filename=-a4a45b4f99d0690a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22342025-05-13T20:51:38.444Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=c25d9f4a89afb134 -C extra-filename=-f9843d87f643e91e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -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(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(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
22352025-05-13T20:51:38.469Z Compiling once_cell v1.21.3
22362025-05-13T20:51:38.470Z Running `/home/build/.rustup/toolchains/1.86.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="default"' --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=996c078ba21c64a9 -C extra-filename=-be01080c9c55c2cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22372025-05-13T20:51:38.546Z Compiling ryu v1.0.18
22382025-05-13T20:51:38.571Z Running `/home/build/.rustup/toolchains/1.86.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=6490b721a4b8b6d7 -C extra-filename=-3ab6482233eaa368 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22392025-05-13T20:51:38.596Z Compiling lock_api v0.4.12
22402025-05-13T20:51:38.596Z Compiling shlex v1.3.0
22412025-05-13T20:51:38.626Z Running `/home/build/.rustup/toolchains/1.86.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=ef199d7e36c9ba60 -C extra-filename=-36ac2d1e7439ebcc --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-36ac2d1e7439ebcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-ae2c6342de22e17c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22422025-05-13T20:51:38.626Z Running `/home/build/.rustup/toolchains/1.86.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=a3d42c906ff48c05 -C extra-filename=-00e54bee3a24be47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22432025-05-13T20:51:38.698Z Running `/home/build/.rustup/toolchains/1.86.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.94/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=6c9c92a92cf9e6e6 -C extra-filename=-802d9ddf17521018 --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-f461bc097557e2b8.rmeta --cap-lints allow -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)'`
22442025-05-13T20:51:38.834Z Compiling libm v0.2.8
22452025-05-13T20:51:38.859Z Running `/home/build/.rustup/toolchains/1.86.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=98bd0d75a961a271 -C extra-filename=-bce568658f7fdc53 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-bce568658f7fdc53 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22462025-05-13T20:51:38.884Z Compiling pin-project-lite v0.2.14
22472025-05-13T20:51:38.885Z Compiling stable_deref_trait v1.2.0
22482025-05-13T20:51:38.885Z Running `/home/build/.rustup/toolchains/1.86.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=ceac45cee611d09a -C extra-filename=-19bf492b098f8d40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22492025-05-13T20:51:38.934Z Running `/home/build/.rustup/toolchains/1.86.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=0b6ab833a3f00b3f -C extra-filename=-9da8fed20756ad24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22502025-05-13T20:51:38.959Z Compiling num-traits v0.2.19
22512025-05-13T20:51:38.959Z Compiling byteorder v1.5.0
22522025-05-13T20:51:38.959Z Running `/home/build/.rustup/toolchains/1.86.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=8a7f8b5692b11018 -C extra-filename=-60d71e326c1071b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-60d71e326c1071b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-ae2c6342de22e17c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22532025-05-13T20:51:38.984Z Running `/home/build/.rustup/toolchains/1.86.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=6fb9efced58d1b6f -C extra-filename=-2129b7fb5c80af14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22542025-05-13T20:51:39.009Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-36ac2d1e7439ebcc/build-script-build`
22552025-05-13T20:51:39.049Z Compiling regex-syntax v0.8.5
22562025-05-13T20:51:39.073Z Running `/home/build/.rustup/toolchains/1.86.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=2a0c62c9e5a9993d -C extra-filename=-a8dec66ede6e4f5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22572025-05-13T20:51:39.103Z Compiling serde_json v1.0.140
22582025-05-13T20:51:39.128Z Running `/home/build/.rustup/toolchains/1.86.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=a40ebddf22015ab8 -C extra-filename=-cbd3e6b150682662 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-cbd3e6b150682662 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22592025-05-13T20:51:39.171Z Running `/home/build/.rustup/toolchains/1.86.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=2d125e691c594386 -C extra-filename=-31b2d6ca86b3761f --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-a4a45b4f99d0690a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
22602025-05-13T20:51:39.234Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-bce568658f7fdc53/build-script-build`
22612025-05-13T20:51:39.275Z Running `/home/build/.rustup/toolchains/1.86.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=3117189b9aec2e8d -C extra-filename=-ed980c3ba206050c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22622025-05-13T20:51:39.327Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-60d71e326c1071b1/build-script-build`
22632025-05-13T20:51:39.417Z Compiling quote v1.0.39
22642025-05-13T20:51:39.442Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.39/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=aabacc05f80a1ec6 -C extra-filename=-6ca4dfb9acec9aab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22652025-05-13T20:51:39.470Z Compiling getrandom v0.2.15
22662025-05-13T20:51:39.495Z Running `/home/build/.rustup/toolchains/1.86.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=c79f2e6fcf9b5741 -C extra-filename=-ef5fc587d8c2f327 --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-7f8514ed35d62a3a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22672025-05-13T20:51:39.574Z Compiling jobserver v0.1.32
22682025-05-13T20:51:39.599Z Running `/home/build/.rustup/toolchains/1.86.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=7041a7b9dac2fed5 -C extra-filename=-7ad751768df24a8d --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22692025-05-13T20:51:39.623Z Compiling parking_lot_core v0.9.10
22702025-05-13T20:51:39.624Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-cbd3e6b150682662/build-script-build`
22712025-05-13T20:51:39.624Z Running `/home/build/.rustup/toolchains/1.86.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=1b1ca5b8bc077752 -C extra-filename=-d7b8403d7148f71b --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-d7b8403d7148f71b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22722025-05-13T20:51:39.676Z Compiling subtle v2.6.1
22732025-05-13T20:51:39.700Z Running `/home/build/.rustup/toolchains/1.86.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=72c1d9e5815e43c7 -C extra-filename=-015ae48351fd063c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22742025-05-13T20:51:39.859Z Compiling syn v2.0.98
22752025-05-13T20:51:39.884Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.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="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=bf4a4f180dbe945d -C extra-filename=-0b3f9b0b76ffeb2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f461bc097557e2b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22762025-05-13T20:51:39.999Z Compiling rand_core v0.6.4
22772025-05-13T20:51:40.025Z Running `/home/build/.rustup/toolchains/1.86.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=d83a600321b6773d -C extra-filename=-e46a24b1c936db89 --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-ef5fc587d8c2f327.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22782025-05-13T20:51:40.050Z Compiling cc v1.2.15
22792025-05-13T20:51:40.075Z Compiling errno v0.3.9
22802025-05-13T20:51:40.075Z Running `/home/build/.rustup/toolchains/1.86.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=fceadd03ce175ad4 -C extra-filename=-cac1d5d3df92c21f --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-7ad751768df24a8d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-00e54bee3a24be47.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22812025-05-13T20:51:40.075Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=19fbc2d41d34c6eb -C extra-filename=-2f00e4fa369b3ceb --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22822025-05-13T20:51:40.100Z Running `/home/build/.rustup/toolchains/1.86.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=bac0143b57842eb1 -C extra-filename=-b016ab649b5092da --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-ed980c3ba206050c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
22832025-05-13T20:51:40.312Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-d7b8403d7148f71b/build-script-build`
22842025-05-13T20:51:40.341Z Compiling aho-corasick v1.1.3
22852025-05-13T20:51:40.366Z Running `/home/build/.rustup/toolchains/1.86.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=a5b1a2ed6519fa5a -C extra-filename=-9fe64012782fa9a6 --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-2f30e680c9e63b82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22862025-05-13T20:51:40.393Z Compiling semver v1.0.26
22872025-05-13T20:51:40.393Z Running `/home/build/.rustup/toolchains/1.86.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=f875345887fcd360 -C extra-filename=-2395626a8bcc215d --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-2395626a8bcc215d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22882025-05-13T20:51:40.418Z Running `/home/build/.rustup/toolchains/1.86.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=4c5cb46c720a1095 -C extra-filename=-968da202397abd27 --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-7f8514ed35d62a3a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22892025-05-13T20:51:40.509Z Compiling writeable v0.5.5
22902025-05-13T20:51:40.509Z Running `/home/build/.rustup/toolchains/1.86.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=95c4d33e8c3d7f62 -C extra-filename=-c753b2cbf8106e5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22912025-05-13T20:51:40.925Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-2395626a8bcc215d/build-script-build`
22922025-05-13T20:51:40.970Z Compiling parking_lot v0.12.3
22932025-05-13T20:51:40.995Z Running `/home/build/.rustup/toolchains/1.86.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=fff1cd0968b6d1b3 -C extra-filename=-113e367aef165863 --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-31b2d6ca86b3761f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-968da202397abd27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22942025-05-13T20:51:41.022Z Compiling litemap v0.7.3
22952025-05-13T20:51:41.047Z Running `/home/build/.rustup/toolchains/1.86.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=6e8492dbe061930e -C extra-filename=-41d49d975a9f2b53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22962025-05-13T20:51:41.073Z Compiling rustix v0.38.37
22972025-05-13T20:51:41.073Z Running `/home/build/.rustup/toolchains/1.86.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=2df331571b7846dd -C extra-filename=-833937b52e36ae2b --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-833937b52e36ae2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22982025-05-13T20:51:41.398Z Compiling typenum v1.17.0
22992025-05-13T20:51:41.436Z Running `/home/build/.rustup/toolchains/1.86.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=89eb2bd8b4b3ab6a -C extra-filename=-34ebbf4ac652fcd0 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-34ebbf4ac652fcd0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23002025-05-13T20:51:41.664Z Compiling generic-array v0.14.7
23012025-05-13T20:51:41.689Z Running `/home/build/.rustup/toolchains/1.86.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=107e9603c3aed11f -C extra-filename=-78226634dc224f0c --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-78226634dc224f0c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23022025-05-13T20:51:41.723Z Compiling allocator-api2 v0.2.18
23032025-05-13T20:51:41.748Z Running `/home/build/.rustup/toolchains/1.86.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.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=30842c3f1ed84ac2 -C extra-filename=-f530645d49b0295f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23042025-05-13T20:51:41.773Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-833937b52e36ae2b/build-script-build`
23052025-05-13T20:51:42.053Z Compiling regex-automata v0.4.8
23062025-05-13T20:51:42.078Z Compiling foldhash v0.1.3
23072025-05-13T20:51:42.078Z Running `/home/build/.rustup/toolchains/1.86.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=97fb4886e6f43339 -C extra-filename=-2dcec9da92613be6 --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-9fe64012782fa9a6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a8dec66ede6e4f5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23082025-05-13T20:51:42.078Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-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("default", "std"))' -C metadata=61445e04e5108fd3 -C extra-filename=-c4bd0ba4fd06465b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23092025-05-13T20:51:42.280Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-34ebbf4ac652fcd0/build-script-main`
23102025-05-13T20:51:42.368Z Compiling icu_locid_transform_data v1.5.0
23112025-05-13T20:51:42.393Z Running `/home/build/.rustup/toolchains/1.86.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=61344871c1ecd3f3 -C extra-filename=-046be9163130a234 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23122025-05-13T20:51:42.418Z Compiling equivalent v1.0.1
23132025-05-13T20:51:42.418Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-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=b118af068353d2d2 -C extra-filename=-362db49bf1a7d824 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23142025-05-13T20:51:42.470Z Running `/home/build/.rustup/toolchains/1.86.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=06538266c1918d23 -C extra-filename=-b8753dbc7a4a6e96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23152025-05-13T20:51:42.502Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-78226634dc224f0c/build-script-build`
23162025-05-13T20:51:42.547Z Compiling hashbrown v0.15.1
23172025-05-13T20:51:42.572Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=842aa7d1d2ca6a6d -C extra-filename=-8b275c11e2bd0883 --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-f530645d49b0295f.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-362db49bf1a7d824.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-c4bd0ba4fd06465b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23182025-05-13T20:51:42.597Z Compiling signal-hook-registry v1.4.2
23192025-05-13T20:51:42.597Z Running `/home/build/.rustup/toolchains/1.86.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=2c56ef7e4e3aa7bf -C extra-filename=-b62228e231647547 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23202025-05-13T20:51:43.193Z Compiling percent-encoding v2.3.1
23212025-05-13T20:51:43.218Z Running `/home/build/.rustup/toolchains/1.86.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=aca2727da887cbc3 -C extra-filename=-e7b501f844213079 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23222025-05-13T20:51:43.366Z Compiling icu_properties_data v1.5.0
23232025-05-13T20:51:43.391Z Running `/home/build/.rustup/toolchains/1.86.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=b311f5b58aca92b5 -C extra-filename=-aeafc1a348be9a2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23242025-05-13T20:51:43.417Z Compiling utf8_iter v1.0.4
23252025-05-13T20:51:43.417Z Running `/home/build/.rustup/toolchains/1.86.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=b93e30e1afe050ee -C extra-filename=-f27c394ea188f44e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23262025-05-13T20:51:43.514Z Compiling utf16_iter v1.0.5
23272025-05-13T20:51:43.539Z Running `/home/build/.rustup/toolchains/1.86.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=e65eecfe0ca01df0 -C extra-filename=-d2b174341b7cdc75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23282025-05-13T20:51:43.589Z Compiling icu_normalizer_data v1.5.0
23292025-05-13T20:51:43.614Z Running `/home/build/.rustup/toolchains/1.86.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=8c81975b9f7fcbb2 -C extra-filename=-30bac1b1d953b7c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23302025-05-13T20:51:43.641Z Compiling write16 v1.0.0
23312025-05-13T20:51:43.641Z Running `/home/build/.rustup/toolchains/1.86.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=35ee15b6da92c08a -C extra-filename=-0dd18df4920d8307 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23322025-05-13T20:51:43.669Z Compiling futures-core v0.3.31
23332025-05-13T20:51:43.694Z Running `/home/build/.rustup/toolchains/1.86.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=4a33d359c21b10c6 -C extra-filename=-20cc0d919cf526a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23342025-05-13T20:51:43.725Z Compiling fnv v1.0.7
23352025-05-13T20:51:43.749Z Running `/home/build/.rustup/toolchains/1.86.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=8df3588715d72bdf -C extra-filename=-3d57464229351c79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23362025-05-13T20:51:43.774Z Compiling form_urlencoded v1.2.1
23372025-05-13T20:51:43.774Z Running `/home/build/.rustup/toolchains/1.86.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=3b9fc62780d512b2 -C extra-filename=-e492f5405f6e4d85 --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-e7b501f844213079.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23382025-05-13T20:51:43.800Z Compiling thiserror v1.0.69
23392025-05-13T20:51:43.800Z Running `/home/build/.rustup/toolchains/1.86.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=63d9b2532fbf7502 -C extra-filename=-71ba7550a0dbad33 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-71ba7550a0dbad33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23402025-05-13T20:51:43.887Z Compiling mio v1.0.2
23412025-05-13T20:51:43.912Z Running `/home/build/.rustup/toolchains/1.86.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=2336c48f8cb47690 -C extra-filename=-719a01ce10a8af49 --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-f9843d87f643e91e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23422025-05-13T20:51:43.946Z Compiling either v1.14.0
23432025-05-13T20:51:43.989Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.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_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=d73e084025962ed3 -C extra-filename=-03f8d194805f45a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23442025-05-13T20:51:43.989Z Compiling socket2 v0.5.9
23452025-05-13T20:51:43.989Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-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 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=bbefa6fd0650faf5 -C extra-filename=-9a136de79fe574e0 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23462025-05-13T20:51:44.066Z Compiling heck v0.5.0
23472025-05-13T20:51:44.091Z Running `/home/build/.rustup/toolchains/1.86.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=1ed46e5b4152ffc3 -C extra-filename=-898e01f7b1a1be18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23482025-05-13T20:51:44.091Z Compiling getrandom v0.3.1
23492025-05-13T20:51:44.116Z Running `/home/build/.rustup/toolchains/1.86.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=977f891559fa8e72 -C extra-filename=-0ac70a6d31da4e0e --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-0ac70a6d31da4e0e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23502025-05-13T20:51:44.329Z Compiling spin v0.9.8
23512025-05-13T20:51:44.354Z Running `/home/build/.rustup/toolchains/1.86.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=21dde259a5366509 -C extra-filename=-716a882fa60f0ce7 --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-31b2d6ca86b3761f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23522025-05-13T20:51:44.379Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-71ba7550a0dbad33/build-script-build`
23532025-05-13T20:51:44.499Z Compiling slab v0.4.9
23542025-05-13T20:51:44.523Z Running `/home/build/.rustup/toolchains/1.86.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=5a053400b90e0e4a -C extra-filename=-5176028a3e4c4864 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-5176028a3e4c4864 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-ae2c6342de22e17c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23552025-05-13T20:51:44.697Z Compiling pkg-config v0.3.31
23562025-05-13T20:51:44.722Z Running `/home/build/.rustup/toolchains/1.86.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=0108de59bc383f28 -C extra-filename=-8f7071966951b8cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23572025-05-13T20:51:44.763Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-0ac70a6d31da4e0e/build-script-build`
23582025-05-13T20:51:44.788Z Running `/home/build/.rustup/toolchains/1.86.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=ee9603c9cf63c2ed -C extra-filename=-fbb481fac23fa7e5 --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-7f8514ed35d62a3a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23592025-05-13T20:51:44.813Z Compiling iana-time-zone v0.1.63
23602025-05-13T20:51:44.813Z Running `/home/build/.rustup/toolchains/1.86.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=a47cd2cb5ef0f2fb -C extra-filename=-4e9142cffc87c3a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23612025-05-13T20:51:44.838Z Compiling const-oid v0.9.6
23622025-05-13T20:51:44.838Z Running `/home/build/.rustup/toolchains/1.86.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=123d979e07e1e889 -C extra-filename=-411b812118811da9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23632025-05-13T20:51:44.863Z Compiling futures-io v0.3.31
23642025-05-13T20:51:44.863Z Running `/home/build/.rustup/toolchains/1.86.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=6039d20390575b6a -C extra-filename=-03968e2f8d93695a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23652025-05-13T20:51:44.888Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-5176028a3e4c4864/build-script-build`
23662025-05-13T20:51:45.052Z Running `/home/build/.rustup/toolchains/1.86.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=ef2e5630508568eb -C extra-filename=-f1cd1fc5bded71a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23672025-05-13T20:51:45.143Z Compiling lazy_static v1.5.0
23682025-05-13T20:51:45.167Z Running `/home/build/.rustup/toolchains/1.86.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=958d02b4c0a48f4f -C extra-filename=-2d6fd9042787b01e --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-716a882fa60f0ce7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23692025-05-13T20:51:45.192Z Compiling cpufeatures v0.2.14
23702025-05-13T20:51:45.217Z Running `/home/build/.rustup/toolchains/1.86.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=f68049e99d2046fd -C extra-filename=-2b80f643c97b05f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23712025-05-13T20:51:45.218Z Compiling futures-sink v0.3.31
23722025-05-13T20:51:45.218Z Running `/home/build/.rustup/toolchains/1.86.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=50263e35e4d09456 -C extra-filename=-98fd329e9c03b6d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23732025-05-13T20:51:45.304Z Compiling syn v1.0.109
23742025-05-13T20:51:45.332Z Running `/home/build/.rustup/toolchains/1.86.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=af60bc732e95c5fb -C extra-filename=-580ede0632772272 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-580ede0632772272 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23752025-05-13T20:51:45.332Z Compiling dyn-clone v1.0.19
23762025-05-13T20:51:45.358Z Running `/home/build/.rustup/toolchains/1.86.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=2f30bf87a660790e -C extra-filename=-06fcd8d2e0fd472e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772025-05-13T20:51:45.384Z Compiling schemars v0.8.22
23782025-05-13T20:51:45.384Z Running `/home/build/.rustup/toolchains/1.86.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=9cd1b6ac6bd40a2e -C extra-filename=-7a5e388009bed2ab --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-7a5e388009bed2ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23792025-05-13T20:51:45.408Z Compiling pin-utils v0.1.0
23802025-05-13T20:51:45.433Z Running `/home/build/.rustup/toolchains/1.86.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=19cddba66ecfa18b -C extra-filename=-27d1c9ca7c5ddbf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23812025-05-13T20:51:45.522Z Compiling futures-channel v0.3.31
23822025-05-13T20:51:45.547Z Running `/home/build/.rustup/toolchains/1.86.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=913e4e54ba1531cb -C extra-filename=-0b96be3d23455056 --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-20cc0d919cf526a3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-98fd329e9c03b6d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23832025-05-13T20:51:45.576Z Compiling futures-task v0.3.31
23842025-05-13T20:51:45.601Z Running `/home/build/.rustup/toolchains/1.86.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=c44eeafc2b225564 -C extra-filename=-e000ec0438c4dec7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23852025-05-13T20:51:45.757Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-7a5e388009bed2ab/build-script-build`
23862025-05-13T20:51:45.803Z Compiling glob v0.3.2
23872025-05-13T20:51:45.827Z Running `/home/build/.rustup/toolchains/1.86.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=927081adb2e299ca -C extra-filename=-4708494c033545d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23882025-05-13T20:51:45.859Z Compiling tracing-core v0.1.32
23892025-05-13T20:51:45.889Z Running `/home/build/.rustup/toolchains/1.86.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=f981b081aa688d59 -C extra-filename=-0d9fcb14404bc2f1 --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-be01080c9c55c2cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23902025-05-13T20:51:45.926Z Compiling synstructure v0.13.1
23912025-05-13T20:51:45.951Z Running `/home/build/.rustup/toolchains/1.86.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=4b600cb979169ea6 -C extra-filename=-f7b42a92a4820756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23922025-05-13T20:51:45.978Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-580ede0632772272/build-script-build`
23932025-05-13T20:51:46.003Z Compiling serde_derive_internals v0.29.1
23942025-05-13T20:51:46.028Z Running `/home/build/.rustup/toolchains/1.86.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=a7691968eab77e05 -C extra-filename=-c53520513dc2bf96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952025-05-13T20:51:46.063Z Running `/home/build/.rustup/toolchains/1.86.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=7fef3ea56f06fba3 -C extra-filename=-c4b7f01fbc6477c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f461bc097557e2b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
23962025-05-13T20:51:46.469Z Compiling strsim v0.11.1
23972025-05-13T20:51:46.494Z Running `/home/build/.rustup/toolchains/1.86.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=b7513a214aa589de -C extra-filename=-3ce62d4660f4918b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23982025-05-13T20:51:46.741Z Compiling clang-sys v1.8.1
23992025-05-13T20:51:46.765Z Running `/home/build/.rustup/toolchains/1.86.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=fba82bcd73212eff -C extra-filename=-d0b5548340edca90 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-d0b5548340edca90 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24002025-05-13T20:51:46.944Z Compiling regex v1.11.1
24012025-05-13T20:51:46.974Z Running `/home/build/.rustup/toolchains/1.86.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=b702d5fd8b414ca4 -C extra-filename=-c3107bc1a6704013 --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-9fe64012782fa9a6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-2dcec9da92613be6.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a8dec66ede6e4f5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24022025-05-13T20:51:47.150Z Compiling minimal-lexical v0.2.1
24032025-05-13T20:51:47.175Z Running `/home/build/.rustup/toolchains/1.86.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=0b94640d0d09ac7a -C extra-filename=-208748b0852cc555 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24042025-05-13T20:51:47.175Z Compiling prettyplease v0.2.30
24052025-05-13T20:51:47.175Z Running `/home/build/.rustup/toolchains/1.86.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.30/build.rs --error-format=json --json=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=f469f1b5c827f86f -C extra-filename=-94f011715b4c6069 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-94f011715b4c6069 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24062025-05-13T20:51:47.363Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-d0b5548340edca90/build-script-build`
24072025-05-13T20:51:47.400Z Compiling crossbeam-utils v0.8.21
24082025-05-13T20:51:47.425Z Running `/home/build/.rustup/toolchains/1.86.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=68ae3723a7a49839 -C extra-filename=-256a3b28a86a3c56 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-256a3b28a86a3c56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24092025-05-13T20:51:47.556Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-94f011715b4c6069/build-script-build`
24102025-05-13T20:51:47.600Z Compiling nom v7.1.3
24112025-05-13T20:51:47.625Z Running `/home/build/.rustup/toolchains/1.86.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=49a3fc13b14d948c -C extra-filename=-cf470c3b09ba6d38 --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-2f30e680c9e63b82.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-208748b0852cc555.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24122025-05-13T20:51:47.669Z Compiling adler2 v2.0.0
24132025-05-13T20:51:47.669Z Running `/home/build/.rustup/toolchains/1.86.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=9bdfda5d85cd7338 -C extra-filename=-9949344bd05a66c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24142025-05-13T20:51:47.837Z Compiling paste v1.0.15
24152025-05-13T20:51:47.862Z Running `/home/build/.rustup/toolchains/1.86.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=54e10a40c301f525 -C extra-filename=-d64aef64ada917bf --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-d64aef64ada917bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162025-05-13T20:51:47.894Z Compiling miniz_oxide v0.8.5
24172025-05-13T20:51:47.919Z Running `/home/build/.rustup/toolchains/1.86.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=1aedccd95a1c3f1f -C extra-filename=-aa8971cfbc812aad --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-9949344bd05a66c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24182025-05-13T20:51:47.953Z Compiling libloading v0.8.5
24192025-05-13T20:51:47.978Z Running `/home/build/.rustup/toolchains/1.86.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=ef0bbedd62d6736f -C extra-filename=-2e8b6b8959ada60c --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-7f8514ed35d62a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24202025-05-13T20:51:48.003Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-256a3b28a86a3c56/build-script-build`
24212025-05-13T20:51:48.033Z Running `/home/build/.rustup/toolchains/1.86.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=3e834780d1111f3e -C extra-filename=-663aa3ae28b698ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
24222025-05-13T20:51:48.368Z Running `/home/build/.rustup/toolchains/1.86.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=d34d4238ae9426f3 -C extra-filename=-b1e025758cc4f457 --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-4708494c033545d9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-2e8b6b8959ada60c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24232025-05-13T20:51:48.425Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-d64aef64ada917bf/build-script-build`
24242025-05-13T20:51:48.520Z Running `/home/build/.rustup/toolchains/1.86.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=84f4595dcbdf6c07 -C extra-filename=-22ac41b32946fc92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -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"))'`
24252025-05-13T20:51:49.204Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=d098b40d4f246e65 -C extra-filename=-7b3f5fbc506e1c65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --cap-lints allow -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)'`
24262025-05-13T20:51:49.248Z Compiling vcpkg v0.2.15
24272025-05-13T20:51:49.273Z Running `/home/build/.rustup/toolchains/1.86.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=c5de0491d1b6b4dc -C extra-filename=-ef2577dd9478d7f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24282025-05-13T20:51:49.609Z Compiling home v0.5.9
24292025-05-13T20:51:49.635Z Running `/home/build/.rustup/toolchains/1.86.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=ccb62d5952b0ad66 -C extra-filename=-a0c58be9c9839aee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302025-05-13T20:51:49.864Z Compiling ring v0.17.11
24312025-05-13T20:51:49.888Z Running `/home/build/.rustup/toolchains/1.86.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.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="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=bfd393c9ce76e81b -C extra-filename=-7fb82aaacb4fdf9d --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-7fb82aaacb4fdf9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-cac1d5d3df92c21f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24322025-05-13T20:51:50.157Z Compiling serde_derive v1.0.219
24332025-05-13T20:51:50.182Z Running `/home/build/.rustup/toolchains/1.86.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=278c136b6132057f -C extra-filename=-fb709642302e3e4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24342025-05-13T20:51:50.509Z Compiling zeroize_derive v1.4.2
24352025-05-13T20:51:50.509Z Running `/home/build/.rustup/toolchains/1.86.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=bfad44ebc63c39e2 -C extra-filename=-96fd8680c967b54a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24362025-05-13T20:51:50.857Z Compiling zerofrom-derive v0.1.4
24372025-05-13T20:51:50.882Z Running `/home/build/.rustup/toolchains/1.86.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=e1f8a2f0abf25999 -C extra-filename=-92bd661c002d7f7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-f7b42a92a4820756.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382025-05-13T20:51:50.952Z Compiling yoke-derive v0.7.4
24392025-05-13T20:51:50.983Z Running `/home/build/.rustup/toolchains/1.86.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=70971e79168f0271 -C extra-filename=-518239a4123b5b2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-f7b42a92a4820756.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24402025-05-13T20:51:51.160Z Compiling zerovec-derive v0.10.3
24412025-05-13T20:51:51.185Z Running `/home/build/.rustup/toolchains/1.86.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=20d98ef9dcedb71d -C extra-filename=-d6256065cd76fbf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24422025-05-13T20:51:51.615Z Compiling displaydoc v0.2.5
24432025-05-13T20:51:51.641Z Running `/home/build/.rustup/toolchains/1.86.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=7ff9f762fde631cf -C extra-filename=-5fba771664244d75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442025-05-13T20:51:51.853Z Compiling zeroize v1.8.1
24452025-05-13T20:51:51.878Z Running `/home/build/.rustup/toolchains/1.86.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=6ec5d00ff3c032e7 -C extra-filename=-b1e91ff258d1f742 --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-96fd8680c967b54a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24462025-05-13T20:51:52.207Z Compiling icu_provider_macros v1.5.0
24472025-05-13T20:51:52.232Z Running `/home/build/.rustup/toolchains/1.86.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=216f4a1566ae8563 -C extra-filename=-f1573e9d64e15410 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24482025-05-13T20:51:53.071Z Running `/home/build/.rustup/toolchains/1.86.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=ab02ea2761d3e78d -C extra-filename=-424a4eab6aa72a9c --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-b8753dbc7a4a6e96.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
24492025-05-13T20:51:53.332Z Compiling thiserror-impl v1.0.69
24502025-05-13T20:51:53.357Z Running `/home/build/.rustup/toolchains/1.86.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=3854b272ac0edf92 -C extra-filename=-3a83a9261926e2e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512025-05-13T20:51:53.387Z Compiling tokio-macros v2.5.0
24522025-05-13T20:51:53.387Z Running `/home/build/.rustup/toolchains/1.86.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=56d047345f6042f2 -C extra-filename=-b42269d0b5218b66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532025-05-13T20:51:53.423Z Compiling zerocopy-derive v0.7.35
24542025-05-13T20:51:53.448Z Running `/home/build/.rustup/toolchains/1.86.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=9a33b004959cdf0d -C extra-filename=-5c40767e1a19e44f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24552025-05-13T20:51:53.972Z Compiling zerofrom v0.1.4
24562025-05-13T20:51:54.003Z Running `/home/build/.rustup/toolchains/1.86.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=fb95b3965b2adcce -C extra-filename=-975ab0c8effc9dc4 --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-92bd661c002d7f7c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572025-05-13T20:51:54.209Z Compiling yoke v0.7.4
24582025-05-13T20:51:54.235Z Running `/home/build/.rustup/toolchains/1.86.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=ae9013ca13fb9aaa -C extra-filename=-5e4fb62fc9faa3f0 --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-9da8fed20756ad24.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-518239a4123b5b2c.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-975ab0c8effc9dc4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592025-05-13T20:51:54.235Z Compiling crypto-common v0.1.6
24602025-05-13T20:51:54.235Z Running `/home/build/.rustup/toolchains/1.86.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=ec3a80ed6dfd856b -C extra-filename=-2de6d8a2c2415463 --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-424a4eab6aa72a9c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b8753dbc7a4a6e96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24612025-05-13T20:51:54.483Z Compiling block-buffer v0.10.4
24622025-05-13T20:51:54.508Z Running `/home/build/.rustup/toolchains/1.86.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=a75b9ba5dd7b065a -C extra-filename=-3fe7555aa9bb27cb --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-424a4eab6aa72a9c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632025-05-13T20:51:54.557Z Compiling zerovec v0.10.4
24642025-05-13T20:51:54.582Z Running `/home/build/.rustup/toolchains/1.86.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=8a3275c7f4400dca -C extra-filename=-66a15f62b8d771ee --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-5e4fb62fc9faa3f0.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-975ab0c8effc9dc4.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-d6256065cd76fbf1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652025-05-13T20:51:54.770Z Compiling digest v0.10.7
24662025-05-13T20:51:54.795Z Running `/home/build/.rustup/toolchains/1.86.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=a76323a57f0ddd69 -C extra-filename=-5521fc2fbb46472c --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-3fe7555aa9bb27cb.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-411b812118811da9.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2de6d8a2c2415463.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24672025-05-13T20:51:54.820Z Compiling schemars_derive v0.8.22
24682025-05-13T20:51:54.821Z Running `/home/build/.rustup/toolchains/1.86.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=182fd69b81601519 -C extra-filename=-f0589194ceb2d233 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-c53520513dc2bf96.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24692025-05-13T20:51:55.234Z Compiling futures-macro v0.3.31
24702025-05-13T20:51:55.259Z Running `/home/build/.rustup/toolchains/1.86.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=b0956b24fe057909 -C extra-filename=-de16a3b171e5849b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24712025-05-13T20:51:55.284Z Compiling zerocopy v0.7.35
24722025-05-13T20:51:55.284Z Running `/home/build/.rustup/toolchains/1.86.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=a490e60bb8a204c5 -C extra-filename=-c11d658f1074ec63 --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-2129b7fb5c80af14.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-5c40767e1a19e44f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24732025-05-13T20:51:56.008Z Running `/home/build/.rustup/toolchains/1.86.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=a7f214948d141b3f -C extra-filename=-72a68047d0a50401 --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-3a83a9261926e2e3.so --cap-lints allow -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)'`
24742025-05-13T20:51:56.173Z Compiling tinystr v0.7.6
24752025-05-13T20:51:56.198Z Running `/home/build/.rustup/toolchains/1.86.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=8e7b635b61eb2037 -C extra-filename=-dfd3c8ea72d83b24 --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-5fba771664244d75.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-66a15f62b8d771ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762025-05-13T20:51:56.223Z Compiling icu_collections v1.5.0
24772025-05-13T20:51:56.223Z Running `/home/build/.rustup/toolchains/1.86.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=30aee888dc9ae98c -C extra-filename=-2fbbbaa1b05e8d0e --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-5fba771664244d75.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-5e4fb62fc9faa3f0.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-975ab0c8effc9dc4.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-66a15f62b8d771ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782025-05-13T20:51:56.334Z Running `/home/build/.rustup/toolchains/1.86.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=51341a545241de02 -C extra-filename=-fcfda3857d1092f5 --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-fb709642302e3e4b.so --cap-lints allow -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)'`
24792025-05-13T20:51:56.470Z Compiling tracing-attributes v0.1.27
24802025-05-13T20:51:56.496Z Running `/home/build/.rustup/toolchains/1.86.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=6e2539a3f61891c4 -C extra-filename=-ace6ea7c145cf72d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812025-05-13T20:51:56.587Z Compiling icu_locid v1.5.0
24822025-05-13T20:51:56.612Z Running `/home/build/.rustup/toolchains/1.86.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=4e837052646c19ee -C extra-filename=-b43961a97ee26f4f --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-5fba771664244d75.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-41d49d975a9f2b53.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-dfd3c8ea72d83b24.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-c753b2cbf8106e5b.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-66a15f62b8d771ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24832025-05-13T20:51:56.637Z Compiling ppv-lite86 v0.2.20
24842025-05-13T20:51:56.662Z Running `/home/build/.rustup/toolchains/1.86.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=9d49760fecd8df81 -C extra-filename=-1116c517fe10b3d5 --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-c11d658f1074ec63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852025-05-13T20:51:57.025Z Compiling futures-util v0.3.31
24862025-05-13T20:51:57.050Z Running `/home/build/.rustup/toolchains/1.86.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=c163bd970f0bd57b -C extra-filename=-22b3486293b2b9f0 --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-0b96be3d23455056.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-de16a3b171e5849b.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-98fd329e9c03b6d0.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e000ec0438c4dec7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-27d1c9ca7c5ddbf7.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f1cd1fc5bded71a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24872025-05-13T20:51:57.266Z Compiling block-padding v0.3.3
24882025-05-13T20:51:57.291Z Running `/home/build/.rustup/toolchains/1.86.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=aca1125a0e61291b -C extra-filename=-155c6d23c437eaab --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-424a4eab6aa72a9c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24892025-05-13T20:51:57.341Z Compiling rand_chacha v0.3.1
24902025-05-13T20:51:57.368Z Running `/home/build/.rustup/toolchains/1.86.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=859591be11bccbd9 -C extra-filename=-02bea97130a9046e --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-1116c517fe10b3d5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912025-05-13T20:51:57.392Z Compiling cexpr v0.6.0
24922025-05-13T20:51:57.393Z Running `/home/build/.rustup/toolchains/1.86.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=a56e5dbeac9228e6 -C extra-filename=-594b7546f0073c6e --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-cf470c3b09ba6d38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24932025-05-13T20:51:57.555Z Compiling inout v0.1.3
24942025-05-13T20:51:57.580Z Running `/home/build/.rustup/toolchains/1.86.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=a8af9594f2c3536c -C extra-filename=-dd6a995b14bf83c2 --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-155c6d23c437eaab.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-424a4eab6aa72a9c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24952025-05-13T20:51:57.606Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-7fb82aaacb4fdf9d/build-script-build`
24962025-05-13T20:51:57.850Z Compiling icu_provider v1.5.0
24972025-05-13T20:51:57.875Z Running `/home/build/.rustup/toolchains/1.86.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=ac7ad900f9519be1 -C extra-filename=-85676c2381adb832 --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-5fba771664244d75.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-b43961a97ee26f4f.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-f1573e9d64e15410.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9da8fed20756ad24.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-dfd3c8ea72d83b24.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-c753b2cbf8106e5b.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-5e4fb62fc9faa3f0.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-975ab0c8effc9dc4.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-66a15f62b8d771ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24982025-05-13T20:51:58.362Z Compiling rand v0.8.5
24992025-05-13T20:51:58.387Z Running `/home/build/.rustup/toolchains/1.86.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=19efec1dfd7fcd69 -C extra-filename=-f5c83a10f24bdf57 --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-f9843d87f643e91e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-02bea97130a9046e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002025-05-13T20:51:58.753Z Compiling icu_locid_transform v1.5.0
25012025-05-13T20:51:58.777Z Running `/home/build/.rustup/toolchains/1.86.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=bf4cc5ed57b98747 -C extra-filename=-00ea290787ed96ad --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-5fba771664244d75.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-b43961a97ee26f4f.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-046be9163130a234.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-85676c2381adb832.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-dfd3c8ea72d83b24.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-66a15f62b8d771ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25022025-05-13T20:51:58.802Z Compiling cipher v0.4.4
25032025-05-13T20:51:58.827Z Running `/home/build/.rustup/toolchains/1.86.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=3c2dc33a75e0f932 -C extra-filename=-3b39b99f841cf550 --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-2de6d8a2c2415463.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-dd6a995b14bf83c2.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25042025-05-13T20:51:59.222Z Compiling itertools v0.12.1
25052025-05-13T20:51:59.247Z Running `/home/build/.rustup/toolchains/1.86.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=fec76b1d98fce69f -C extra-filename=-b2eb77ef70b05f8c --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-03f8d194805f45a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062025-05-13T20:51:59.287Z Compiling powerfmt v0.2.0
25072025-05-13T20:51:59.314Z Running `/home/build/.rustup/toolchains/1.86.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=0cc9d1e10758d952 -C extra-filename=-3b8896273f5d9509 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25082025-05-13T20:51:59.444Z Compiling tracing v0.1.40
25092025-05-13T20:51:59.469Z Running `/home/build/.rustup/toolchains/1.86.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=5a31038bd731095d -C extra-filename=-6a6f9294186d7e4d --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-daba4f3c1b68dcbf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-ace6ea7c145cf72d.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-0d9fcb14404bc2f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25102025-05-13T20:51:59.667Z Compiling num-conv v0.1.0
25112025-05-13T20:51:59.691Z Running `/home/build/.rustup/toolchains/1.86.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=da1617102c8e97ce -C extra-filename=-3124eff888b7701a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25122025-05-13T20:51:59.924Z Compiling icu_properties v1.5.1
25132025-05-13T20:51:59.948Z Running `/home/build/.rustup/toolchains/1.86.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=8fd547e9d3113609 -C extra-filename=-46592295c84492d6 --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-5fba771664244d75.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-2fbbbaa1b05e8d0e.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-00ea290787ed96ad.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-aeafc1a348be9a2f.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-85676c2381adb832.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-dfd3c8ea72d83b24.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-66a15f62b8d771ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25142025-05-13T20:51:59.974Z Compiling time-core v0.1.2
25152025-05-13T20:51:59.999Z Running `/home/build/.rustup/toolchains/1.86.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=0ea4f1d9f253784f -C extra-filename=-0897a4d58175cba3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25162025-05-13T20:52:00.181Z Compiling deranged v0.3.11
25172025-05-13T20:52:00.206Z Compiling time-macros v0.2.18
25182025-05-13T20:52:00.206Z Running `/home/build/.rustup/toolchains/1.86.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=aea8d21ba54c789c -C extra-filename=-64959e0ae441009d --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-3b8896273f5d9509.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25192025-05-13T20:52:00.206Z Running `/home/build/.rustup/toolchains/1.86.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=1305e403d9751c40 -C extra-filename=-c716e8fce188e66e --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-3124eff888b7701a.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-0897a4d58175cba3.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25202025-05-13T20:52:00.700Z Compiling bytes v1.10.1
25212025-05-13T20:52:00.725Z Running `/home/build/.rustup/toolchains/1.86.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=6aafe659f2f735a5 -C extra-filename=-9f8e64fcba1e5df2 --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222025-05-13T20:52:01.030Z Compiling bitflags v2.9.0
25232025-05-13T20:52:01.055Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-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 --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=14f631e0d96c467d -C extra-filename=-6a561cfe737ae6c8 --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242025-05-13T20:52:01.475Z Running `/home/build/.rustup/toolchains/1.86.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=3568fa9a8475f0da -C extra-filename=-5dea2288fa2aad85 --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-4e19af958952b731.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ab6482233eaa368.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
25252025-05-13T20:52:01.540Z Running `/home/build/.rustup/toolchains/1.86.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=31e2fa46304aa7fc -C extra-filename=-2fde5ce4b63bf209 --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-fcfda3857d1092f5.rmeta --cap-lints allow -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)'`
25262025-05-13T20:52:01.775Z Running `/home/build/.rustup/toolchains/1.86.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=1eced8baf85199db -C extra-filename=-90fb2c852f96a7bd --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-6a561cfe737ae6c8.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-2f00e4fa369b3ceb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
25272025-05-13T20:52:01.886Z Compiling tokio v1.43.1
25282025-05-13T20:52:01.911Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.1/src/lib.rs --error-format=json --json=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=3ae5d3dec4425206 -C extra-filename=-96f42699b3f0ee03 --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-9f8e64fcba1e5df2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-719a01ce10a8af49.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-113e367aef165863.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-b62228e231647547.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a136de79fe574e0.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-b42269d0b5218b66.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25292025-05-13T20:52:02.059Z Compiling indexmap v2.9.0
25302025-05-13T20:52:02.084Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-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 '--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=aea35d8730c3b8eb -C extra-filename=-5e926098b3a51db9 --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-362db49bf1a7d824.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-8b275c11e2bd0883.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312025-05-13T20:52:02.207Z Compiling chrono v0.4.40
25322025-05-13T20:52:02.232Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.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="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=500af6e2961ecaf2 -C extra-filename=-635dd001e5f79077 --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-4e9142cffc87c3a1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332025-05-13T20:52:02.257Z Compiling uuid v1.16.0
25342025-05-13T20:52:02.257Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.16.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=1bd93dbf8ab46e8d -C extra-filename=-f819da46ca7fb7bb --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-fbb481fac23fa7e5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352025-05-13T20:52:02.817Z Compiling http v1.2.0
25362025-05-13T20:52:02.842Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c84af78ac5a242a9 -C extra-filename=-d0626d2a571d5399 --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-9f8e64fcba1e5df2.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-3d57464229351c79.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4e19af958952b731.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372025-05-13T20:52:03.348Z Compiling icu_normalizer v1.5.0
25382025-05-13T20:52:03.373Z Running `/home/build/.rustup/toolchains/1.86.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=dbb01512651cf178 -C extra-filename=-b9c688f0847b1c85 --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-5fba771664244d75.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-2fbbbaa1b05e8d0e.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-30bac1b1d953b7c1.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-46592295c84492d6.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-85676c2381adb832.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-d2b174341b7cdc75.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-f27c394ea188f44e.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-0dd18df4920d8307.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-66a15f62b8d771ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25392025-05-13T20:52:03.520Z Compiling bindgen v0.69.5
25402025-05-13T20:52:03.548Z Running `/home/build/.rustup/toolchains/1.86.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=7e8f8f33f24c96f1 -C extra-filename=-d2ec157b31336144 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-d2ec157b31336144 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25412025-05-13T20:52:03.906Z Compiling num_threads v0.1.7
25422025-05-13T20:52:03.931Z Running `/home/build/.rustup/toolchains/1.86.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=93f95a5f5fee3c94 -C extra-filename=-5243761f347aafbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432025-05-13T20:52:03.958Z Compiling base64ct v1.6.0
25442025-05-13T20:52:03.983Z Running `/home/build/.rustup/toolchains/1.86.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=8080986ce0562bb6 -C extra-filename=-8be1ba0eaa8fca01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25452025-05-13T20:52:04.059Z Compiling time v0.3.36
25462025-05-13T20:52:04.084Z Running `/home/build/.rustup/toolchains/1.86.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=28dd986a4b59970a -C extra-filename=-1fea0e4a1756d87c --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-64959e0ae441009d.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4e19af958952b731.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-3124eff888b7701a.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-5243761f347aafbe.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-3b8896273f5d9509.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-0897a4d58175cba3.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-c716e8fce188e66e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25472025-05-13T20:52:04.345Z Compiling idna_adapter v1.2.0
25482025-05-13T20:52:04.370Z Running `/home/build/.rustup/toolchains/1.86.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=46d5217d1e675e96 -C extra-filename=-73105f82d04ab01f --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-b9c688f0847b1c85.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-46592295c84492d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25492025-05-13T20:52:04.489Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-d2ec157b31336144/build-script-build`
25502025-05-13T20:52:04.528Z Compiling gimli v0.31.1
25512025-05-13T20:52:04.553Z Running `/home/build/.rustup/toolchains/1.86.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=befe8fe31e2d49ec -C extra-filename=-67835e172d301f3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25522025-05-13T20:52:04.588Z Compiling idna v1.0.3
25532025-05-13T20:52:04.613Z Running `/home/build/.rustup/toolchains/1.86.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=20a5621f1072ce88 -C extra-filename=-4e0a6846b1d3feb9 --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-73105f82d04ab01f.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-f27c394ea188f44e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542025-05-13T20:52:04.645Z Compiling atomic-waker v1.1.2
25552025-05-13T20:52:04.671Z Running `/home/build/.rustup/toolchains/1.86.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=c9f0e8be49e3f6e9 -C extra-filename=-01f90c7a2d94184a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25562025-05-13T20:52:04.847Z Compiling which v4.4.2
25572025-05-13T20:52:04.872Z Running `/home/build/.rustup/toolchains/1.86.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=c1383e8cd872cf89 -C extra-filename=-1436e2ddfd5f9aa4 --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-03f8d194805f45a1.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-a0c58be9c9839aee.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582025-05-13T20:52:04.896Z Compiling lazycell v1.3.0
25592025-05-13T20:52:04.921Z Running `/home/build/.rustup/toolchains/1.86.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=2baaef34271d5d4a -C extra-filename=-7afa8a894cb67d74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602025-05-13T20:52:05.072Z Compiling rustc-hash v1.1.0
25612025-05-13T20:52:05.097Z Running `/home/build/.rustup/toolchains/1.86.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=cde0ab46c6222b4f -C extra-filename=-f926ff0ccf96b0cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622025-05-13T20:52:05.122Z Compiling httparse v1.9.5
25632025-05-13T20:52:05.122Z Running `/home/build/.rustup/toolchains/1.86.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=13933b4dac3c8682 -C extra-filename=-d27143b7a93242e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-d27143b7a93242e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642025-05-13T20:52:05.256Z Compiling url v2.5.3
25652025-05-13T20:52:05.281Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-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 --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=82643d989b87a171 -C extra-filename=-b91b370c7e2acb73 --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-e492f5405f6e4d85.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-4e0a6846b1d3feb9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662025-05-13T20:52:05.377Z Running `/home/build/.rustup/toolchains/1.86.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=af09635588c9d621 -C extra-filename=-fb58e45aea8cceff --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-6a561cfe737ae6c8.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-594b7546f0073c6e.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-b1e025758cc4f457.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b2eb77ef70b05f8c.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-7afa8a894cb67d74.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-f926ff0ccf96b0cd.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-00e54bee3a24be47.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-1436e2ddfd5f9aa4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672025-05-13T20:52:05.687Z Compiling hmac v0.12.1
25682025-05-13T20:52:05.713Z Running `/home/build/.rustup/toolchains/1.86.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=e32faab4ed18c10a -C extra-filename=-178c663a766d6210 --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-5521fc2fbb46472c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692025-05-13T20:52:05.803Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-d27143b7a93242e8/build-script-build`
25702025-05-13T20:52:05.893Z Compiling sha2 v0.10.8
25712025-05-13T20:52:05.920Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=90612a7eb65e77f8 -C extra-filename=-e044a984a6b27ede --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-7f8514ed35d62a3a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2b80f643c97b05f7.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722025-05-13T20:52:05.972Z Compiling cmake v0.1.51
25732025-05-13T20:52:05.997Z Running `/home/build/.rustup/toolchains/1.86.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=78c6c8cb10451e26 -C extra-filename=-321634af65711493 --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-cac1d5d3df92c21f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742025-05-13T20:52:06.022Z Compiling object v0.36.5
25752025-05-13T20:52:06.022Z Running `/home/build/.rustup/toolchains/1.86.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=dcef8810540f96d9 -C extra-filename=-1cd0238c7f817aab --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-2f30e680c9e63b82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762025-05-13T20:52:06.880Z Running `/home/build/.rustup/toolchains/1.86.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=1b80ef6fe8528764 -C extra-filename=-d472ede6f37c93bc --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-9f8e64fcba1e5df2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-06fcd8d2e0fd472e.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-f0589194ceb2d233.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
25772025-05-13T20:52:06.905Z Compiling fs_extra v1.3.0
25782025-05-13T20:52:06.905Z Running `/home/build/.rustup/toolchains/1.86.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=04f5e9be38d6cf1a -C extra-filename=-def24bb22f20c5b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792025-05-13T20:52:07.381Z Compiling dunce v1.0.5
25802025-05-13T20:52:07.406Z Running `/home/build/.rustup/toolchains/1.86.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=754c8370f4d2cbe4 -C extra-filename=-4858c6f2010da081 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812025-05-13T20:52:07.522Z Compiling untrusted v0.9.0
25822025-05-13T20:52:07.547Z Running `/home/build/.rustup/toolchains/1.86.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=dc37262857223d71 -C extra-filename=-9bbb5166464e8f20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832025-05-13T20:52:07.721Z Compiling anyhow v1.0.98
25842025-05-13T20:52:07.747Z Running `/home/build/.rustup/toolchains/1.86.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=fbe1660f0cc268f5 -C extra-filename=-801f253f8be508a6 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-801f253f8be508a6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852025-05-13T20:52:07.889Z Compiling rustc-demangle v0.1.24
25862025-05-13T20:52:07.914Z Running `/home/build/.rustup/toolchains/1.86.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=a6958c25bef6e3ca -C extra-filename=-cbd5e145922095d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872025-05-13T20:52:08.336Z Compiling addr2line v0.24.2
25882025-05-13T20:52:08.360Z Running `/home/build/.rustup/toolchains/1.86.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=b78c7aecf763c7bd -C extra-filename=-154a93e84394d813 --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-67835e172d301f3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892025-05-13T20:52:08.457Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-801f253f8be508a6/build-script-build`
25902025-05-13T20:52:08.577Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-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="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=b31fe12a179062fd -C extra-filename=-b591337e3059e592 --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-7f8514ed35d62a3a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-ef5fc587d8c2f327.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9bbb5166464e8f20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -l static=ring_core_0_17_11_ -l static=ring_core_0_17_11__test`
25912025-05-13T20:52:08.675Z Running `/home/build/.rustup/toolchains/1.86.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=b3c53e459baf92c5 -C extra-filename=-31d17b43dfb8e636 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
25922025-05-13T20:52:08.939Z Compiling serde_tokenstream v0.2.2
25932025-05-13T20:52:08.965Z Running `/home/build/.rustup/toolchains/1.86.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=56a0d571e886c0d1 -C extra-filename=-64a834e7b41ae069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25942025-05-13T20:52:08.965Z Compiling serde_spanned v0.6.8
25952025-05-13T20:52:08.991Z Running `/home/build/.rustup/toolchains/1.86.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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::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="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=124169299ae2a027 -C extra-filename=-1585bf0c51f03b73 --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25962025-05-13T20:52:09.223Z Compiling tokio-util v0.7.13
25972025-05-13T20:52:09.249Z Running `/home/build/.rustup/toolchains/1.86.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.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="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=a533a1384c2b70e6 -C extra-filename=-6d2f783aac8e98b9 --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-9f8e64fcba1e5df2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-98fd329e9c03b6d0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f1cd1fc5bded71a0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25982025-05-13T20:52:09.286Z Compiling toml_datetime v0.6.8
25992025-05-13T20:52:09.311Z Running `/home/build/.rustup/toolchains/1.86.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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::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="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=380d321d1a2d214f -C extra-filename=-a64e61c547a376af --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002025-05-13T20:52:09.477Z Compiling aws-lc-rs v1.12.4
26012025-05-13T20:52:09.502Z Running `/home/build/.rustup/toolchains/1.86.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=33a676c316648e94 -C extra-filename=-75e95752b55a2521 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-75e95752b55a2521 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26022025-05-13T20:52:09.575Z Compiling rustls-pki-types v1.10.0
26032025-05-13T20:52:09.600Z Running `/home/build/.rustup/toolchains/1.86.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=964a96a0c5290a80 -C extra-filename=-522227478bca0142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042025-05-13T20:52:09.722Z Compiling pem-rfc7468 v0.7.0
26052025-05-13T20:52:09.746Z Running `/home/build/.rustup/toolchains/1.86.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=397522ab702ae3a8 -C extra-filename=-8665c72c69b562d8 --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-8be1ba0eaa8fca01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26062025-05-13T20:52:09.924Z Compiling utf8parse v0.2.2
26072025-05-13T20:52:09.952Z Running `/home/build/.rustup/toolchains/1.86.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=5a1ebcd37d5d4605 -C extra-filename=-955928cd69d22d1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082025-05-13T20:52:10.119Z Compiling base64 v0.22.1
26092025-05-13T20:52:10.143Z Running `/home/build/.rustup/toolchains/1.86.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=def86ddfe99c4981 -C extra-filename=-388427588bad31ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102025-05-13T20:52:10.317Z Compiling http-body v1.0.1
26112025-05-13T20:52:10.341Z Running `/home/build/.rustup/toolchains/1.86.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=21908d45a983d37e -C extra-filename=-b4e86787846c9cb7 --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-9f8e64fcba1e5df2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122025-05-13T20:52:10.442Z Compiling httpdate v1.0.3
26132025-05-13T20:52:10.467Z Running `/home/build/.rustup/toolchains/1.86.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=d651ebaba5fec5f4 -C extra-filename=-04bf4929f7a54a53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142025-05-13T20:52:10.517Z Compiling rustversion v1.0.17
26152025-05-13T20:52:10.517Z Running `/home/build/.rustup/toolchains/1.86.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=f72b51cf230f2314 -C extra-filename=-a9c14bfa76dcbcc0 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-a9c14bfa76dcbcc0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26162025-05-13T20:52:10.574Z Compiling untrusted v0.7.1
26172025-05-13T20:52:10.600Z Running `/home/build/.rustup/toolchains/1.86.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=7e0a45332e1c70fc -C extra-filename=-da2daee8d92d2236 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182025-05-13T20:52:10.736Z Compiling try-lock v0.2.5
26192025-05-13T20:52:10.794Z Running `/home/build/.rustup/toolchains/1.86.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=ac1f5e5d5d85fdb2 -C extra-filename=-69c6e1a2391486da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202025-05-13T20:52:10.821Z Compiling h2 v0.4.6
26212025-05-13T20:52:10.821Z Running `/home/build/.rustup/toolchains/1.86.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=16fd82eff138b8ea -C extra-filename=-3f7eebe5870d3e33 --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-01f90c7a2d94184a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-3d57464229351c79.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-98fd329e9c03b6d0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f1cd1fc5bded71a0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26222025-05-13T20:52:10.898Z Compiling want v0.3.1
26232025-05-13T20:52:10.923Z Running `/home/build/.rustup/toolchains/1.86.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=23f908df6de35c44 -C extra-filename=-841f7587ccada14c --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-69c6e1a2391486da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242025-05-13T20:52:10.949Z Compiling openssl-sys v0.9.107
26252025-05-13T20:52:10.949Z Running `/home/build/.rustup/toolchains/1.86.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.107/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=b37abedfc462678f -C extra-filename=-a8b88f16eea6a4e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-a8b88f16eea6a4e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-cac1d5d3df92c21f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8f7071966951b8cc.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-ef2577dd9478d7f6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262025-05-13T20:52:11.190Z Compiling der_derive v0.7.3
26272025-05-13T20:52:11.215Z Running `/home/build/.rustup/toolchains/1.86.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=b3d7375d385e669d -C extra-filename=-0315fcd12894683e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26282025-05-13T20:52:11.241Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-a9c14bfa76dcbcc0/build-script-build`
26292025-05-13T20:52:11.315Z Compiling slog v2.7.0
26302025-05-13T20:52:11.341Z Running `/home/build/.rustup/toolchains/1.86.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=71ae471751df7323 -C extra-filename=-812d38d007ecc966 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-812d38d007ecc966 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312025-05-13T20:52:11.810Z Compiling backtrace v0.3.74
26322025-05-13T20:52:11.835Z Running `/home/build/.rustup/toolchains/1.86.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=24e6d5378297f002 -C extra-filename=-290190dfb6a37a67 --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-154a93e84394d813.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-aa8971cfbc812aad.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1cd0238c7f817aab.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-cbd5e145922095d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332025-05-13T20:52:12.041Z Compiling flagset v0.4.6
26342025-05-13T20:52:12.067Z Running `/home/build/.rustup/toolchains/1.86.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=0cc3bbf7b62363c9 -C extra-filename=-a547826f30fccc19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352025-05-13T20:52:12.192Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-a8b88f16eea6a4e4/build-script-main`
26362025-05-13T20:52:12.307Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-812d38d007ecc966/build-script-build`
26372025-05-13T20:52:12.332Z Compiling pbkdf2 v0.12.2
26382025-05-13T20:52:12.332Z Running `/home/build/.rustup/toolchains/1.86.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=18e36f020d35ca4c -C extra-filename=-3fc5ea9e75a3a53d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -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"))'`
26392025-05-13T20:52:12.332Z Running `/home/build/.rustup/toolchains/1.86.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=9eca0fa8d99ae184 -C extra-filename=-0ad0ab21d288e441 --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-5521fc2fbb46472c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402025-05-13T20:52:12.375Z Compiling aes v0.8.4
26412025-05-13T20:52:12.400Z Running `/home/build/.rustup/toolchains/1.86.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=9e0b50fe67d5fc26 -C extra-filename=-308dc52d8875a7e1 --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-7f8514ed35d62a3a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3b39b99f841cf550.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2b80f643c97b05f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422025-05-13T20:52:12.565Z Compiling anstyle v1.0.10
26432025-05-13T20:52:12.591Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-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 --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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=38b12eee168027d2 -C extra-filename=-1e83090b88d7e230 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442025-05-13T20:52:12.966Z Running `/home/build/.rustup/toolchains/1.86.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=9fb1940f069a860b -C extra-filename=-d5094eb9be5589e2 --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-290190dfb6a37a67.rmeta --cap-lints allow -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)'`
26452025-05-13T20:52:13.249Z Compiling der v0.7.9
26462025-05-13T20:52:13.274Z Running `/home/build/.rustup/toolchains/1.86.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=5a84776d94798170 -C extra-filename=-59cd39f573908132 --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-411b812118811da9.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-0315fcd12894683e.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-a547826f30fccc19.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-8665c72c69b562d8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472025-05-13T20:52:13.457Z Compiling tower-service v0.3.3
26482025-05-13T20:52:13.483Z Running `/home/build/.rustup/toolchains/1.86.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=3ed14934be928cf0 -C extra-filename=-d4879014808bc9b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492025-05-13T20:52:13.508Z Running `/home/build/.rustup/toolchains/1.86.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=b604e374710a2615 -C extra-filename=-f0f67145d01a5533 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
26502025-05-13T20:52:13.610Z Compiling cbc v0.1.2
26512025-05-13T20:52:13.636Z Running `/home/build/.rustup/toolchains/1.86.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=c9376a3f784b2bbb -C extra-filename=-36fd22a7b9a4cc1b --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-3b39b99f841cf550.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26522025-05-13T20:52:13.682Z Compiling salsa20 v0.10.2
26532025-05-13T20:52:13.707Z Running `/home/build/.rustup/toolchains/1.86.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=17003fc29e3359da -C extra-filename=-7145a57cfd787053 --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-3b39b99f841cf550.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542025-05-13T20:52:13.857Z Compiling async-trait v0.1.88
26552025-05-13T20:52:13.882Z Running `/home/build/.rustup/toolchains/1.86.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=e025e19f95291abb -C extra-filename=-d267ed5fcc66eb5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562025-05-13T20:52:13.914Z Compiling scrypt v0.11.0
26572025-05-13T20:52:13.940Z Running `/home/build/.rustup/toolchains/1.86.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=fd051a6c564376d4 -C extra-filename=-1970a7a578655299 --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-0ad0ab21d288e441.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-7145a57cfd787053.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582025-05-13T20:52:14.141Z Compiling anstyle-parse v0.2.5
26592025-05-13T20:52:14.167Z Running `/home/build/.rustup/toolchains/1.86.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=89e7d51781fbb867 -C extra-filename=-7b47f4f01a29bcbe --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-955928cd69d22d1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602025-05-13T20:52:14.229Z Compiling rustc_version v0.4.1
26612025-05-13T20:52:14.255Z Running `/home/build/.rustup/toolchains/1.86.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=c3a23933c0fc6a0f -C extra-filename=-068640a63b5341fd --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-2fde5ce4b63bf209.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622025-05-13T20:52:14.391Z Compiling colorchoice v1.0.2
26632025-05-13T20:52:14.421Z Running `/home/build/.rustup/toolchains/1.86.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=18526620370cb29c -C extra-filename=-f770418ae6074be7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642025-05-13T20:52:14.471Z Compiling is_terminal_polyfill v1.70.1
26652025-05-13T20:52:14.497Z Running `/home/build/.rustup/toolchains/1.86.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=56ca131a40bf8dd3 -C extra-filename=-92ab7122f30d3a06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662025-05-13T20:52:14.523Z Compiling anstyle-query v1.1.1
26672025-05-13T20:52:14.523Z Running `/home/build/.rustup/toolchains/1.86.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=d0c86da8d33af47f -C extra-filename=-6747337a02f2d71e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682025-05-13T20:52:14.586Z Compiling mime v0.3.17
26692025-05-13T20:52:14.623Z Running `/home/build/.rustup/toolchains/1.86.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=11fe35eebf23bc9e -C extra-filename=-80e1054dc5264632 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702025-05-13T20:52:14.648Z Compiling foreign-types-shared v0.1.1
26712025-05-13T20:52:14.648Z Running `/home/build/.rustup/toolchains/1.86.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=393860b5cd3827f2 -C extra-filename=-eeb9fffea4b87a97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722025-05-13T20:52:14.693Z Compiling anstream v0.6.18
26732025-05-13T20:52:14.719Z Running `/home/build/.rustup/toolchains/1.86.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=222717b757802a1f -C extra-filename=-609308301063d8ac --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-1e83090b88d7e230.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-7b47f4f01a29bcbe.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-6747337a02f2d71e.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-f770418ae6074be7.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-92ab7122f30d3a06.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-955928cd69d22d1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742025-05-13T20:52:14.785Z Compiling openssl-probe v0.1.5
26752025-05-13T20:52:14.811Z Running `/home/build/.rustup/toolchains/1.86.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=bfad428fa631f874 -C extra-filename=-2c7c5d32c902c35b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762025-05-13T20:52:14.846Z Compiling ipnet v2.11.0
26772025-05-13T20:52:14.872Z Running `/home/build/.rustup/toolchains/1.86.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=fdd8c217107df51c -C extra-filename=-73c4d314c6c4a836 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782025-05-13T20:52:15.078Z Compiling spki v0.7.3
26792025-05-13T20:52:15.104Z Running `/home/build/.rustup/toolchains/1.86.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=4cc35ec01929bd54 -C extra-filename=-a042adec6572f408 --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-59cd39f573908132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802025-05-13T20:52:15.131Z Compiling openssl v0.10.72
26812025-05-13T20:52:15.131Z Running `/home/build/.rustup/toolchains/1.86.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.72/build.rs --error-format=json --json=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=4dc6a9515301f073 -C extra-filename=-a752d535b1e53de5 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-a752d535b1e53de5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822025-05-13T20:52:15.282Z Compiling foreign-types v0.3.2
26832025-05-13T20:52:15.308Z Running `/home/build/.rustup/toolchains/1.86.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=9e8f38bd24b49e34 -C extra-filename=-180494aa4b808d97 --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-eeb9fffea4b87a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842025-05-13T20:52:15.415Z Compiling pkcs5 v0.7.1
26852025-05-13T20:52:15.441Z Running `/home/build/.rustup/toolchains/1.86.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=4b4f6535ac516c10 -C extra-filename=-2692fb030494441e --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-308dc52d8875a7e1.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-36fd22a7b9a4cc1b.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-59cd39f573908132.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-0ad0ab21d288e441.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-1970a7a578655299.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-a042adec6572f408.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862025-05-13T20:52:15.467Z Running `/home/build/.rustup/toolchains/1.86.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.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=34bee90636de72c1 -C extra-filename=-e69c70cf5e0049db --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-f9843d87f643e91e.rmeta --cap-lints allow -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)'`
26872025-05-13T20:52:15.577Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-a752d535b1e53de5/build-script-build`
26882025-05-13T20:52:15.614Z Compiling http-body-util v0.1.3
26892025-05-13T20:52:15.639Z Running `/home/build/.rustup/toolchains/1.86.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=8cfb44c33206ae7c -C extra-filename=-fffe7d22aad820fd --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-9f8e64fcba1e5df2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b4e86787846c9cb7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902025-05-13T20:52:15.819Z Compiling terminal_size v0.4.0
26912025-05-13T20:52:15.844Z Compiling openssl-macros v0.1.1
26922025-05-13T20:52:15.844Z Running `/home/build/.rustup/toolchains/1.86.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=e04526fecff56036 -C extra-filename=-ac7ad8ba4b867a6c --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-90fb2c852f96a7bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26932025-05-13T20:52:15.844Z Running `/home/build/.rustup/toolchains/1.86.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=05b5a9d0b1679149 -C extra-filename=-fda6838148593c9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942025-05-13T20:52:16.061Z Compiling pkcs8 v0.10.2
26952025-05-13T20:52:16.087Z Running `/home/build/.rustup/toolchains/1.86.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=48941f128edda130 -C extra-filename=-f6ff94aad6003186 --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-59cd39f573908132.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-2692fb030494441e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-a042adec6572f408.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962025-05-13T20:52:16.117Z Compiling rustls v0.23.19
26972025-05-13T20:52:16.142Z Running `/home/build/.rustup/toolchains/1.86.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=c676cb8160b2a715 -C extra-filename=-d32c2fc7133c9096 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-d32c2fc7133c9096 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982025-05-13T20:52:16.169Z Compiling clap_lex v0.7.4
26992025-05-13T20:52:16.169Z Running `/home/build/.rustup/toolchains/1.86.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=fffbda85d848c77c -C extra-filename=-2cb83529c6df965c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002025-05-13T20:52:16.442Z Compiling clap_builder v4.5.35
27012025-05-13T20:52:16.466Z Running `/home/build/.rustup/toolchains/1.86.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.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 --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' --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=24d7f9271d85205f -C extra-filename=-cfc046846e4d11ab --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-609308301063d8ac.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-1e83090b88d7e230.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-2cb83529c6df965c.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-3ce62d4660f4918b.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-ac7ad8ba4b867a6c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27022025-05-13T20:52:16.491Z Compiling rustls-pemfile v2.2.0
27032025-05-13T20:52:16.517Z Running `/home/build/.rustup/toolchains/1.86.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=c9af3030c9d058fe -C extra-filename=-25196b4ef591aa15 --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-522227478bca0142.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27042025-05-13T20:52:16.598Z Compiling clap_derive v4.5.32
27052025-05-13T20:52:16.623Z Running `/home/build/.rustup/toolchains/1.86.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.32/src/lib.rs --error-format=json --json=diagnostic-rendered-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 '--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' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=2c6dea814c0f84fd -C extra-filename=-8134001f39518a46 --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-898e01f7b1a1be18.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062025-05-13T20:52:16.648Z Compiling native-tls v0.2.12
27072025-05-13T20:52:16.672Z Running `/home/build/.rustup/toolchains/1.86.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=676d80c62c66f896 -C extra-filename=-63884ad533c94307 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-63884ad533c94307 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27082025-05-13T20:52:16.697Z Compiling futures-executor v0.3.31
27092025-05-13T20:52:16.698Z Running `/home/build/.rustup/toolchains/1.86.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=2e6d0e3f8615c92e -C extra-filename=-0fea71c788d66a46 --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-20cc0d919cf526a3.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e000ec0438c4dec7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27102025-05-13T20:52:16.723Z Compiling hyper v1.6.0
27112025-05-13T20:52:16.751Z Running `/home/build/.rustup/toolchains/1.86.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=deb189dc1ecce040 -C extra-filename=-c651809d5b1ad910 --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-9f8e64fcba1e5df2.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-0b96be3d23455056.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-3f7eebe5870d3e33.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b4e86787846c9cb7.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-31d17b43dfb8e636.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-04bf4929f7a54a53.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4e19af958952b731.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-841f7587ccada14c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27122025-05-13T20:52:16.813Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/src/lib.rs --error-format=json --json=diagnostic-rendered-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=2e45bd4eb72a13a2 -C extra-filename=-fc088a34275501fb --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-6a561cfe737ae6c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-180494aa4b808d97.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-fda6838148593c9d.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-e69c70cf5e0049db.rmeta --cap-lints allow -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)'`
27132025-05-13T20:52:17.031Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-63884ad533c94307/build-script-build`
27142025-05-13T20:52:17.072Z Compiling serde_urlencoded v0.7.1
27152025-05-13T20:52:17.097Z Running `/home/build/.rustup/toolchains/1.86.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=ce2772ddc2a037eb -C extra-filename=-6774c7e3c191cbb2 --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-e492f5405f6e4d85.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4e19af958952b731.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ab6482233eaa368.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162025-05-13T20:52:17.149Z Compiling cookie v0.18.1
27172025-05-13T20:52:17.174Z Running `/home/build/.rustup/toolchains/1.86.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=2aadfb741fad4669 -C extra-filename=-238c49dbf9b1ea1d --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-238c49dbf9b1ea1d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182025-05-13T20:52:17.485Z Compiling encoding_rs v0.8.34
27192025-05-13T20:52:17.510Z Running `/home/build/.rustup/toolchains/1.86.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=57b248f3dfe067e9 -C extra-filename=-70d9e28b912dffa4 --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-7f8514ed35d62a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27202025-05-13T20:52:17.550Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-238c49dbf9b1ea1d/build-script-build`
27212025-05-13T20:52:17.628Z Compiling futures v0.3.31
27222025-05-13T20:52:17.653Z Running `/home/build/.rustup/toolchains/1.86.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=32b0c93e70d6fdb1 -C extra-filename=-47fc53334f83c231 --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-0b96be3d23455056.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-0fea71c788d66a46.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-98fd329e9c03b6d0.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e000ec0438c4dec7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232025-05-13T20:52:17.756Z Compiling ucd-trie v0.1.7
27242025-05-13T20:52:17.781Z Running `/home/build/.rustup/toolchains/1.86.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=6a89a30622c00f6c -C extra-filename=-1214847bde3c5bbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252025-05-13T20:52:18.237Z Compiling litrs v0.4.1
27262025-05-13T20:52:18.262Z Running `/home/build/.rustup/toolchains/1.86.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=27c806cd683e59db -C extra-filename=-65b53a138471a4d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272025-05-13T20:52:19.031Z Compiling hyper-util v0.1.11
27282025-05-13T20:52:19.057Z Running `/home/build/.rustup/toolchains/1.86.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.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="client"' --cfg 'feature="client-legacy"' --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", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=4ddecb12c91008a5 -C extra-filename=-d0c752723663acde --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-9f8e64fcba1e5df2.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-0b96be3d23455056.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b4e86787846c9cb7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a136de79fe574e0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d4879014808bc9b4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292025-05-13T20:52:19.285Z Compiling psl-types v2.0.11
27302025-05-13T20:52:19.310Z Running `/home/build/.rustup/toolchains/1.86.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=fff6ac19a27c4f5d -C extra-filename=-bd44e61f0ef1d493 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312025-05-13T20:52:19.531Z Compiling publicsuffix v2.3.0
27322025-05-13T20:52:19.556Z Running `/home/build/.rustup/toolchains/1.86.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=3aa2b0c803965a16 -C extra-filename=-eb6a73390feeed75 --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-4e0a6846b1d3feb9.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-bd44e61f0ef1d493.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332025-05-13T20:52:19.856Z Compiling document-features v0.2.10
27342025-05-13T20:52:19.881Z Running `/home/build/.rustup/toolchains/1.86.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=4a9521df8ea2440e -C extra-filename=-54ff5563503f1807 --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-65b53a138471a4d5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352025-05-13T20:52:19.931Z Compiling pest v2.7.14
27362025-05-13T20:52:19.965Z Running `/home/build/.rustup/toolchains/1.86.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=8903d07b3251e3ed -C extra-filename=-425fb8ec25375d9b --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-2f30e680c9e63b82.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-1214847bde3c5bbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372025-05-13T20:52:20.344Z Compiling clap v4.5.35
27382025-05-13T20:52:20.369Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.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 --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' --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=07188d88a19e4b6f -C extra-filename=-2e934890dd0a54b4 --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-cfc046846e4d11ab.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-8134001f39518a46.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392025-05-13T20:52:20.507Z Running `/home/build/.rustup/toolchains/1.86.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=8150b254f65553d5 -C extra-filename=-5ed8136344f353f1 --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-e7b501f844213079.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27402025-05-13T20:52:20.728Z Compiling webpki-roots v0.26.6
27412025-05-13T20:52:20.753Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-0.26.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=fd36e62cc20d28b1 -C extra-filename=-9bcee1d2cec39e1d --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-522227478bca0142.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422025-05-13T20:52:21.032Z Compiling ipnetwork v0.21.1
27432025-05-13T20:52:21.057Z Running `/home/build/.rustup/toolchains/1.86.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=1428adeca2efe2ac -C extra-filename=-a3c13c014b4d34fc --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-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442025-05-13T20:52:21.082Z Compiling sync_wrapper v1.0.1
27452025-05-13T20:52:21.106Z Running `/home/build/.rustup/toolchains/1.86.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=d11cafdeeb7fae1a -C extra-filename=-da2e0efedec480f2 --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-20cc0d919cf526a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27462025-05-13T20:52:21.263Z Compiling winnow v0.5.40
27472025-05-13T20:52:21.288Z Running `/home/build/.rustup/toolchains/1.86.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=c09fd987f0270d21 -C extra-filename=-dc17ff27fc913874 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27482025-05-13T20:52:21.455Z Compiling tower-layer v0.3.3
27492025-05-13T20:52:21.480Z Running `/home/build/.rustup/toolchains/1.86.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=58560bd46524c252 -C extra-filename=-9d5808568ad56e19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502025-05-13T20:52:21.730Z Compiling zerocopy v0.8.25
27512025-05-13T20:52:21.754Z Running `/home/build/.rustup/toolchains/1.86.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.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=1035c210eab67f85 -C extra-filename=-5033f68352d6f1ef --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-5033f68352d6f1ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522025-05-13T20:52:21.829Z Running `/home/build/.rustup/toolchains/1.86.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=860dc34acaa69c5f -C extra-filename=-3b61d498e20b443d --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-daba4f3c1b68dcbf.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-2c7c5d32c902c35b.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-e69c70cf5e0049db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
27532025-05-13T20:52:21.854Z Compiling tower v0.5.2
27542025-05-13T20:52:21.855Z Running `/home/build/.rustup/toolchains/1.86.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=25e5fee12c47b541 -C extra-filename=-713102f9d90d4cda --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-20cc0d919cf526a3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-da2e0efedec480f2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-9d5808568ad56e19.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d4879014808bc9b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552025-05-13T20:52:22.303Z Compiling tokio-native-tls v0.3.1
27562025-05-13T20:52:22.327Z Running `/home/build/.rustup/toolchains/1.86.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=d17af53f25e253ac -C extra-filename=-3e89d7d3d4b0cd64 --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-3b61d498e20b443d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27572025-05-13T20:52:22.513Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-5033f68352d6f1ef/build-script-build`
27582025-05-13T20:52:22.565Z Compiling hyper-tls v0.6.0
27592025-05-13T20:52:22.590Z Running `/home/build/.rustup/toolchains/1.86.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=e1f8fd74048428d5 -C extra-filename=-a4c0811552de6d05 --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-9f8e64fcba1e5df2.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0c752723663acde.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-3b61d498e20b443d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-3e89d7d3d4b0cd64.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d4879014808bc9b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27602025-05-13T20:52:22.615Z Compiling pest_meta v2.7.14
27612025-05-13T20:52:22.615Z Compiling cookie_store v0.21.1
27622025-05-13T20:52:22.615Z Running `/home/build/.rustup/toolchains/1.86.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=57f10dfdd7a68276 -C extra-filename=-909e6a293339c115 --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-be01080c9c55c2cd.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-425fb8ec25375d9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632025-05-13T20:52:22.615Z Running `/home/build/.rustup/toolchains/1.86.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=a4e8ec59f1f737de -C extra-filename=-b83e800facb9d66e --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-5ed8136344f353f1.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-54ff5563503f1807.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-4e0a6846b1d3feb9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-eb6a73390feeed75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb709642302e3e4b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27642025-05-13T20:52:22.674Z Compiling openapiv3 v2.0.0
27652025-05-13T20:52:22.699Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-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 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=8a636fe8fc6642ae -C extra-filename=-163c5e9a45fd7863 --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-5e926098b3a51db9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662025-05-13T20:52:22.945Z Compiling signature v2.2.0
27672025-05-13T20:52:22.978Z Running `/home/build/.rustup/toolchains/1.86.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=1bc132aa1c2262a2 -C extra-filename=-f0068d85b2ab1558 --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-5521fc2fbb46472c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682025-05-13T20:52:23.181Z Compiling zerocopy-derive v0.8.25
27692025-05-13T20:52:23.206Z Running `/home/build/.rustup/toolchains/1.86.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.25/src/lib.rs --error-format=json --json=diagnostic-rendered-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=f90e9b3a9fb7ffe1 -C extra-filename=-768d7afef07ec1de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702025-05-13T20:52:23.255Z Compiling scroll_derive v0.12.0
27712025-05-13T20:52:23.280Z Running `/home/build/.rustup/toolchains/1.86.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=3bf4f5bdaecad3e1 -C extra-filename=-03c03d45430f5e18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27722025-05-13T20:52:23.447Z Compiling data-encoding v2.6.0
27732025-05-13T20:52:23.471Z Running `/home/build/.rustup/toolchains/1.86.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.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=fc453dc87960b50d -C extra-filename=-729ac19f9ff8ff78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742025-05-13T20:52:23.830Z Compiling pest_generator v2.7.14
27752025-05-13T20:52:23.854Z Running `/home/build/.rustup/toolchains/1.86.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=b045b65a7c5b1323 -C extra-filename=-6bf871dc21342d38 --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-425fb8ec25375d9b.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-909e6a293339c115.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762025-05-13T20:52:24.143Z Compiling toml_edit v0.19.15
27772025-05-13T20:52:24.168Z Running `/home/build/.rustup/toolchains/1.86.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=568d8e0987046e5b -C extra-filename=-b5dc45df5e01effb --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-5e926098b3a51db9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-1585bf0c51f03b73.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a64e61c547a376af.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-dc17ff27fc913874.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782025-05-13T20:52:24.465Z Compiling scroll v0.12.0
27792025-05-13T20:52:24.490Z Running `/home/build/.rustup/toolchains/1.86.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=ab0393f93a4b31e1 -C extra-filename=-ca80ad774d9e9ac6 --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-03c03d45430f5e18.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802025-05-13T20:52:24.920Z Compiling tinyvec_macros v0.1.1
27812025-05-13T20:52:24.945Z Running `/home/build/.rustup/toolchains/1.86.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=774bd2ecb0ad2523 -C extra-filename=-cb1f570f49917c8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27822025-05-13T20:52:24.993Z Compiling siphasher v0.3.11
27832025-05-13T20:52:25.021Z Running `/home/build/.rustup/toolchains/1.86.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=1527673e48602d3a -C extra-filename=-97ae0a8b40a09002 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842025-05-13T20:52:25.046Z Compiling plain v0.2.3
27852025-05-13T20:52:25.046Z Running `/home/build/.rustup/toolchains/1.86.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=2f7263f7eebcba9d -C extra-filename=-61730aa91becd9fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862025-05-13T20:52:25.231Z Compiling goblin v0.8.2
27872025-05-13T20:52:25.256Z Running `/home/build/.rustup/toolchains/1.86.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=98d7a07f3407a24b -C extra-filename=-20dd4dde6fd932b2 --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-daba4f3c1b68dcbf.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-61730aa91becd9fb.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-ca80ad774d9e9ac6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882025-05-13T20:52:25.256Z Compiling tinyvec v1.8.0
27892025-05-13T20:52:25.280Z Running `/home/build/.rustup/toolchains/1.86.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=4f83bac4f6d51ab4 -C extra-filename=-1cf823ba7fddb7b2 --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-cb1f570f49917c8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902025-05-13T20:52:25.342Z Compiling phf_shared v0.11.2
27912025-05-13T20:52:25.367Z Running `/home/build/.rustup/toolchains/1.86.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=1ec6c87e54e12b9c -C extra-filename=-757c80bfc90f886b --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-97ae0a8b40a09002.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922025-05-13T20:52:25.683Z Compiling usdt-impl v0.5.0
27932025-05-13T20:52:25.708Z Running `/home/build/.rustup/toolchains/1.86.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=346af10724bb3805 -C extra-filename=-92b0072c912b523a --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-92b0072c912b523a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27942025-05-13T20:52:25.831Z Compiling pretty-hex v0.4.1
27952025-05-13T20:52:25.831Z Running `/home/build/.rustup/toolchains/1.86.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=1de18fcef198766d -C extra-filename=-51606c72477ef962 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962025-05-13T20:52:25.887Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.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 --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=d55bf7660c9b44f1 -C extra-filename=-f816b0e99d3db6a3 --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-768d7afef07ec1de.so --cap-lints allow -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(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_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)'`
27972025-05-13T20:52:26.075Z Compiling bitflags v1.3.2
27982025-05-13T20:52:26.100Z Running `/home/build/.rustup/toolchains/1.86.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=696cb0cad1d94f9f -C extra-filename=-583cffbe97cd9a36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27992025-05-13T20:52:26.126Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-92b0072c912b523a/build-script-build`
28002025-05-13T20:52:26.209Z Compiling pest_derive v2.7.14
28012025-05-13T20:52:26.233Z Running `/home/build/.rustup/toolchains/1.86.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=4fb86f00859ae09a -C extra-filename=-27f2347e51087deb --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-425fb8ec25375d9b.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-6bf871dc21342d38.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022025-05-13T20:52:26.260Z Compiling sha1 v0.10.6
28032025-05-13T20:52:26.260Z Running `/home/build/.rustup/toolchains/1.86.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=e86e9f26571240f9 -C extra-filename=-97d6be9eb3fdf7a9 --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-7f8514ed35d62a3a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2b80f643c97b05f7.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042025-05-13T20:52:26.316Z Compiling num-integer v0.1.46
28052025-05-13T20:52:26.342Z Running `/home/build/.rustup/toolchains/1.86.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=7e1c267c12e794cf -C extra-filename=-6b8f3f4a98e59b6b --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-b016ab649b5092da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062025-05-13T20:52:26.572Z Compiling thread-id v4.2.2
28072025-05-13T20:52:26.598Z Running `/home/build/.rustup/toolchains/1.86.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=e86b4ffa58eb2b2e -C extra-filename=-3588e1c521b897b8 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082025-05-13T20:52:26.649Z Compiling crc32fast v1.4.2
28092025-05-13T20:52:26.674Z Running `/home/build/.rustup/toolchains/1.86.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=fc66d55bd043eefa -C extra-filename=-dc6ff59ed603a867 --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-7f8514ed35d62a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102025-05-13T20:52:26.721Z Compiling winnow v0.7.3
28112025-05-13T20:52:26.746Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-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 --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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=af5277575b4a3082 -C extra-filename=-6ef9097ab05d5efe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122025-05-13T20:52:26.968Z Compiling unicode-segmentation v1.12.0
28132025-05-13T20:52:26.993Z Running `/home/build/.rustup/toolchains/1.86.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=4f70cf9c4e129154 -C extra-filename=-ad84214d9a4bf3fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28142025-05-13T20:52:27.018Z Compiling static_assertions v1.1.0
28152025-05-13T20:52:27.018Z Running `/home/build/.rustup/toolchains/1.86.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=295c6c155934166b -C extra-filename=-eebb9e55bdfbecfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162025-05-13T20:52:27.086Z Compiling dtrace-parser v0.2.0
28172025-05-13T20:52:27.111Z Running `/home/build/.rustup/toolchains/1.86.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=f2ae7f73fc6ab711 -C extra-filename=-10126884885ae171 --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-425fb8ec25375d9b.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-27f2347e51087deb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182025-05-13T20:52:27.136Z Compiling base16ct v0.2.0
28192025-05-13T20:52:27.136Z Running `/home/build/.rustup/toolchains/1.86.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=b05ce22b0616b9ec -C extra-filename=-2f0f34c3a81c542d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28202025-05-13T20:52:27.423Z Compiling sec1 v0.7.3
28212025-05-13T20:52:27.448Z Running `/home/build/.rustup/toolchains/1.86.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=b3aabbadae59bb4a -C extra-filename=-a439ed21d8d9232f --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-2f0f34c3a81c542d.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-59cd39f573908132.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-424a4eab6aa72a9c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f6ff94aad6003186.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222025-05-13T20:52:27.680Z Compiling hubpack_derive v0.1.1
28232025-05-13T20:52:27.705Z Running `/home/build/.rustup/toolchains/1.86.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=84f0b2897b4d3ae5 -C extra-filename=-e4a0d56154d3cce3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242025-05-13T20:52:27.910Z Compiling crossbeam-epoch v0.9.18
28252025-05-13T20:52:27.935Z Running `/home/build/.rustup/toolchains/1.86.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=83b28c4032fcc0fe -C extra-filename=-c912c30a73c6fb4f --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-663aa3ae28b698ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28262025-05-13T20:52:28.543Z Compiling bstr v1.10.0
28272025-05-13T20:52:28.568Z Running `/home/build/.rustup/toolchains/1.86.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=588ece86ffc0f039 -C extra-filename=-b851a1035fc9bb65 --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-2f30e680c9e63b82.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-2dcec9da92613be6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28282025-05-13T20:52:28.594Z Compiling ff v0.13.0
28292025-05-13T20:52:28.594Z Running `/home/build/.rustup/toolchains/1.86.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=b886d0bce9d0a424 -C extra-filename=-35d01822ad41ba00 --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-e46a24b1c936db89.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302025-05-13T20:52:28.638Z Compiling heck v0.4.1
28312025-05-13T20:52:28.662Z Running `/home/build/.rustup/toolchains/1.86.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=574977b599b350bb -C extra-filename=-317511b4e6521cea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322025-05-13T20:52:28.742Z Compiling unicode-width v0.2.0
28332025-05-13T20:52:28.767Z Running `/home/build/.rustup/toolchains/1.86.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=32579ddb513226cf -C extra-filename=-8eb4dc81f9420728 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342025-05-13T20:52:28.811Z Compiling group v0.13.0
28352025-05-13T20:52:28.835Z Running `/home/build/.rustup/toolchains/1.86.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=02a583f33d58459a -C extra-filename=-d36381fd22eefd16 --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-35d01822ad41ba00.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28362025-05-13T20:52:29.021Z Compiling hubpack v0.1.2
28372025-05-13T20:52:29.047Z Running `/home/build/.rustup/toolchains/1.86.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=28c89aa7c9fd5adc -C extra-filename=-c47270a6e06ecf5b --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-e4a0d56154d3cce3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28382025-05-13T20:52:29.128Z Compiling num-iter v0.1.45
28392025-05-13T20:52:29.153Z Running `/home/build/.rustup/toolchains/1.86.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=f8fd0a7922c3abad -C extra-filename=-654d082f1ab23d47 --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-6b8f3f4a98e59b6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402025-05-13T20:52:29.228Z Compiling oxnet v0.1.1
28412025-05-13T20:52:29.253Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-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="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=39e611d4d516979a -C extra-filename=-b8b91ba144c2f0a5 --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-a3c13c014b4d34fc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422025-05-13T20:52:29.337Z Compiling toml_edit v0.22.24
28432025-05-13T20:52:29.362Z Running `/home/build/.rustup/toolchains/1.86.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.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 --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="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"))' -C metadata=3dcd1ff8a1ea1e63 -C extra-filename=-6ff817e93dc41a3c --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-5e926098b3a51db9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-1585bf0c51f03b73.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a64e61c547a376af.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-6ef9097ab05d5efe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28442025-05-13T20:52:29.433Z Compiling strum_macros v0.26.4
28452025-05-13T20:52:29.458Z Running `/home/build/.rustup/toolchains/1.86.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=fb28ea08097c9019 -C extra-filename=-bd43e950c1d3283c --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-898e01f7b1a1be18.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-3fc5ea9e75a3a53d.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462025-05-13T20:52:29.562Z Compiling hkdf v0.12.4
28472025-05-13T20:52:29.587Z Running `/home/build/.rustup/toolchains/1.86.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=cba05b227ca1a027 -C extra-filename=-91568b0976fde766 --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-178c663a766d6210.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482025-05-13T20:52:29.788Z Compiling crypto-bigint v0.5.5
28492025-05-13T20:52:29.813Z Running `/home/build/.rustup/toolchains/1.86.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=4fc1d07e7bddfa66 -C extra-filename=-93f69439f2fd7a2f --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-424a4eab6aa72a9c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502025-05-13T20:52:29.838Z Compiling bzip2-sys v0.1.13+1.0.8
28512025-05-13T20:52:29.838Z Running `/home/build/.rustup/toolchains/1.86.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=c0730fe58df0f79e -C extra-filename=-b877340f7abf5fc6 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b877340f7abf5fc6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-cac1d5d3df92c21f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8f7071966951b8cc.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522025-05-13T20:52:29.893Z Compiling memmap v0.7.0
28532025-05-13T20:52:29.918Z Compiling num-bigint-dig v0.8.4
28542025-05-13T20:52:29.918Z Running `/home/build/.rustup/toolchains/1.86.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=e5086475188a0c58 -C extra-filename=-2bd059cb1b700c5f --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552025-05-13T20:52:29.918Z Running `/home/build/.rustup/toolchains/1.86.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=9c58a5148827debc -C extra-filename=-cc911c285da7560b --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-cc911c285da7560b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562025-05-13T20:52:30.209Z Compiling dof v0.3.0
28572025-05-13T20:52:30.234Z Running `/home/build/.rustup/toolchains/1.86.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=b213b28ad4f36af1 -C extra-filename=-736ad87ef407909e --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-20dd4dde6fd932b2.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c11d658f1074ec63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28582025-05-13T20:52:30.295Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-cc911c285da7560b/build-script-build`
28592025-05-13T20:52:30.335Z Compiling crossbeam-deque v0.8.5
28602025-05-13T20:52:30.335Z Running `/home/build/.rustup/toolchains/1.86.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=8bf80900c68b5c0e -C extra-filename=-ac4a4d293ad3028a --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-c912c30a73c6fb4f.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-663aa3ae28b698ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612025-05-13T20:52:30.389Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b877340f7abf5fc6/build-script-build`
28622025-05-13T20:52:30.665Z Compiling flate2 v1.1.1
28632025-05-13T20:52:30.689Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-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 --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --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=761ca332c87e7bd9 -C extra-filename=-2b45682c7ecb0125 --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-dc6ff59ed603a867.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-aa8971cfbc812aad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642025-05-13T20:52:31.516Z Running `/home/build/.rustup/toolchains/1.86.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=68177966671f89ee -C extra-filename=-44f89183a0444deb --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-2129b7fb5c80af14.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-736ad87ef407909e.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-10126884885ae171.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-3588e1c521b897b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
28652025-05-13T20:52:31.786Z Running `/home/build/.rustup/toolchains/1.86.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=d5ca71e699b9a52a -C extra-filename=-06f61af37fe62196 --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-2129b7fb5c80af14.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-ed980c3ba206050c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-654d082f1ab23d47.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
28662025-05-13T20:52:31.864Z Running `/home/build/.rustup/toolchains/1.86.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=26e53f210a0726ab -C extra-filename=-18d8f029bffe20f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -l static=bz2`
28672025-05-13T20:52:32.032Z Compiling pkcs1 v0.7.5
28682025-05-13T20:52:32.056Z Running `/home/build/.rustup/toolchains/1.86.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=8746f6ee1b014bdc -C extra-filename=-45d3e80f6b1a1bfc --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-59cd39f573908132.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f6ff94aad6003186.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-a042adec6572f408.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692025-05-13T20:52:32.703Z Compiling elliptic-curve v0.13.8
28702025-05-13T20:52:32.728Z Running `/home/build/.rustup/toolchains/1.86.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=5208326d9fe9eb4e -C extra-filename=-b3ca9dc8640c22ec --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-2f0f34c3a81c542d.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-93f69439f2fd7a2f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-35d01822ad41ba00.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-424a4eab6aa72a9c.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d36381fd22eefd16.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-8665c72c69b562d8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f6ff94aad6003186.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-a439ed21d8d9232f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28712025-05-13T20:52:32.807Z Compiling curve25519-dalek v4.1.3
28722025-05-13T20:52:32.833Z Running `/home/build/.rustup/toolchains/1.86.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=8b5697b4c712b346 -C extra-filename=-79649bb3e2f013e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-79649bb3e2f013e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-068640a63b5341fd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28732025-05-13T20:52:32.934Z Compiling usdt-attr-macro v0.5.0
28742025-05-13T20:52:32.958Z Running `/home/build/.rustup/toolchains/1.86.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=befa78e5cefbd87a -C extra-filename=-bf65d25734d312ae --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-10126884885ae171.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-44f89183a0444deb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752025-05-13T20:52:33.187Z Compiling usdt-macro v0.5.0
28762025-05-13T20:52:33.212Z Running `/home/build/.rustup/toolchains/1.86.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=8b48bb77e8efa105 -C extra-filename=-56d458899f448761 --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-10126884885ae171.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-44f89183a0444deb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28772025-05-13T20:52:33.454Z Compiling strum v0.26.3
28782025-05-13T20:52:33.480Z Running `/home/build/.rustup/toolchains/1.86.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=9f8601e4c8600ca6 -C extra-filename=-9f185f9c7720bb01 --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-bd43e950c1d3283c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792025-05-13T20:52:33.504Z Compiling zstd-sys v2.0.14+zstd.1.5.7
28802025-05-13T20:52:33.529Z Running `/home/build/.rustup/toolchains/1.86.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=0d00c20173e329ef -C extra-filename=-e165142110e2bba8 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-e165142110e2bba8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-cac1d5d3df92c21f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8f7071966951b8cc.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28812025-05-13T20:52:33.662Z Compiling itertools v0.10.5
28822025-05-13T20:52:33.687Z Running `/home/build/.rustup/toolchains/1.86.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=9ef51266ba4fe453 -C extra-filename=-4762b94fa4a567ca --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-03f8d194805f45a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28832025-05-13T20:52:34.228Z Compiling ahash v0.8.11
28842025-05-13T20:52:34.253Z Running `/home/build/.rustup/toolchains/1.86.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=0d661e2192d85a54 -C extra-filename=-5de20dc262ac9b99 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-5de20dc262ac9b99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28852025-05-13T20:52:34.543Z Compiling signal-hook v0.3.17
28862025-05-13T20:52:34.570Z Running `/home/build/.rustup/toolchains/1.86.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=a0f06ba7c28b0f04 -C extra-filename=-9e6336b1a1137bdb --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-9e6336b1a1137bdb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28872025-05-13T20:52:34.601Z Compiling newtype-uuid v1.2.1
28882025-05-13T20:52:34.626Z Running `/home/build/.rustup/toolchains/1.86.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.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="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=3ff66257d508dcd0 -C extra-filename=-e9fb94f64b18180a --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-e9fb94f64b18180a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28892025-05-13T20:52:34.666Z Compiling rayon-core v1.12.1
28902025-05-13T20:52:34.691Z Running `/home/build/.rustup/toolchains/1.86.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=6ee1f1faaef0098c -C extra-filename=-dcf0a0001e362874 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-dcf0a0001e362874 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28912025-05-13T20:52:34.716Z Compiling usdt v0.5.0
28922025-05-13T20:52:34.740Z Running `/home/build/.rustup/toolchains/1.86.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=94bc26d1f63b4a3f -C extra-filename=-aa32414fb9354869 --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-736ad87ef407909e.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-10126884885ae171.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-20dd4dde6fd932b2.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-2bd059cb1b700c5f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-bf65d25734d312ae.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-44f89183a0444deb.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-56d458899f448761.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28932025-05-13T20:52:34.910Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-9e6336b1a1137bdb/build-script-build`
28942025-05-13T20:52:34.964Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-e9fb94f64b18180a/build-script-build`
28952025-05-13T20:52:34.993Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-5de20dc262ac9b99/build-script-build`
28962025-05-13T20:52:35.021Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e165142110e2bba8/build-script-build`
28972025-05-13T20:52:35.062Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-dcf0a0001e362874/build-script-build`
28982025-05-13T20:52:35.087Z Compiling rsa v0.9.6
28992025-05-13T20:52:35.087Z Running `/home/build/.rustup/toolchains/1.86.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=f2f3ec0bdff93d9e -C extra-filename=-36008965f2b3eabe --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-411b812118811da9.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-06f61af37fe62196.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-45d3e80f6b1a1bfc.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f6ff94aad6003186.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f0068d85b2ab1558.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-a042adec6572f408.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002025-05-13T20:52:35.156Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-79649bb3e2f013e5/build-script-build`
29012025-05-13T20:52:35.181Z Compiling toml v0.7.8
29022025-05-13T20:52:35.181Z Running `/home/build/.rustup/toolchains/1.86.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=02988fef263e23bc -C extra-filename=-0911fcc91d7ccfb0 --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-fcfda3857d1092f5.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-1585bf0c51f03b73.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a64e61c547a376af.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5dc45df5e01effb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29032025-05-13T20:52:35.243Z Compiling unicode-normalization v0.1.24
29042025-05-13T20:52:35.267Z Running `/home/build/.rustup/toolchains/1.86.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=1afb32a364f6d3b6 -C extra-filename=-f7df39549d51b09e --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-1cf823ba7fddb7b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052025-05-13T20:52:35.393Z Compiling rfc6979 v0.4.0
29062025-05-13T20:52:35.421Z Running `/home/build/.rustup/toolchains/1.86.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=b27a6042cfdd0f7d -C extra-filename=-8eae54a20b46ea06 --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-178c663a766d6210.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072025-05-13T20:52:35.592Z Compiling curve25519-dalek-derive v0.1.1
29082025-05-13T20:52:35.617Z Running `/home/build/.rustup/toolchains/1.86.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=80481eeaddae917b -C extra-filename=-3f01f7839da5bf5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092025-05-13T20:52:35.766Z Compiling memoffset v0.9.1
29102025-05-13T20:52:35.842Z Running `/home/build/.rustup/toolchains/1.86.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=4c83b39adf9ebead -C extra-filename=-c0308f39a22f9bf4 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-c0308f39a22f9bf4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-ae2c6342de22e17c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112025-05-13T20:52:36.145Z Compiling managed v0.8.0
29122025-05-13T20:52:36.172Z Running `/home/build/.rustup/toolchains/1.86.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=ce633e8a1e748c94 -C extra-filename=-8b1f7a664d8168c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132025-05-13T20:52:36.706Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-c0308f39a22f9bf4/build-script-build`
29142025-05-13T20:52:36.740Z Compiling ecdsa v0.16.9
29152025-05-13T20:52:36.740Z Running `/home/build/.rustup/toolchains/1.86.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=51cde1468edcbdf1 -C extra-filename=-0b73039aa680ab70 --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-59cd39f573908132.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b3ca9dc8640c22ec.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-8eae54a20b46ea06.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f0068d85b2ab1558.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-a042adec6572f408.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162025-05-13T20:52:36.740Z Running `/home/build/.rustup/toolchains/1.86.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=be9ed75b23fbb4f5 -C extra-filename=-f6fdc33726fc3fba --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-7f8514ed35d62a3a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-ef5fc587d8c2f327.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c11d658f1074ec63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
29172025-05-13T20:52:36.740Z Running `/home/build/.rustup/toolchains/1.86.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=191cb054c99c4557 -C extra-filename=-61bf4d7c1261dfa0 --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-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
29182025-05-13T20:52:36.947Z Running `/home/build/.rustup/toolchains/1.86.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=563488774b1743d3 -C extra-filename=-e9c6f9af1ed198ca --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-f9843d87f643e91e.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-b62228e231647547.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192025-05-13T20:52:36.994Z Compiling x509-cert v0.2.5
29202025-05-13T20:52:37.019Z Running `/home/build/.rustup/toolchains/1.86.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=4055da66712223f8 -C extra-filename=-48229c7287083b5a --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-411b812118811da9.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-59cd39f573908132.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-a042adec6572f408.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212025-05-13T20:52:37.044Z Running `/home/build/.rustup/toolchains/1.86.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=2b914c5fecb901f0 -C extra-filename=-61e06cc6c19fb7bb --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-7f8514ed35d62a3a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2b80f643c97b05f7.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-3f01f7839da5bf5c.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
29222025-05-13T20:52:37.150Z Compiling daft-derive v0.1.3
29232025-05-13T20:52:37.175Z Running `/home/build/.rustup/toolchains/1.86.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.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9fc1841a44b29861 -C extra-filename=-f20a3d0b37cf091e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242025-05-13T20:52:37.713Z Compiling fixedbitset v0.4.2
29252025-05-13T20:52:37.738Z Running `/home/build/.rustup/toolchains/1.86.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=f9b461c8bf20c76e -C extra-filename=-5b614b25c2848cba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262025-05-13T20:52:38.113Z Compiling new_debug_unreachable v1.0.6
29272025-05-13T20:52:38.138Z Running `/home/build/.rustup/toolchains/1.86.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=5a51c90b49edb6f6 -C extra-filename=-0e44457c182f0807 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29282025-05-13T20:52:38.239Z Compiling unicode-xid v0.2.6
29292025-05-13T20:52:38.264Z Running `/home/build/.rustup/toolchains/1.86.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=9af2cd1d638fde7f -C extra-filename=-9a19e123728e4c50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29302025-05-13T20:52:38.438Z Compiling precomputed-hash v0.1.1
29312025-05-13T20:52:38.463Z Running `/home/build/.rustup/toolchains/1.86.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=6c3bdf5922cae9db -C extra-filename=-9925f981ebbe07b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322025-05-13T20:52:38.564Z Compiling zstd-safe v7.2.3
29332025-05-13T20:52:38.588Z Running `/home/build/.rustup/toolchains/1.86.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=f603d16a4bf38d09 -C extra-filename=-656d3633c567061d --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-656d3633c567061d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342025-05-13T20:52:38.613Z Compiling daft v0.1.3
29352025-05-13T20:52:38.614Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-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 --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=c90f06d9502301e0 -C extra-filename=-19c534183aef2ead --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-f20a3d0b37cf091e.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-61bf4d7c1261dfa0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29362025-05-13T20:52:38.950Z Compiling string_cache v0.8.9
29372025-05-13T20:52:38.975Z Running `/home/build/.rustup/toolchains/1.86.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=266f6f00781f556a -C extra-filename=-03f720d69f7a63cf --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-0e44457c182f0807.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-113e367aef165863.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-757c80bfc90f886b.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-9925f981ebbe07b1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29382025-05-13T20:52:39.069Z Compiling petgraph v0.6.5
29392025-05-13T20:52:39.093Z Running `/home/build/.rustup/toolchains/1.86.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=101b40e7c264693c -C extra-filename=-6efb0edc26583dea --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-5b614b25c2848cba.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb709642302e3e4b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402025-05-13T20:52:39.360Z Running `/home/build/.rustup/toolchains/1.86.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=b699d3ec8be9788b -C extra-filename=-58ee7cafd1a12e02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -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`
29412025-05-13T20:52:39.526Z Running `/home/build/.rustup/toolchains/1.86.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=dcb071eaa27680be -C extra-filename=-a7d6a0ede62f02f1 --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-ac4a4d293ad3028a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-663aa3ae28b698ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422025-05-13T20:52:40.367Z Compiling rand_core v0.9.2
29432025-05-13T20:52:40.391Z Running `/home/build/.rustup/toolchains/1.86.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=2c7210745ebdb6f4 -C extra-filename=-fe48527217f255c4 --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-fbb481fac23fa7e5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f816b0e99d3db6a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442025-05-13T20:52:40.799Z Compiling ed25519 v2.2.3
29452025-05-13T20:52:40.824Z Running `/home/build/.rustup/toolchains/1.86.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=7361df82af3d8c4a -C extra-filename=-7a441c0105f5192c --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-f6ff94aad6003186.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f0068d85b2ab1558.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462025-05-13T20:52:40.857Z Compiling enum-as-inner v0.6.1
29472025-05-13T20:52:40.881Z Running `/home/build/.rustup/toolchains/1.86.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=21fcdda30f9d650f -C extra-filename=-298892a68e048e3a --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-898e01f7b1a1be18.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29482025-05-13T20:52:41.566Z Compiling cfg_aliases v0.2.1
29492025-05-13T20:52:41.591Z Running `/home/build/.rustup/toolchains/1.86.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=72161e594509bc56 -C extra-filename=-2e8540d4c0995bc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502025-05-13T20:52:41.689Z Compiling nix v0.29.0
29512025-05-13T20:52:41.714Z Running `/home/build/.rustup/toolchains/1.86.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=775fdbd4fe2b5dc8 -C extra-filename=-462ba87da2779878 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-462ba87da2779878 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-2e8540d4c0995bc1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29522025-05-13T20:52:41.843Z Compiling hickory-proto v0.24.4
29532025-05-13T20:52:41.868Z Running `/home/build/.rustup/toolchains/1.86.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="default"' --cfg 'feature="text-parsing"' --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=8503a0c195956700 -C extra-filename=-eaec26d055baa3da --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-d267ed5fcc66eb5b.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-729ac19f9ff8ff78.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-298892a68e048e3a.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-0b96be3d23455056.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-4e0a6846b1d3feb9.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-73c4d314c6c4a836.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-1cf823ba7fddb7b2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542025-05-13T20:52:42.276Z Compiling ed25519-dalek v2.1.1
29552025-05-13T20:52:42.301Z Running `/home/build/.rustup/toolchains/1.86.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=5d2ace7c0f80edd4 -C extra-filename=-2d5b053dfae9e5a2 --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-61e06cc6c19fb7bb.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-7a441c0105f5192c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f0068d85b2ab1558.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562025-05-13T20:52:42.349Z Compiling rand_chacha v0.9.0
29572025-05-13T20:52:42.374Z Running `/home/build/.rustup/toolchains/1.86.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=b1584be6bcf8f8e9 -C extra-filename=-3d3aa3633fd362e4 --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-1116c517fe10b3d5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-fe48527217f255c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582025-05-13T20:52:42.459Z Compiling signal-hook-mio v0.2.4
29592025-05-13T20:52:42.484Z Running `/home/build/.rustup/toolchains/1.86.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=3d02f391f885dd54 -C extra-filename=-6a97a25cd4a6de8b --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-f9843d87f643e91e.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-719a01ce10a8af49.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e9c6f9af1ed198ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29602025-05-13T20:52:42.639Z Compiling bzip2 v0.4.4
29612025-05-13T20:52:42.664Z Running `/home/build/.rustup/toolchains/1.86.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=be4c5e7547ed1233 -C extra-filename=-a5bdfeb29bdff068 --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-18d8f029bffe20f5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib`
29622025-05-13T20:52:42.947Z Compiling heapless v0.7.17
29632025-05-13T20:52:42.972Z Running `/home/build/.rustup/toolchains/1.86.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=4d78d6472dc62877 -C extra-filename=-639e9feb0f072cad --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-639e9feb0f072cad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-068640a63b5341fd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642025-05-13T20:52:42.997Z Compiling zip v2.6.1
29652025-05-13T20:52:42.997Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-2.6.1/src/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,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-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "getrandom", "hmac", "jiff-02", "lzma", "lzma-rs", "nt-time", "pbkdf2", "proc-macro2", "sha1", "time", "unreserved", "xz", "zeroize", "zopfli", "zstd"))' -C metadata=bbc66e82c5e982e8 -C extra-filename=-a3975c706e60d9f1 --out-dir /work/oxidecomputer/omicron/target/debug/build/zip-a3975c706e60d9f1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662025-05-13T20:52:43.022Z Compiling lalrpop-util v0.19.12
29672025-05-13T20:52:43.022Z Running `/home/build/.rustup/toolchains/1.86.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=5f8cec58099d84e5 -C extra-filename=-b894433656de4993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682025-05-13T20:52:43.342Z Compiling simd-adler32 v0.3.7
29692025-05-13T20:52:43.367Z Compiling lockfree-object-pool v0.1.6
29702025-05-13T20:52:43.367Z Running `/home/build/.rustup/toolchains/1.86.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=e30ea65fb2d7f1c3 -C extra-filename=-f6d24a46446ffca9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712025-05-13T20:52:43.367Z Running `/home/build/.rustup/toolchains/1.86.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=3826227b22732319 -C extra-filename=-a7be4d1ffe964e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722025-05-13T20:52:43.429Z Compiling bumpalo v3.16.0
29732025-05-13T20:52:43.454Z Running `/home/build/.rustup/toolchains/1.86.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=9ceb1aefdc0ca207 -C extra-filename=-eaad4ac4becf1093 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742025-05-13T20:52:43.480Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-639e9feb0f072cad/build-script-build`
29752025-05-13T20:52:43.571Z Running `/work/oxidecomputer/omicron/target/debug/build/zip-a3975c706e60d9f1/build-script-build`
29762025-05-13T20:52:43.608Z Compiling zip v0.6.6
29772025-05-13T20:52:43.633Z Running `/home/build/.rustup/toolchains/1.86.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=d78a8054f76dd60d -C extra-filename=-457fb615310852bd --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-2129b7fb5c80af14.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-a5bdfeb29bdff068.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-dc6ff59ed603a867.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib`
29782025-05-13T20:52:43.657Z Compiling rand v0.9.0
29792025-05-13T20:52:43.657Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-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="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=fd3d3a7760c653f0 -C extra-filename=-63d026efbfe4ce75 --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-3d3aa3633fd362e4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-fe48527217f255c4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f816b0e99d3db6a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802025-05-13T20:52:43.822Z Compiling zopfli v0.8.1
29812025-05-13T20:52:43.847Z Running `/home/build/.rustup/toolchains/1.86.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=8d56b6f79064a90f -C extra-filename=-398d2c88b96600c1 --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-eaad4ac4becf1093.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-dc6ff59ed603a867.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-a7be4d1ffe964e14.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-f6d24a46446ffca9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822025-05-13T20:52:43.894Z Compiling crossterm v0.28.1
29832025-05-13T20:52:43.919Z Running `/home/build/.rustup/toolchains/1.86.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=49d636515417a922 -C extra-filename=-53dd3d4a655c462b --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-6a561cfe737ae6c8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-719a01ce10a8af49.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-113e367aef165863.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e9c6f9af1ed198ca.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-6a97a25cd4a6de8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842025-05-13T20:52:43.954Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-462ba87da2779878/build-script-build`
29852025-05-13T20:52:43.979Z Compiling bzip2 v0.5.2
29862025-05-13T20:52:43.979Z Running `/home/build/.rustup/toolchains/1.86.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=b04aff29423fe595 -C extra-filename=-eed580eb0a993879 --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-18d8f029bffe20f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib`
29872025-05-13T20:52:44.338Z Compiling console v0.15.10
29882025-05-13T20:52:44.363Z Running `/home/build/.rustup/toolchains/1.86.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=6fc0810c5c69f7e4 -C extra-filename=-9282f5134aa6ca48 --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-f9843d87f643e91e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8eb4dc81f9420728.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892025-05-13T20:52:44.692Z Compiling hash32 v0.2.1
29902025-05-13T20:52:44.717Z Running `/home/build/.rustup/toolchains/1.86.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=1d316befc7585d35 -C extra-filename=-796d9d60c71d916f --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-2129b7fb5c80af14.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912025-05-13T20:52:45.042Z Compiling winnow v0.6.26
29922025-05-13T20:52:45.067Z Running `/home/build/.rustup/toolchains/1.86.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=1b0fcad8864f48b2 -C extra-filename=-d20bde4596813b12 --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-2f30e680c9e63b82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932025-05-13T20:52:45.096Z Compiling unicode-properties v0.1.3
29942025-05-13T20:52:45.122Z Running `/home/build/.rustup/toolchains/1.86.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=2b541b514158d7eb -C extra-filename=-8da183192ba43493 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29952025-05-13T20:52:45.169Z Compiling smoltcp v0.9.1
29962025-05-13T20:52:45.194Z Running `/home/build/.rustup/toolchains/1.86.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=cf97938cfe513999 -C extra-filename=-6894bed9f1c33baa --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-6894bed9f1c33baa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29972025-05-13T20:52:45.465Z Compiling predicates-core v1.0.8
29982025-05-13T20:52:45.490Z Running `/home/build/.rustup/toolchains/1.86.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=1f7c3ef048c33ae1 -C extra-filename=-842844d0abd222c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992025-05-13T20:52:45.515Z Compiling unicode-bidi v0.3.17
30002025-05-13T20:52:45.515Z Running `/home/build/.rustup/toolchains/1.86.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=88db288b2fb2bd22 -C extra-filename=-b20a8b50d4e0996e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30012025-05-13T20:52:45.785Z Compiling portable-atomic v1.11.0
30022025-05-13T20:52:45.813Z Running `/home/build/.rustup/toolchains/1.86.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=86a4772978c99865 -C extra-filename=-c79beabc1f47aafc --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-c79beabc1f47aafc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032025-05-13T20:52:45.838Z Compiling buf-list v1.0.3
30042025-05-13T20:52:45.838Z Running `/home/build/.rustup/toolchains/1.86.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=a15a97798d7eaf65 -C extra-filename=-b8872591abf8fac3 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-b8872591abf8fac3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052025-05-13T20:52:46.414Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-b8872591abf8fac3/build-script-build`
30062025-05-13T20:52:46.493Z Compiling stringprep v0.1.5
30072025-05-13T20:52:46.517Z Running `/home/build/.rustup/toolchains/1.86.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=480e4385171d51ec -C extra-filename=-6a04a278f84554a3 --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-b20a8b50d4e0996e.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-f7df39549d51b09e.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-8da183192ba43493.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082025-05-13T20:52:46.567Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-6894bed9f1c33baa/build-script-build`
30092025-05-13T20:52:46.614Z Running `/home/build/.rustup/toolchains/1.86.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=930d39b29d72db8f -C extra-filename=-309663ec3474bf65 --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-796d9d60c71d916f.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-716a882fa60f0ce7.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9da8fed20756ad24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
30102025-05-13T20:52:46.639Z Running `/home/build/.rustup/toolchains/1.86.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=85ebe1cc6b13f361 -C extra-filename=-cded52ba09e17906 --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-6a561cfe737ae6c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-58ee7cafd1a12e02.rmeta --cap-lints allow -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)'`
30112025-05-13T20:52:46.680Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-c79beabc1f47aafc/build-script-build`
30122025-05-13T20:52:46.706Z Running `/home/build/.rustup/toolchains/1.86.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=0ec5d2c150bff6a2 -C extra-filename=-f96bcd86150ffd1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -l static=zstd`
30132025-05-13T20:52:46.771Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-656d3633c567061d/build-script-build`
30142025-05-13T20:52:46.811Z Compiling rayon v1.10.0
30152025-05-13T20:52:46.836Z Running `/home/build/.rustup/toolchains/1.86.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=2256187d22c42776 -C extra-filename=-eb7ccd3b497b41c6 --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-03f8d194805f45a1.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-a7d6a0ede62f02f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162025-05-13T20:52:46.941Z Running `/home/build/.rustup/toolchains/1.86.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=f26b1d29bc8f2f33 -C extra-filename=-2f8c403c33512ae3 --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-f96bcd86150ffd1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
30172025-05-13T20:52:47.359Z Compiling zstd v0.13.3
30182025-05-13T20:52:47.384Z Running `/home/build/.rustup/toolchains/1.86.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=490140377e51e0fe -C extra-filename=-bfa1ec46823dca44 --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-2f8c403c33512ae3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
30192025-05-13T20:52:47.410Z Compiling tokio-stream v0.1.17
30202025-05-13T20:52:47.410Z Running `/home/build/.rustup/toolchains/1.86.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=f06b94e56f60644c -C extra-filename=-3c97eb8460ebc821 --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-20cc0d919cf526a3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212025-05-13T20:52:47.545Z Compiling md-5 v0.10.6
30222025-05-13T20:52:47.569Z Running `/home/build/.rustup/toolchains/1.86.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=a66ab5b8fe0ae05e -C extra-filename=-e4ee53d7c7dcf7f2 --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-7f8514ed35d62a3a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232025-05-13T20:52:47.853Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-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="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "getrandom", "hmac", "jiff-02", "lzma", "lzma-rs", "nt-time", "pbkdf2", "proc-macro2", "sha1", "time", "unreserved", "xz", "zeroize", "zopfli", "zstd"))' -C metadata=75783722d13d2203 -C extra-filename=-c1ce910a395bc192 --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-eed580eb0a993879.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-dc6ff59ed603a867.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-398d2c88b96600c1.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-bfa1ec46823dca44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
30242025-05-13T20:52:47.879Z Compiling float-cmp v0.10.0
30252025-05-13T20:52:47.904Z Running `/home/build/.rustup/toolchains/1.86.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=91605defadf16bc1 -C extra-filename=-a098f983a7d11e50 --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-b016ab649b5092da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262025-05-13T20:52:47.932Z Compiling fs-err v3.1.0
30272025-05-13T20:52:47.957Z Running `/home/build/.rustup/toolchains/1.86.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.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="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=36e3bd7c23113d6a -C extra-filename=-1cd29830b4159095 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-1cd29830b4159095 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-ae2c6342de22e17c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30282025-05-13T20:52:48.125Z Compiling difflib v0.4.0
30292025-05-13T20:52:48.150Z Running `/home/build/.rustup/toolchains/1.86.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=3a2444af0acc8192 -C extra-filename=-8c3fe8c61bade2a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302025-05-13T20:52:48.223Z Compiling fallible-iterator v0.2.0
30312025-05-13T20:52:48.248Z Running `/home/build/.rustup/toolchains/1.86.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=d300663e8e985dd4 -C extra-filename=-0262c5f33c66a6f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322025-05-13T20:52:48.286Z Compiling normalize-line-endings v0.3.0
30332025-05-13T20:52:48.311Z Running `/home/build/.rustup/toolchains/1.86.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=423c1b0d5ee21884 -C extra-filename=-55323143947b20c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30342025-05-13T20:52:48.344Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-1cd29830b4159095/build-script-build`
30352025-05-13T20:52:48.459Z Running `/home/build/.rustup/toolchains/1.86.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=aede49ab6cce18b9 -C extra-filename=-eec1ed20bb6b5196 --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-583cffbe97cd9a36.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-309663ec3474bf65.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b1f7a664d8168c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30362025-05-13T20:52:48.492Z Running `/home/build/.rustup/toolchains/1.86.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=1dee236d7fde376a -C extra-filename=-fc6ccd30e0849981 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg portable_atomic_pre_llvm_20 --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"))'`
30372025-05-13T20:52:48.804Z Compiling postgres-protocol v0.6.8
30382025-05-13T20:52:48.829Z Running `/home/build/.rustup/toolchains/1.86.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=c5c640947ce3a5e9 -C extra-filename=-dc7e29ef0f8def48 --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-388427588bad31ec.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-0262c5f33c66a6f2.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-e4ee53d7c7dcf7f2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-63d026efbfe4ce75.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-6a04a278f84554a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392025-05-13T20:52:49.224Z Compiling predicates v3.1.3
30402025-05-13T20:52:49.249Z Running `/home/build/.rustup/toolchains/1.86.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=08f73f90d9d397ea -C extra-filename=-07622d186ea4f506 --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-1e83090b88d7e230.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-8c3fe8c61bade2a0.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-a098f983a7d11e50.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-55323143947b20c7.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-842844d0abd222c5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412025-05-13T20:52:49.274Z Running `/home/build/.rustup/toolchains/1.86.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=5beda511e965be32 -C extra-filename=-fb134b9a161e070a --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-9f8e64fcba1e5df2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
30422025-05-13T20:52:49.537Z Compiling similar v2.7.0
30432025-05-13T20:52:49.562Z Running `/home/build/.rustup/toolchains/1.86.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=6c008c350b6a1257 -C extra-filename=-1bdfaaaf17e732f2 --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-b851a1035fc9bb65.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-ad84214d9a4bf3fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442025-05-13T20:52:49.686Z Compiling strum_macros v0.25.3
30452025-05-13T20:52:49.711Z Running `/home/build/.rustup/toolchains/1.86.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.25.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=4d1802a8afb8c627 -C extra-filename=-47d0231e6d283c22 --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-317511b4e6521cea.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-3fc5ea9e75a3a53d.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462025-05-13T20:52:49.738Z Compiling phf v0.11.2
30472025-05-13T20:52:49.738Z Running `/home/build/.rustup/toolchains/1.86.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=7252d91875073a9b -C extra-filename=-ba75054ed4b09b87 --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-757c80bfc90f886b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30482025-05-13T20:52:49.852Z Compiling serde-big-array v0.5.1
30492025-05-13T20:52:49.876Z Running `/home/build/.rustup/toolchains/1.86.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=22ce4cd86864447e -C extra-filename=-7f20eaa552f350a0 --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502025-05-13T20:52:49.998Z Compiling serde_repr v0.1.19
30512025-05-13T20:52:50.023Z Running `/home/build/.rustup/toolchains/1.86.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=a072a044073e03cf -C extra-filename=-02a576b3167c453f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30522025-05-13T20:52:50.111Z Compiling peg-runtime v0.8.5
30532025-05-13T20:52:50.136Z Running `/home/build/.rustup/toolchains/1.86.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=5028eb293ccda2a6 -C extra-filename=-cf718d047ff93beb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542025-05-13T20:52:50.170Z Compiling number_prefix v0.4.0
30552025-05-13T20:52:50.195Z Running `/home/build/.rustup/toolchains/1.86.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=3622abbe73d3e56f -C extra-filename=-7c2916387cd2297b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30562025-05-13T20:52:50.406Z Compiling indicatif v0.17.11
30572025-05-13T20:52:50.433Z Running `/home/build/.rustup/toolchains/1.86.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=d13b8010ad47b762 -C extra-filename=-b43e0ba878170f0a --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-9282f5134aa6ca48.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-7c2916387cd2297b.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-fc6ccd30e0849981.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-eb7ccd3b497b41c6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8eb4dc81f9420728.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582025-05-13T20:52:50.507Z Compiling postgres-types v0.2.9
30592025-05-13T20:52:50.532Z Running `/home/build/.rustup/toolchains/1.86.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=c7d70271e2cf6e4c -C extra-filename=-18c15c4021a708ae --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-9f8e64fcba1e5df2.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-0262c5f33c66a6f2.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-dc7e29ef0f8def48.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602025-05-13T20:52:50.556Z Running `/home/build/.rustup/toolchains/1.86.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.0/src/lib.rs --error-format=json --json=diagnostic-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=dd6d0de91e3b3d16 -C extra-filename=-26a5b83d8c8fb370 --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-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
30612025-05-13T20:52:50.627Z Compiling whoami v1.5.2
30622025-05-13T20:52:50.652Z Running `/home/build/.rustup/toolchains/1.86.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=4d88e7bf2e652812 -C extra-filename=-cf922a9abcda0b48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632025-05-13T20:52:51.124Z Compiling thiserror v2.0.12
30642025-05-13T20:52:51.169Z Running `/home/build/.rustup/toolchains/1.86.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=95a04e51fc0038cb -C extra-filename=-f8f63da8b6953769 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-f8f63da8b6953769 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652025-05-13T20:52:51.195Z Compiling thiserror-impl v2.0.12
30662025-05-13T20:52:51.195Z Running `/home/build/.rustup/toolchains/1.86.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=7dac6614a5204def -C extra-filename=-be00ce9809dd0eaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672025-05-13T20:52:51.317Z Compiling tokio-postgres v0.7.13
30682025-05-13T20:52:51.342Z Running `/home/build/.rustup/toolchains/1.86.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=1e2497057559944b -C extra-filename=-102d94f7f5bbe2d2 --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-d267ed5fcc66eb5b.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-0262c5f33c66a6f2.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-0b96be3d23455056.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-113e367aef165863.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ba75054ed4b09b87.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-dc7e29ef0f8def48.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-18c15c4021a708ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-63d026efbfe4ce75.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a136de79fe574e0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-cf922a9abcda0b48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692025-05-13T20:52:51.367Z Compiling camino v1.1.9
30702025-05-13T20:52:51.392Z Running `/home/build/.rustup/toolchains/1.86.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.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=71b0f8af10dfa02d -C extra-filename=-cff02f2b138c5882 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-cff02f2b138c5882 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30712025-05-13T20:52:51.639Z Compiling fastrand v2.1.1
30722025-05-13T20:52:51.667Z Running `/home/build/.rustup/toolchains/1.86.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=be3d863baba08cc6 -C extra-filename=-c648c227574ade4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732025-05-13T20:52:51.741Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-f8f63da8b6953769/build-script-build`
30742025-05-13T20:52:51.971Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-cff02f2b138c5882/build-script-build`
30752025-05-13T20:52:52.032Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=86e5634698c2f328 -C extra-filename=-ffcf51777a761bbd --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-fcfda3857d1092f5.rmeta --cap-lints allow -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)'`
30762025-05-13T20:52:52.132Z Compiling is-terminal v0.4.13
30772025-05-13T20:52:52.157Z Running `/home/build/.rustup/toolchains/1.86.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=6916968cde30e312 -C extra-filename=-9716797e058e3331 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30782025-05-13T20:52:52.196Z Compiling dirs-sys-next v0.1.2
30792025-05-13T20:52:52.221Z Running `/home/build/.rustup/toolchains/1.86.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=469f4b545fd38e56 -C extra-filename=-1069c0a30c1361fa --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30802025-05-13T20:52:52.246Z Compiling ident_case v1.0.1
30812025-05-13T20:52:52.246Z Running `/home/build/.rustup/toolchains/1.86.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=4f182f41f5948eca -C extra-filename=-80994ca8c2b6de7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822025-05-13T20:52:52.300Z Compiling regress v0.10.3
30832025-05-13T20:52:52.325Z Running `/home/build/.rustup/toolchains/1.86.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=34839eb2f178eb2a -C extra-filename=-16a114607d9449df --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-8b275c11e2bd0883.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842025-05-13T20:52:52.424Z Compiling darling_core v0.20.10
30852025-05-13T20:52:52.449Z Running `/home/build/.rustup/toolchains/1.86.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=ab2cd0f650f5e317 -C extra-filename=-0d3cd553cc76e6fa --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-3d57464229351c79.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-80994ca8c2b6de7c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-3ce62d4660f4918b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862025-05-13T20:52:52.677Z Compiling dirs-next v2.0.0
30872025-05-13T20:52:52.702Z Running `/home/build/.rustup/toolchains/1.86.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=a9c232bd08d97b7e -C extra-filename=-4c538cfa3534fd46 --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-7f8514ed35d62a3a.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-1069c0a30c1361fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882025-05-13T20:52:52.745Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=57536869418e08667824c9a1b2cf115ed91b713f#57536869)
30892025-05-13T20:52:52.770Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/5753686/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=e181a218aa1c7fdb -C extra-filename=-7029bc15e960e08b --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-6a561cfe737ae6c8.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c47270a6e06ecf5b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-7f20eaa552f350a0.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-02a576b3167c453f.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-eec1ed20bb6b5196.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-47d0231e6d283c22.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f816b0e99d3db6a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902025-05-13T20:52:52.796Z Compiling tempfile v3.13.0
30912025-05-13T20:52:52.821Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=53511135eeace9de -C extra-filename=-6eedb4ebd19824ae --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-7f8514ed35d62a3a.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-c648c227574ade4c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30922025-05-13T20:52:52.892Z Compiling term v0.7.0
30932025-05-13T20:52:52.917Z Running `/home/build/.rustup/toolchains/1.86.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=2876bf8abc909c42 -C extra-filename=-349d83d8ef81886c --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-4c538cfa3534fd46.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30942025-05-13T20:52:53.465Z Compiling crossbeam-channel v0.5.15
30952025-05-13T20:52:53.490Z Running `/home/build/.rustup/toolchains/1.86.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=87220739eb89b82c -C extra-filename=-488018d63261b619 --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-663aa3ae28b698ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962025-05-13T20:52:53.936Z Running `/home/build/.rustup/toolchains/1.86.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=3c99754b6c4c3fd8 -C extra-filename=-93eb5cd5abd861a2 --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-be00ce9809dd0eaa.so --cap-lints allow -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)'`
30972025-05-13T20:52:53.962Z Compiling thread_local v1.1.8
30982025-05-13T20:52:53.988Z Running `/home/build/.rustup/toolchains/1.86.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=688a7149d248a60e -C extra-filename=-776c066af75ff75d --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-7f8514ed35d62a3a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992025-05-13T20:52:54.120Z Compiling slog-async v2.8.0
31002025-05-13T20:52:54.144Z Running `/home/build/.rustup/toolchains/1.86.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=c4330747a5ebe53b -C extra-filename=-5189862f2b4c5b77 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-5189862f2b4c5b77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012025-05-13T20:52:54.325Z Compiling take_mut v0.2.2
31022025-05-13T20:52:54.350Z Running `/home/build/.rustup/toolchains/1.86.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=feef0db45a9a4b97 -C extra-filename=-655d05555a04d5ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032025-05-13T20:52:54.432Z Compiling unsafe-libyaml v0.2.11
31042025-05-13T20:52:54.456Z Running `/home/build/.rustup/toolchains/1.86.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=0a20bb8b6c08578b -C extra-filename=-9dacd3706108b5cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052025-05-13T20:52:54.509Z Compiling slog-term v2.9.1
31062025-05-13T20:52:54.534Z Running `/home/build/.rustup/toolchains/1.86.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=c9c2fb33d5f7bc6a -C extra-filename=-8295d09610cc0b07 --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-9716797e058e3331.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-349d83d8ef81886c.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-776c066af75ff75d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072025-05-13T20:52:54.641Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-5189862f2b4c5b77/build-script-build`
31082025-05-13T20:52:54.700Z Running `/home/build/.rustup/toolchains/1.86.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=24062f3843942672 -C extra-filename=-3e92a75f30d99829 --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-488018d63261b619.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-655d05555a04d5ba.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-776c066af75ff75d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
31092025-05-13T20:52:55.418Z Compiling serde_yaml v0.9.34+deprecated
31102025-05-13T20:52:55.450Z Running `/home/build/.rustup/toolchains/1.86.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=d44cebe7ad8f7eb6 -C extra-filename=-92b1a0b7ba772616 --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-5e926098b3a51db9.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4e19af958952b731.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ab6482233eaa368.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-9dacd3706108b5cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112025-05-13T20:52:55.557Z Compiling typify-impl v0.3.0
31122025-05-13T20:52:55.582Z Running `/home/build/.rustup/toolchains/1.86.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=f36e2ec63b163077 -C extra-filename=-b43e218ba18256ce --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-898e01f7b1a1be18.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f461bc097557e2b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132025-05-13T20:52:55.684Z Compiling toml v0.8.20
31142025-05-13T20:52:55.722Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.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=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="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=2a8788afca356092 -C extra-filename=-3c02d8ed9f0cab85 --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-fcfda3857d1092f5.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-1585bf0c51f03b73.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a64e61c547a376af.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6ff817e93dc41a3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152025-05-13T20:52:55.873Z Compiling quick-error v1.2.3
31162025-05-13T20:52:55.898Z Running `/home/build/.rustup/toolchains/1.86.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=d3335ae3128c30e5 -C extra-filename=-1117ffb342c3b6bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172025-05-13T20:52:55.930Z Compiling match_cfg v0.1.0
31182025-05-13T20:52:55.965Z Running `/home/build/.rustup/toolchains/1.86.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=8d3f5967ac8dcfe8 -C extra-filename=-7bbfca4fb51c1a8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192025-05-13T20:52:56.050Z Compiling hostname v0.3.1
31202025-05-13T20:52:56.075Z Running `/home/build/.rustup/toolchains/1.86.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=eba37a9e53abb43d -C extra-filename=-5b9a84fbe043126e --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-f9843d87f643e91e.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-7bbfca4fb51c1a8a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212025-05-13T20:52:56.100Z Compiling hex v0.4.3
31222025-05-13T20:52:56.125Z Running `/home/build/.rustup/toolchains/1.86.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=f115d5013a4b2a58 -C extra-filename=-4d82673e0dd53b56 --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232025-05-13T20:52:56.270Z Compiling structmeta-derive v0.3.0
31242025-05-13T20:52:56.295Z Running `/home/build/.rustup/toolchains/1.86.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=970152493db380e6 -C extra-filename=-5617dc5a297247f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252025-05-13T20:52:56.591Z Compiling bit-vec v0.8.0
31262025-05-13T20:52:56.617Z Running `/home/build/.rustup/toolchains/1.86.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=3432ad43d7be8d8a -C extra-filename=-1d619d1cd1627f2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31272025-05-13T20:52:56.968Z Compiling debug-ignore v1.0.5
31282025-05-13T20:52:56.995Z Running `/home/build/.rustup/toolchains/1.86.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=e3ae5c7686a3517f -C extra-filename=-d1c719480ca2d263 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292025-05-13T20:52:56.995Z Compiling bit-set v0.8.0
31302025-05-13T20:52:56.995Z Running `/home/build/.rustup/toolchains/1.86.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=4ab5f689aa9e31d4 -C extra-filename=-bd1ace8b23a2cf62 --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-1d619d1cd1627f2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312025-05-13T20:52:57.154Z Compiling wait-timeout v0.2.0
31322025-05-13T20:52:57.179Z Running `/home/build/.rustup/toolchains/1.86.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=b98c48d24ce6772a -C extra-filename=-29452a6293c44bc1 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332025-05-13T20:52:57.279Z Compiling rustls v0.22.4
31342025-05-13T20:52:57.304Z Running `/home/build/.rustup/toolchains/1.86.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=b67b7a9dcd9bdfba -C extra-filename=-6032a0856fc95292 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-6032a0856fc95292 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352025-05-13T20:52:57.329Z Compiling darling_macro v0.20.10
31362025-05-13T20:52:57.329Z Running `/home/build/.rustup/toolchains/1.86.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=b41d9f7033a3627d -C extra-filename=-2818fd210465e7fb --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-0d3cd553cc76e6fa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372025-05-13T20:52:57.642Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-6032a0856fc95292/build-script-build`
31382025-05-13T20:52:57.667Z Compiling rusty-fork v0.3.0
31392025-05-13T20:52:57.668Z Running `/home/build/.rustup/toolchains/1.86.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=e5e3ebd1134775b8 -C extra-filename=-cd6384c95fcdb66f --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-3d57464229351c79.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-1117ffb342c3b6bf.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-29452a6293c44bc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402025-05-13T20:52:57.696Z Compiling serde_path_to_error v0.1.16
31412025-05-13T20:52:57.731Z Running `/home/build/.rustup/toolchains/1.86.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.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a51bdb0ce42099d2 -C extra-filename=-8064d750b6af2dee --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-4e19af958952b731.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422025-05-13T20:52:58.018Z Compiling rand_xorshift v0.3.0
31432025-05-13T20:52:58.043Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_xorshift-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 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", "serde1"))' -C metadata=b8073082fe6a44d4 -C extra-filename=-21e151743faf0261 --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-e46a24b1c936db89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31442025-05-13T20:52:58.247Z Compiling darling v0.20.10
31452025-05-13T20:52:58.271Z Compiling unarray v0.1.4
31462025-05-13T20:52:58.272Z Running `/home/build/.rustup/toolchains/1.86.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=983fcf756ecd03bb -C extra-filename=-cb1763339f5b26b8 --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-0d3cd553cc76e6fa.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-2818fd210465e7fb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472025-05-13T20:52:58.272Z Running `/home/build/.rustup/toolchains/1.86.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=bd2a04b31f68d8c9 -C extra-filename=-16d170f5dadcbbfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482025-05-13T20:52:58.362Z Compiling multer v3.1.0
31492025-05-13T20:52:58.388Z Running `/home/build/.rustup/toolchains/1.86.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=ae8e2e6b3864340c -C extra-filename=-e6dde64b670beacd --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-e6dde64b670beacd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502025-05-13T20:52:58.412Z Compiling slog-json v2.6.1
31512025-05-13T20:52:58.439Z Running `/home/build/.rustup/toolchains/1.86.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=a645f05027f67477 -C extra-filename=-72c2daeab0f9ec10 --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-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522025-05-13T20:52:58.439Z Compiling proptest v1.6.0
31532025-05-13T20:52:58.464Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-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 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=e40ee6a7b548d178 -C extra-filename=-7844eca5a3ba742a --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-bd1ace8b23a2cf62.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-1d619d1cd1627f2a.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6a561cfe737ae6c8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-02bea97130a9046e.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-21e151743faf0261.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a8dec66ede6e4f5e.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-cd6384c95fcdb66f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-16d170f5dadcbbfe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542025-05-13T20:52:58.489Z Compiling async-stream-impl v0.3.6
31552025-05-13T20:52:58.489Z Compiling dropshot v0.16.0
31562025-05-13T20:52:58.489Z Running `/home/build/.rustup/toolchains/1.86.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=53afc037efccc001 -C extra-filename=-5ad6f7d93ee0e124 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572025-05-13T20:52:58.489Z Running `/home/build/.rustup/toolchains/1.86.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.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 '--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=220a8588d0564b21 -C extra-filename=-e260b270c1cbd280 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-e260b270c1cbd280 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582025-05-13T20:52:58.534Z Compiling structmeta v0.3.0
31592025-05-13T20:52:58.561Z Running `/home/build/.rustup/toolchains/1.86.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=2842fd75540351f6 -C extra-filename=-9dcb24f6d3bc1efc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-5617dc5a297247f2.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602025-05-13T20:52:58.724Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-e6dde64b670beacd/build-script-build`
31612025-05-13T20:52:58.777Z Compiling slog-bunyan v2.5.0
31622025-05-13T20:52:58.803Z Running `/home/build/.rustup/toolchains/1.86.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=d65a629b51c5c59c -C extra-filename=-9bda7a5a9cc529a2 --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-5b9a84fbe043126e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-72c2daeab0f9ec10.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632025-05-13T20:52:58.846Z Running `/home/build/.rustup/toolchains/1.86.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=aa1a98543473714f -C extra-filename=-1400ed68023ccfb1 --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-9f8e64fcba1e5df2.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-70d9e28b912dffa4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-31d17b43dfb8e636.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-80e1054dc5264632.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-716a882fa60f0ce7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642025-05-13T20:52:58.881Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-e260b270c1cbd280/build-script-build`
31652025-05-13T20:52:58.919Z Compiling test-strategy v0.4.0
31662025-05-13T20:52:58.948Z Running `/home/build/.rustup/toolchains/1.86.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.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=594d14e405852e7b -C extra-filename=-f02111054139a755 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-9dcb24f6d3bc1efc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672025-05-13T20:52:58.973Z Compiling dropshot_endpoint v0.16.0
31682025-05-13T20:52:58.973Z Running `/home/build/.rustup/toolchains/1.86.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.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 '--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=23a039ccb7c20b59 -C extra-filename=-42b04f44728935ae --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-898e01f7b1a1be18.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692025-05-13T20:52:59.005Z Compiling waitgroup v0.1.2
31702025-05-13T20:52:59.029Z Running `/home/build/.rustup/toolchains/1.86.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=9c0c870d5245102e -C extra-filename=-c7ecda6e3775e29b --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-01f90c7a2d94184a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712025-05-13T20:52:59.220Z Compiling hostname v0.4.0
31722025-05-13T20:52:59.245Z Running `/home/build/.rustup/toolchains/1.86.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=9b3faf9f2c04e82c -C extra-filename=-7b5ec3d7176288cb --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-7f8514ed35d62a3a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732025-05-13T20:52:59.430Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
31742025-05-13T20:52:59.454Z Running `/home/build/.rustup/toolchains/1.86.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=daf1ed09043e0c10 -C extra-filename=-eadbfe78d5e606bb --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-4d82673e0dd53b56.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752025-05-13T20:52:59.601Z Compiling serde_with_macros v3.12.0
31762025-05-13T20:52:59.626Z Running `/home/build/.rustup/toolchains/1.86.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.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 --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"))' -C metadata=5a3f4e60e4873ae2 -C extra-filename=-06f22d71dfab6e07 --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-cb1763339f5b26b8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772025-05-13T20:52:59.651Z Compiling async-stream v0.3.6
31782025-05-13T20:52:59.651Z Running `/home/build/.rustup/toolchains/1.86.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=dd0902fe58acb3a6 -C extra-filename=-15955e0aed6929da --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-5ad6f7d93ee0e124.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792025-05-13T20:52:59.678Z Compiling macaddr v1.0.1
31802025-05-13T20:52:59.678Z Running `/home/build/.rustup/toolchains/1.86.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=c346ba86bf4ccdb1 -C extra-filename=-c699b9f0930d77d1 --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812025-05-13T20:52:59.939Z Compiling instant v0.1.13
31822025-05-13T20:52:59.964Z Running `/home/build/.rustup/toolchains/1.86.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=4d30a4b85fb826c7 -C extra-filename=-8eeda69d2eb506c8 --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-7f8514ed35d62a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31832025-05-13T20:53:00.068Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31842025-05-13T20:53:00.093Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=c03686878e1675f7 -C extra-filename=-a583c022ba2aa4b3 --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-19c534183aef2ead.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-61bf4d7c1261dfa0.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852025-05-13T20:53:00.118Z Compiling derive-where v1.2.7
31862025-05-13T20:53:00.118Z Running `/home/build/.rustup/toolchains/1.86.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.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("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=a0d8a8031c077844 -C extra-filename=-1a5ded7ae43bab4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872025-05-13T20:53:00.610Z Compiling parse-display-derive v0.10.0
31882025-05-13T20:53:00.636Z Running `/home/build/.rustup/toolchains/1.86.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=90c84c3214b5db98 -C extra-filename=-40afe75c4015beb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a8dec66ede6e4f5e.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-9dcb24f6d3bc1efc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31892025-05-13T20:53:01.875Z Compiling serde_with v3.12.0
31902025-05-13T20:53:01.902Z Running `/home/build/.rustup/toolchains/1.86.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.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 --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=ed835e88e54106e7 -C extra-filename=-d8081dc5d9257db8 --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-fcfda3857d1092f5.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb709642302e3e4b.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-06f22d71dfab6e07.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31912025-05-13T20:53:02.057Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31922025-05-13T20:53:02.082Z Running `/home/build/.rustup/toolchains/1.86.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=16ebd5193dd5901c -C extra-filename=-9358926baefe76eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932025-05-13T20:53:02.701Z Compiling backoff v0.4.0
31942025-05-13T20:53:02.729Z Running `/home/build/.rustup/toolchains/1.86.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=4f9f7605751cc45c -C extra-filename=-6d487ea5efdc2301 --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-20cc0d919cf526a3.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-ef5fc587d8c2f327.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-8eeda69d2eb506c8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952025-05-13T20:53:02.903Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
31962025-05-13T20:53:02.930Z Running `/home/build/.rustup/toolchains/1.86.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=ad54e9f816ef7f5d -C extra-filename=-3656e2b5c69e0fef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972025-05-13T20:53:02.955Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31982025-05-13T20:53:02.955Z Running `/home/build/.rustup/toolchains/1.86.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=5801a77276dc4cfb -C extra-filename=-899456fe15361c9d --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-f0f67145d01a5533.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-9358926baefe76eb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992025-05-13T20:53:03.061Z Compiling camino-tempfile v1.3.0
32002025-05-13T20:53:03.085Z Running `/home/build/.rustup/toolchains/1.86.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.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("nightly"))' -C metadata=a6c691c7fae07906 -C extra-filename=-df67710f5400e3f1 --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-ffcf51777a761bbd.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32012025-05-13T20:53:03.174Z Compiling unicode-width v0.1.14
32022025-05-13T20:53:03.199Z Running `/home/build/.rustup/toolchains/1.86.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=385f3954a4da590f -C extra-filename=-4e04c3ed07af6e7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32032025-05-13T20:53:03.509Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
32042025-05-13T20:53:03.534Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/04681f2/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=3ecb20cf550f47e1 -C extra-filename=-a6cefe44b9a7432d --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-19c534183aef2ead.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052025-05-13T20:53:03.702Z Compiling proc-macro-error-attr v1.0.4
32062025-05-13T20:53:03.727Z Running `/home/build/.rustup/toolchains/1.86.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=e8bb1d9c64e3e80d -C extra-filename=-a7897a2a793f2e86 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a7897a2a793f2e86 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072025-05-13T20:53:04.072Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a7897a2a793f2e86/build-script-build`
32082025-05-13T20:53:04.153Z Compiling proc-macro-error v1.0.4
32092025-05-13T20:53:04.184Z Running `/home/build/.rustup/toolchains/1.86.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=e7d7a8cae8fdd32a -C extra-filename=-d19fd893b9f61fe9 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-d19fd893b9f61fe9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102025-05-13T20:53:04.311Z Compiling parse-display v0.10.0
32112025-05-13T20:53:04.311Z Running `/home/build/.rustup/toolchains/1.86.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=6e6e9b3c6ae37031 -C extra-filename=-824658d841740fd9 --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-40afe75c4015beb5.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a8dec66ede6e4f5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122025-05-13T20:53:04.460Z Running `/home/build/.rustup/toolchains/1.86.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=16c3a05ce0f9f3a5 -C extra-filename=-06b99a22c3cd4621 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32132025-05-13T20:53:04.515Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-d19fd893b9f61fe9/build-script-build`
32142025-05-13T20:53:04.684Z Compiling proc-macro-crate v1.3.1
32152025-05-13T20:53:04.709Z Running `/home/build/.rustup/toolchains/1.86.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=3250fa845a49f043 -C extra-filename=-1a91f72ca81e3f05 --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-be01080c9c55c2cd.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5dc45df5e01effb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162025-05-13T20:53:04.751Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32172025-05-13T20:53:04.776Z Running `/home/build/.rustup/toolchains/1.86.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=7dacdefa4e299bf8 -C extra-filename=-07af6b96d198a645 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-07af6b96d198a645 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182025-05-13T20:53:04.835Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
32192025-05-13T20:53:04.836Z Running `/home/build/.rustup/toolchains/1.86.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=fe2e484e1e12b7d5 -C extra-filename=-90c82df09d96a593 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-90c82df09d96a593 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202025-05-13T20:53:04.929Z Compiling tabwriter v1.4.0
32212025-05-13T20:53:04.954Z Running `/home/build/.rustup/toolchains/1.86.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=c7b676ef95c4f1cc -C extra-filename=-7049edb7c9a9636d --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-4e04c3ed07af6e7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222025-05-13T20:53:05.125Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-07af6b96d198a645/build-script-build`
32232025-05-13T20:53:05.160Z Compiling foreign-types-macros v0.2.3
32242025-05-13T20:53:05.185Z Running `/home/build/.rustup/toolchains/1.86.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=bd1ccfa05beba715 -C extra-filename=-8163cee18f979e54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252025-05-13T20:53:05.210Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-90c82df09d96a593/build-script-build`
32262025-05-13T20:53:05.253Z Running `/home/build/.rustup/toolchains/1.86.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=e49130f5e51542f5 -C extra-filename=-18923da8a157ebf2 --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-06b99a22c3cd4621.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
32272025-05-13T20:53:05.277Z Compiling foreign-types-shared v0.3.1
32282025-05-13T20:53:05.277Z Running `/home/build/.rustup/toolchains/1.86.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=03af9cdebbb8e0f4 -C extra-filename=-a991758c6777ade5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32292025-05-13T20:53:05.351Z Running `/home/build/.rustup/toolchains/1.86.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=724691892a0180d4 -C extra-filename=-d2dd1f3c6c3f4b73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
32302025-05-13T20:53:05.422Z Running `/home/build/.rustup/toolchains/1.86.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=2d57aa24a84a0c0e -C extra-filename=-b05cd1898315e3b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs`
32312025-05-13T20:53:05.511Z Compiling num_enum_derive v0.5.11
32322025-05-13T20:53:05.511Z Running `/home/build/.rustup/toolchains/1.86.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=206472a81b81c80e -C extra-filename=-5caf923b90f87556 --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-1a91f72ca81e3f05.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32332025-05-13T20:53:05.546Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32342025-05-13T20:53:05.571Z Running `/home/build/.rustup/toolchains/1.86.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=e1fd22a86e3b8667 -C extra-filename=-d781ffd3b0df0efd --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-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32352025-05-13T20:53:05.619Z Compiling cstr-argument v0.1.2
32362025-05-13T20:53:05.644Z Running `/home/build/.rustup/toolchains/1.86.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=8f9b1c72a8cc5311 -C extra-filename=-71ead9bc1b776406 --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-7f8514ed35d62a3a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32372025-05-13T20:53:05.844Z Compiling pretty-hex v0.2.1
32382025-05-13T20:53:05.869Z Running `/home/build/.rustup/toolchains/1.86.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=41e7c6ea4f29a971 -C extra-filename=-932332f96321a345 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32392025-05-13T20:53:05.939Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
32402025-05-13T20:53:05.964Z Running `/home/build/.rustup/toolchains/1.86.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=116d249089526f46 -C extra-filename=-a3a7e191b8e1d2d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-a3a7e191b8e1d2d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412025-05-13T20:53:06.063Z Compiling colored v2.2.0
32422025-05-13T20:53:06.088Z Running `/home/build/.rustup/toolchains/1.86.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=68e1b850a5092194 -C extra-filename=-7cc30d5d3f2d7f93 --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-2d6fd9042787b01e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432025-05-13T20:53:06.290Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-a3a7e191b8e1d2d9/build-script-build`
32442025-05-13T20:53:06.333Z Compiling smf v0.2.3
32452025-05-13T20:53:06.358Z Running `/home/build/.rustup/toolchains/1.86.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=d6fa765c3994c0aa -C extra-filename=-0d81d64766197bdd --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-72a68047d0a50401.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462025-05-13T20:53:06.383Z Compiling foreign-types v0.5.0
32472025-05-13T20:53:06.383Z Running `/home/build/.rustup/toolchains/1.86.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=adc4b3306fbb687f -C extra-filename=-992f3b56b36b0fb8 --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-8163cee18f979e54.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-a991758c6777ade5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482025-05-13T20:53:06.483Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32492025-05-13T20:53:06.510Z Running `/home/build/.rustup/toolchains/1.86.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=c94ee3591409a423 -C extra-filename=-f7f9ef72ed006885 --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-f9843d87f643e91e.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-d781ffd3b0df0efd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32502025-05-13T20:53:06.510Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32512025-05-13T20:53:06.510Z Running `/home/build/.rustup/toolchains/1.86.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=789f0921653417c5 -C extra-filename=-25fbf2231641b10a --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-71ead9bc1b776406.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-992f3b56b36b0fb8.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-b05cd1898315e3b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522025-05-13T20:53:06.684Z Compiling itertools v0.14.0
32532025-05-13T20:53:06.709Z Running `/home/build/.rustup/toolchains/1.86.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=5b0a026aa711821d -C extra-filename=-258406cf9b8c383a --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-03f8d194805f45a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542025-05-13T20:53:06.751Z Compiling itertools v0.13.0
32552025-05-13T20:53:06.826Z Running `/home/build/.rustup/toolchains/1.86.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=60fdfda762cbc393 -C extra-filename=-3322afa9ef710511 --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-03f8d194805f45a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32562025-05-13T20:53:06.978Z Compiling crucible-workspace-hack v0.1.0
32572025-05-13T20:53:07.006Z Running `/home/build/.rustup/toolchains/1.86.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=89c8549d5fa434fd -C extra-filename=-fbe4a75884a55d40 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-fbe4a75884a55d40 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32582025-05-13T20:53:07.249Z Compiling typify-macro v0.3.0
32592025-05-13T20:53:07.276Z Running `/home/build/.rustup/toolchains/1.86.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=9a199f9d4056bf7b -C extra-filename=-f080d88fc9c3b4b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-b43e218ba18256ce.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602025-05-13T20:53:07.310Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-fbe4a75884a55d40/build-script-build`
32612025-05-13T20:53:07.350Z Compiling atomicwrites v0.4.4
32622025-05-13T20:53:07.376Z Running `/home/build/.rustup/toolchains/1.86.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=5eceeaf36d1c6656 -C extra-filename=-0b1af953b46738b0 --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-90fb2c852f96a7bd.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632025-05-13T20:53:07.402Z Running `/home/build/.rustup/toolchains/1.86.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=ad4cf55c3e145c08 -C extra-filename=-d31ac486a411b0cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32642025-05-13T20:53:07.507Z Compiling heapless v0.8.0
32652025-05-13T20:53:07.535Z Running `/home/build/.rustup/toolchains/1.86.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=fc3e2e5555817a86 -C extra-filename=-21e92b42ca7f8a3a --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-21e92b42ca7f8a3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32662025-05-13T20:53:07.678Z Compiling num_enum v0.5.11
32672025-05-13T20:53:07.703Z Running `/home/build/.rustup/toolchains/1.86.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=5c6f0b3df12af037 -C extra-filename=-76b081c1cb9bf33d --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-5caf923b90f87556.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32682025-05-13T20:53:07.703Z Compiling hash32 v0.3.1
32692025-05-13T20:53:07.743Z Running `/home/build/.rustup/toolchains/1.86.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=d8df6b3396c9b729 -C extra-filename=-ac141d6a9145fcc3 --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-2129b7fb5c80af14.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702025-05-13T20:53:07.869Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
32712025-05-13T20:53:07.900Z Running `/home/build/.rustup/toolchains/1.86.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=6b33c74f17523340 -C extra-filename=-a974a416962c13e7 --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-f9843d87f643e91e.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-d2dd1f3c6c3f4b73.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-76b081c1cb9bf33d.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-932332f96321a345.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722025-05-13T20:53:07.969Z Compiling smoltcp v0.11.0
32732025-05-13T20:53:07.994Z Running `/home/build/.rustup/toolchains/1.86.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=0660e5fa1b2a7274 -C extra-filename=-b7d3f562b0a80472 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-b7d3f562b0a80472 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32742025-05-13T20:53:08.075Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-21e92b42ca7f8a3a/build-script-build`
32752025-05-13T20:53:08.227Z Running `/home/build/.rustup/toolchains/1.86.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=687281593d49ee2c -C extra-filename=-f46cf3cb4f7e0535 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-a974a416962c13e7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-76b081c1cb9bf33d.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-25fbf2231641b10a.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-b05cd1898315e3b8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-f7f9ef72ed006885.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a136de79fe574e0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-d20bde4596813b12.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
32762025-05-13T20:53:08.362Z Running `/home/build/.rustup/toolchains/1.86.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=dac769ee1ca662a0 -C extra-filename=-f40b0aeb8cb53263 --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-ac141d6a9145fcc3.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9da8fed20756ad24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772025-05-13T20:53:08.591Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-b7d3f562b0a80472/build-script-build`
32782025-05-13T20:53:08.628Z Compiling cobs v0.2.3
32792025-05-13T20:53:08.653Z Running `/home/build/.rustup/toolchains/1.86.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=c2aff690469a0237 -C extra-filename=-c3a8183ae29163f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802025-05-13T20:53:08.913Z Compiling postcard v1.0.10
32812025-05-13T20:53:08.937Z Running `/home/build/.rustup/toolchains/1.86.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=dfa0a44c3ff959da -C extra-filename=-af97b0b2a29d1b5b --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-c3a8183ae29163f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822025-05-13T20:53:09.181Z Running `/home/build/.rustup/toolchains/1.86.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=6be94717288275b1 -C extra-filename=-3e51c5a5b1893f14 --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-583cffbe97cd9a36.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-f40b0aeb8cb53263.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b1f7a664d8168c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32832025-05-13T20:53:09.215Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
32842025-05-13T20:53:09.243Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/9e79588/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=854abe6b28cdb059 -C extra-filename=-dcab891d87b0a3fd --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-6a561cfe737ae6c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852025-05-13T20:53:09.277Z Compiling ingot-macros v0.1.0
32862025-05-13T20:53:09.302Z Running `/home/build/.rustup/toolchains/1.86.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.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=82a5cb3e19cf3f14 -C extra-filename=-53c734e96fceb2ab --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-cb1763339f5b26b8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3322afa9ef710511.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872025-05-13T20:53:09.489Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
32882025-05-13T20:53:09.514Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/9e79588/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=46b71bfd6597b09d -C extra-filename=-aa8b9201c302b62d --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-aa8b9201c302b62d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32892025-05-13T20:53:09.814Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
32902025-05-13T20:53:09.840Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/9e79588/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=ab1ed5226a1074b7 -C extra-filename=-d11aff3d621282f1 --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-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32912025-05-13T20:53:09.870Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-aa8b9201c302b62d/build-script-build`
32922025-05-13T20:53:09.938Z Compiling sigpipe v0.1.3
32932025-05-13T20:53:09.963Z Running `/home/build/.rustup/toolchains/1.86.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=ec2396a39531900c -C extra-filename=-d100c6cd4db3eb76 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942025-05-13T20:53:10.084Z Compiling base64 v0.21.7
32952025-05-13T20:53:10.109Z Running `/home/build/.rustup/toolchains/1.86.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=097f879dc7758ed7 -C extra-filename=-e160ba038ce5e281 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962025-05-13T20:53:10.668Z Compiling jiff v0.2.13
32972025-05-13T20:53:10.694Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.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="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=868c9b9fccf55b91 -C extra-filename=-8dfe9fa8ad35e5e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32982025-05-13T20:53:10.719Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
32992025-05-13T20:53:10.719Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-41c41244d8cc4d69/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2153df30fb1e2283 -C extra-filename=-262c70b59e20e201 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33002025-05-13T20:53:11.070Z Compiling zone_cfg_derive v0.3.0
33012025-05-13T20:53:11.095Z Running `/home/build/.rustup/toolchains/1.86.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=efe46ae74c921ba6 -C extra-filename=-0cd8c275e201c7bc --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-317511b4e6521cea.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-18923da8a157ebf2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33022025-05-13T20:53:11.150Z Compiling typify v0.3.0
33032025-05-13T20:53:11.176Z Running `/home/build/.rustup/toolchains/1.86.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=5d71a4d9288a8129 -C extra-filename=-e4b79890a64c8a73 --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-b43e218ba18256ce.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-f080d88fc9c3b4b2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33042025-05-13T20:53:11.323Z Compiling progenitor-impl v0.9.1
33052025-05-13T20:53:11.348Z Running `/home/build/.rustup/toolchains/1.86.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=8b3399d304ea5400 -C extra-filename=-6bccc34c9810e840 --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-898e01f7b1a1be18.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-e4b79890a64c8a73.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f461bc097557e2b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33062025-05-13T20:53:11.451Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
33072025-05-13T20:53:11.476Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/060a204/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=bad0c7c2892e85d9 -C extra-filename=-d116e292f1acc967 --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-f9843d87f643e91e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33082025-05-13T20:53:11.825Z Compiling num-derive v0.4.2
33092025-05-13T20:53:11.850Z Running `/home/build/.rustup/toolchains/1.86.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=c4bebb8e23796431 -C extra-filename=-91c83042d7e916ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102025-05-13T20:53:12.399Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33112025-05-13T20:53:12.426Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=b7c465e1dc0678aa -C extra-filename=-758d449d5f1c7e05 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-758d449d5f1c7e05 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122025-05-13T20:53:12.730Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-758d449d5f1c7e05/build-script-build`
33132025-05-13T20:53:12.766Z Compiling zone v0.3.1
33142025-05-13T20:53:12.791Z Running `/home/build/.rustup/toolchains/1.86.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=652d9652d7f3fd6b -C extra-filename=-ce1751a2aa420a04 --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-b2eb77ef70b05f8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-0cd8c275e201c7bc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33152025-05-13T20:53:12.925Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
33162025-05-13T20:53:12.950Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/060a204/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=38d4336fc512dab7 -C extra-filename=-907485d191f72d36 --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-d116e292f1acc967.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172025-05-13T20:53:13.326Z Compiling convert_case v0.4.0
33182025-05-13T20:53:13.351Z Running `/home/build/.rustup/toolchains/1.86.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=b564a11fc41d8b69 -C extra-filename=-a32bb62cf8cefa7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192025-05-13T20:53:13.677Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
33202025-05-13T20:53:13.702Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/4580159/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=43b6c599ad7f04f2 -C extra-filename=-c85311ff38a8f3f8 --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-d31ac486a411b0cb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-91c83042d7e916ab.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33212025-05-13T20:53:13.969Z Compiling utf-8 v0.7.6
33222025-05-13T20:53:13.994Z Running `/home/build/.rustup/toolchains/1.86.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=329f999abe98b615 -C extra-filename=-44e1b8eb4856db91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33232025-05-13T20:53:14.034Z Compiling derive_more v0.99.20
33242025-05-13T20:53:14.059Z Running `/home/build/.rustup/toolchains/1.86.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=b0b78b3ad2033468 -C extra-filename=-e9a8a85e4ac8e6c9 --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-a32bb62cf8cefa7e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252025-05-13T20:53:14.277Z Compiling newline-converter v0.3.0
33262025-05-13T20:53:14.302Z Running `/home/build/.rustup/toolchains/1.86.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=f3b794824e1f0647 -C extra-filename=-2be4345241d0dbdc --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-ad84214d9a4bf3fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33272025-05-13T20:53:14.386Z Compiling num-rational v0.4.2
33282025-05-13T20:53:14.411Z Running `/home/build/.rustup/toolchains/1.86.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=049c206e1c2384c9 -C extra-filename=-5ffcc06fd5bfd2b2 --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-6b8f3f4a98e59b6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33292025-05-13T20:53:14.463Z Compiling expectorate v1.2.0
33302025-05-13T20:53:14.488Z Running `/home/build/.rustup/toolchains/1.86.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=ff583e68f29a3cc8 -C extra-filename=-aab5ea0daa83ab7e --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-0b1af953b46738b0.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9282f5134aa6ca48.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-2be4345241d0dbdc.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-1bdfaaaf17e732f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312025-05-13T20:53:14.728Z Compiling num-complex v0.4.6
33322025-05-13T20:53:14.753Z Running `/home/build/.rustup/toolchains/1.86.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=1c7ad06d87e1c2a2 -C extra-filename=-eeff3646f9579c3a --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-b016ab649b5092da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33332025-05-13T20:53:15.149Z Compiling ingot-types v0.1.0
33342025-05-13T20:53:15.174Z Running `/home/build/.rustup/toolchains/1.86.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-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=2acd9e083cad91ca -C extra-filename=-4690e239ddb72490 --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-53c734e96fceb2ab.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f816b0e99d3db6a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352025-05-13T20:53:15.556Z Compiling num v0.4.3
33362025-05-13T20:53:15.581Z Running `/home/build/.rustup/toolchains/1.86.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=8c4100aa4afeccba -C extra-filename=-79102a7176aa61dc --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-eeff3646f9579c3a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-654d082f1ab23d47.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-5ffcc06fd5bfd2b2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372025-05-13T20:53:15.644Z Compiling tungstenite v0.21.0
33382025-05-13T20:53:15.669Z Running `/home/build/.rustup/toolchains/1.86.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=d7d6c6e3b00f42fa -C extra-filename=-52b45c4638be18ba --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-2129b7fb5c80af14.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-729ac19f9ff8ff78.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-31d17b43dfb8e636.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-97d6be9eb3fdf7a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-44e1b8eb4856db91.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33392025-05-13T20:53:15.694Z Compiling float-ord v0.3.2
33402025-05-13T20:53:15.694Z Running `/home/build/.rustup/toolchains/1.86.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=3131dd3534ae71af -C extra-filename=-3ca8aac67caff154 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33412025-05-13T20:53:15.934Z Compiling ingot v0.1.0
33422025-05-13T20:53:15.960Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-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="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=f75c89515702e299 -C extra-filename=-05914f1989907a47 --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-6a561cfe737ae6c8.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-53c734e96fceb2ab.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-4690e239ddb72490.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f816b0e99d3db6a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432025-05-13T20:53:16.009Z Compiling fixedbitset v0.5.7
33442025-05-13T20:53:16.034Z Running `/home/build/.rustup/toolchains/1.86.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=8fd6e305f1e7abea -C extra-filename=-8b61bbca6586a0f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33452025-05-13T20:53:16.601Z Compiling petgraph v0.7.1
33462025-05-13T20:53:16.627Z Running `/home/build/.rustup/toolchains/1.86.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 --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --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=15e2eb173c472460 -C extra-filename=-d8a53185dc490a44 --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-8b61bbca6586a0f0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472025-05-13T20:53:16.987Z Compiling progenitor-macro v0.9.1
33482025-05-13T20:53:17.012Z Running `/home/build/.rustup/toolchains/1.86.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=78bf35be42a6ef0b -C extra-filename=-268dc4b4ef863673 --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-163c5e9a45fd7863.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-6bccc34c9810e840.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-92b1a0b7ba772616.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492025-05-13T20:53:17.344Z Compiling tokio-tungstenite v0.21.0
33502025-05-13T20:53:17.368Z Running `/home/build/.rustup/toolchains/1.86.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=70efb9043999e665 -C extra-filename=-e723987a05a39d25 --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-22b3486293b2b9f0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-52b45c4638be18ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512025-05-13T20:53:17.841Z Compiling indent_write v2.2.0
33522025-05-13T20:53:17.866Z Running `/home/build/.rustup/toolchains/1.86.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=bfbc28fed5c87018 -C extra-filename=-34a3c5d50cd9a3a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33532025-05-13T20:53:18.055Z Compiling same-file v1.0.6
33542025-05-13T20:53:18.080Z Running `/home/build/.rustup/toolchains/1.86.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=5ad2ec04c0025181 -C extra-filename=-04895e1b12795e8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552025-05-13T20:53:18.315Z Compiling walkdir v2.5.0
33562025-05-13T20:53:18.340Z Running `/home/build/.rustup/toolchains/1.86.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=2d61ffe163c608fe -C extra-filename=-4172296b484ad0eb --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-04895e1b12795e8f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33572025-05-13T20:53:18.901Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
33582025-05-13T20:53:18.926Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/9e79588/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=86cfb79a01fcaf3b -C extra-filename=-b28c36250c620467 --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-dcab891d87b0a3fd.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-05914f1989907a47.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-af97b0b2a29d1b5b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-3e51c5a5b1893f14.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33592025-05-13T20:53:19.180Z Compiling aws-lc-sys v0.26.0
33602025-05-13T20:53:19.205Z Running `/home/build/.rustup/toolchains/1.86.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=b09dcd0d08031834 -C extra-filename=-aaef7e73e43327dc --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-aaef7e73e43327dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-fb58e45aea8cceff.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-cac1d5d3df92c21f.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-321634af65711493.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-4858c6f2010da081.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-def24bb22f20c5b6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612025-05-13T20:53:19.243Z Compiling password-hash v0.5.0
33622025-05-13T20:53:19.268Z Running `/home/build/.rustup/toolchains/1.86.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=a8faeb85638ae751 -C extra-filename=-32818a50e3d58991 --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-8be1ba0eaa8fca01.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632025-05-13T20:53:19.495Z Compiling blake2 v0.10.6
33642025-05-13T20:53:19.521Z Running `/home/build/.rustup/toolchains/1.86.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=7c4f1ec7eb0ebb1c -C extra-filename=-1fd3335e9181b0aa --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-5521fc2fbb46472c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652025-05-13T20:53:19.871Z Compiling half v2.4.1
33662025-05-13T20:53:19.896Z Running `/home/build/.rustup/toolchains/1.86.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=e2a9918d1d5a0d2d -C extra-filename=-78edee7592c107b3 --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-7f8514ed35d62a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672025-05-13T20:53:20.016Z Compiling argon2 v0.5.3
33682025-05-13T20:53:20.041Z Running `/home/build/.rustup/toolchains/1.86.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=c9ca9fadde1457ec -C extra-filename=-f05c6b1bae7a28e5 --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-8be1ba0eaa8fca01.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-1fd3335e9181b0aa.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2b80f643c97b05f7.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-32818a50e3d58991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33692025-05-13T20:53:20.387Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/9e79588/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=abebc6870b791cf7 -C extra-filename=-b134981c4d18f6e9 --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-6a561cfe737ae6c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-06fcd8d2e0fd472e.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-dcab891d87b0a3fd.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-05914f1989907a47.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-d11aff3d621282f1.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-b28c36250c620467.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-af97b0b2a29d1b5b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-3e51c5a5b1893f14.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-7049edb7c9a9636d.rmeta --cap-lints allow -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)'`
33702025-05-13T20:53:20.415Z Compiling arc-swap v1.7.1
33712025-05-13T20:53:20.440Z Running `/home/build/.rustup/toolchains/1.86.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=566d773c209c9848 -C extra-filename=-d2d2a8673216732c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722025-05-13T20:53:20.552Z Compiling ciborium-io v0.2.2
33732025-05-13T20:53:20.577Z Running `/home/build/.rustup/toolchains/1.86.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=2455998bc90e83cf -C extra-filename=-72e469e32d957671 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742025-05-13T20:53:20.602Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
33752025-05-13T20:53:20.602Z Running `/home/build/.rustup/toolchains/1.86.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=b19ca0bc2b54f1cd -C extra-filename=-3e2a72f11a90febe --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-3e2a72f11a90febe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762025-05-13T20:53:20.673Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
33772025-05-13T20:53:20.712Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/9e79588/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=114150bc92019be3 -C extra-filename=-ff1f88e3c7628f5f --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-7f8514ed35d62a3a.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-dcab891d87b0a3fd.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-b134981c4d18f6e9.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-262c70b59e20e201.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-3e51c5a5b1893f14.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-7049edb7c9a9636d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f816b0e99d3db6a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33782025-05-13T20:53:20.737Z Compiling ciborium-ll v0.2.2
33792025-05-13T20:53:20.737Z Running `/home/build/.rustup/toolchains/1.86.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=a2a78318dc4282a5 -C extra-filename=-bfd8d98352c2b9ee --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-72e469e32d957671.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-78edee7592c107b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802025-05-13T20:53:20.762Z Compiling xattr v1.3.1
33812025-05-13T20:53:20.812Z Running `/home/build/.rustup/toolchains/1.86.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=d84f470ff386b0d5 -C extra-filename=-5965a989474fea70 --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-90fb2c852f96a7bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822025-05-13T20:53:21.007Z Compiling slog-scope v4.4.0
33832025-05-13T20:53:21.033Z Running `/home/build/.rustup/toolchains/1.86.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=4f2d74d00eaa4f5c -C extra-filename=-4f11a3b064959f59 --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-d2d2a8673216732c.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842025-05-13T20:53:21.080Z Compiling ciborium v0.2.2
33852025-05-13T20:53:21.105Z Running `/home/build/.rustup/toolchains/1.86.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=892e410f42666038 -C extra-filename=-4a903d30cf223e9a --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-72e469e32d957671.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-bfd8d98352c2b9ee.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862025-05-13T20:53:21.153Z Compiling filetime v0.2.25
33872025-05-13T20:53:21.178Z Running `/home/build/.rustup/toolchains/1.86.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=2657bed2302d3aa2 -C extra-filename=-1b6046de928d0aef --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-7f8514ed35d62a3a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882025-05-13T20:53:21.373Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-3e2a72f11a90febe/build-script-build`
33892025-05-13T20:53:21.434Z Compiling slog-stdlog v4.1.1
33902025-05-13T20:53:21.459Z Running `/home/build/.rustup/toolchains/1.86.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=906fc34ce9cff7c7 -C extra-filename=-838f207c2b20a471 --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-daba4f3c1b68dcbf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-4f11a3b064959f59.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912025-05-13T20:53:21.484Z Compiling owo-colors v4.2.0
33922025-05-13T20:53:21.484Z Running `/home/build/.rustup/toolchains/1.86.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.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("alloc", "supports-color", "supports-colors"))' -C metadata=b4aef141167b40e7 -C extra-filename=-83029e4a3fdb87a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-83029e4a3fdb87a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33932025-05-13T20:53:21.509Z Compiling cancel-safe-futures v0.1.5
33942025-05-13T20:53:21.509Z Running `/home/build/.rustup/toolchains/1.86.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=d00a62172f4ffb4e -C extra-filename=-f064a93615ef6058 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-f064a93615ef6058 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33952025-05-13T20:53:21.804Z Compiling slog-envlogger v2.2.0
33962025-05-13T20:53:21.829Z Running `/home/build/.rustup/toolchains/1.86.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=6ec236d36e68c1e3 -C extra-filename=-2efd5103e95f91df --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-daba4f3c1b68dcbf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-4f11a3b064959f59.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-838f207c2b20a471.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33972025-05-13T20:53:21.878Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-f064a93615ef6058/build-script-build`
33982025-05-13T20:53:21.918Z Compiling tar v0.4.44
33992025-05-13T20:53:21.943Z Running `/home/build/.rustup/toolchains/1.86.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=790b788b4cec3cf0 -C extra-filename=-c7f57a8e748b4293 --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-1b6046de928d0aef.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-5965a989474fea70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002025-05-13T20:53:22.071Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-83029e4a3fdb87a5/build-script-build`
34012025-05-13T20:53:22.153Z Compiling libsw-core v0.3.1
34022025-05-13T20:53:22.178Z Running `/home/build/.rustup/toolchains/1.86.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=967e3d50fd91f461 -C extra-filename=-4c0adb52c1641bbe --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-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34032025-05-13T20:53:22.257Z Compiling swrite v0.1.0
34042025-05-13T20:53:22.282Z Running `/home/build/.rustup/toolchains/1.86.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=8c0248aae4639675 -C extra-filename=-7d86e322625d40ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34052025-05-13T20:53:22.307Z Running `/home/build/.rustup/toolchains/1.86.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=71de7f5be8f9ffae -C extra-filename=-d00dfe191d9f284a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -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)'`
34062025-05-13T20:53:22.423Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
34072025-05-13T20:53:22.448Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/9e79588/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=6ab4bf1993d9b161 -C extra-filename=-5abcad605194adf4 --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-f9843d87f643e91e.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-f46cf3cb4f7e0535.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-b134981c4d18f6e9.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-ff1f88e3c7628f5f.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-af97b0b2a29d1b5b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082025-05-13T20:53:22.473Z Compiling libsw v3.4.0
34092025-05-13T20:53:22.473Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-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 --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=13763839aa66c8d1 -C extra-filename=-fe798fd6e64b997d --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-4c0adb52c1641bbe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102025-05-13T20:53:22.473Z Running `/home/build/.rustup/toolchains/1.86.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=828d8c0603121e72 -C extra-filename=-b93a03729a3c9803 --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-20cc0d919cf526a3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-98fd329e9c03b6d0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34112025-05-13T20:53:22.559Z Compiling linear-map v1.2.0
34122025-05-13T20:53:22.584Z Running `/home/build/.rustup/toolchains/1.86.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=6446a15bd94a8363 -C extra-filename=-3aead9fef1408a62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132025-05-13T20:53:22.743Z Compiling keccak v0.1.5
34142025-05-13T20:53:22.768Z Running `/home/build/.rustup/toolchains/1.86.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=e3517f305307fa5a -C extra-filename=-36dd2d3c25ee0db3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152025-05-13T20:53:22.905Z Compiling pem v3.0.5
34162025-05-13T20:53:22.930Z Running `/home/build/.rustup/toolchains/1.86.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=a5288eeb36ac2ae6 -C extra-filename=-94df663eada64052 --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-388427588bad31ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172025-05-13T20:53:23.002Z Compiling highway v1.3.0
34182025-05-13T20:53:23.027Z Running `/home/build/.rustup/toolchains/1.86.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=7c5240402e1b5a2a -C extra-filename=-44ff0ad742991a85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34192025-05-13T20:53:23.502Z Compiling sha3 v0.10.8
34202025-05-13T20:53:23.526Z Running `/home/build/.rustup/toolchains/1.86.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=435844402425ef10 -C extra-filename=-42f45d371fc21546 --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-5521fc2fbb46472c.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-36dd2d3c25ee0db3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212025-05-13T20:53:23.551Z Compiling typify-impl v0.2.0
34222025-05-13T20:53:23.551Z Running `/home/build/.rustup/toolchains/1.86.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=faf101975cf993c2 -C extra-filename=-d2f7f5b427e5c7a0 --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-898e01f7b1a1be18.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f461bc097557e2b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34232025-05-13T20:53:23.624Z Compiling headers-core v0.3.0
34242025-05-13T20:53:23.649Z Running `/home/build/.rustup/toolchains/1.86.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=6e184afa910846eb -C extra-filename=-72d130c514a55add --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-d0626d2a571d5399.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252025-05-13T20:53:23.679Z Compiling linked-hash-map v0.5.6
34262025-05-13T20:53:24.229Z Running `/home/build/.rustup/toolchains/1.86.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=909d75483f54ca2e -C extra-filename=-b05ea296ee12e0d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272025-05-13T20:53:24.256Z Compiling resolv-conf v0.7.0
34282025-05-13T20:53:24.257Z Running `/home/build/.rustup/toolchains/1.86.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=fe91764d0d14614b -C extra-filename=-31c7b1eae87d6337 --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-5b9a84fbe043126e.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-1117ffb342c3b6bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292025-05-13T20:53:24.257Z Compiling headers v0.4.0
34302025-05-13T20:53:24.257Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-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("nightly"))' -C metadata=cc0bde78d9c23689 -C extra-filename=-39770a35e9e72b9b --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-e160ba038ce5e281.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-72d130c514a55add.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-04bf4929f7a54a53.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-80e1054dc5264632.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-97d6be9eb3fdf7a9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312025-05-13T20:53:24.257Z Compiling lzma-sys v0.1.20
34322025-05-13T20:53:24.257Z Running `/home/build/.rustup/toolchains/1.86.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=67a1e29f54c82b7b -C extra-filename=-58247355fbcbcc06 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-58247355fbcbcc06 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-cac1d5d3df92c21f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8f7071966951b8cc.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332025-05-13T20:53:24.257Z Compiling lru-cache v0.1.2
34342025-05-13T20:53:24.257Z Running `/home/build/.rustup/toolchains/1.86.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=8840b1fe174f9ae5 -C extra-filename=-fb9cd732f9db5865 --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-b05ea296ee12e0d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352025-05-13T20:53:24.257Z Compiling hickory-resolver v0.24.4
34362025-05-13T20:53:24.257Z Running `/home/build/.rustup/toolchains/1.86.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=9364566c60ea57e1 -C extra-filename=-c9c30ab7cb3a2854 --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-7f8514ed35d62a3a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-fb9cd732f9db5865.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-113e367aef165863.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-31c7b1eae87d6337.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372025-05-13T20:53:24.357Z Compiling heck v0.3.3
34382025-05-13T20:53:24.382Z Running `/home/build/.rustup/toolchains/1.86.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=51998ca704aebe76 -C extra-filename=-bc48c5cf5f6736c3 --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-ad84214d9a4bf3fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34392025-05-13T20:53:24.406Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34402025-05-13T20:53:24.406Z Running `/home/build/.rustup/toolchains/1.86.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=2a804726261bf34b -C extra-filename=-323a3cd99052726d --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-fcfda3857d1092f5.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb709642302e3e4b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0911fcc91d7ccfb0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412025-05-13T20:53:24.699Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-58247355fbcbcc06/build-script-build`
34422025-05-13T20:53:24.724Z Compiling zone_cfg_derive v0.1.2
34432025-05-13T20:53:24.750Z Running `/home/build/.rustup/toolchains/1.86.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=1269ebb87094d369 -C extra-filename=-d1236350d3a0e85a --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-bc48c5cf5f6736c3.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-18923da8a157ebf2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442025-05-13T20:53:24.775Z Compiling yasna v0.5.2
34452025-05-13T20:53:24.775Z Running `/home/build/.rustup/toolchains/1.86.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=2a17b53d13d488ad -C extra-filename=-9af39d8e2b56ce4a --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-1fea0e4a1756d87c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462025-05-13T20:53:24.803Z Running `/home/build/.rustup/toolchains/1.86.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=427bc5b061bfeb87 -C extra-filename=-fab9f34a09a01cc2 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
34472025-05-13T20:53:24.972Z Compiling secrecy v0.10.3
34482025-05-13T20:53:24.997Z Running `/home/build/.rustup/toolchains/1.86.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=93315cae402444de -C extra-filename=-e5f78bcf8c5172cd --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-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492025-05-13T20:53:25.229Z Compiling base64 v0.13.1
34502025-05-13T20:53:25.254Z Running `/home/build/.rustup/toolchains/1.86.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=3bf52cf9b367b777 -C extra-filename=-c8e779c15ea77b8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512025-05-13T20:53:25.336Z Compiling humantime v2.1.0
34522025-05-13T20:53:25.362Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7d88c1355737fe6 -C extra-filename=-8f7115015abc9270 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34532025-05-13T20:53:25.743Z Compiling ron v0.7.1
34542025-05-13T20:53:25.743Z Running `/home/build/.rustup/toolchains/1.86.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=5f90a4ba35c3cfe8 -C extra-filename=-8fd199f90180a4d1 --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-c8e779c15ea77b8e.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-583cffbe97cd9a36.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552025-05-13T20:53:25.803Z Compiling rcgen v0.12.1
34562025-05-13T20:53:25.828Z Running `/home/build/.rustup/toolchains/1.86.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=11693f7f8c5c94d9 -C extra-filename=-ad3becd8de036556 --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-94df663eada64052.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9af39d8e2b56ce4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out`
34572025-05-13T20:53:26.073Z Compiling zone v0.1.8
34582025-05-13T20:53:26.099Z Running `/home/build/.rustup/toolchains/1.86.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=b789b2c32163546a -C extra-filename=-19f52a852fb7e21f --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-4762b94fa4a567ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-d1236350d3a0e85a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592025-05-13T20:53:26.127Z Compiling xz2 v0.1.7
34602025-05-13T20:53:26.153Z Running `/home/build/.rustup/toolchains/1.86.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=9ba2691daccbb67c -C extra-filename=-3f94d906667ce549 --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-fab9f34a09a01cc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
34612025-05-13T20:53:26.545Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34622025-05-13T20:53:26.570Z Running `/home/build/.rustup/toolchains/1.86.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=673d9c9833e761d3 -C extra-filename=-c55a1d6bac69bf8b --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-323a3cd99052726d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb709642302e3e4b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0911fcc91d7ccfb0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632025-05-13T20:53:27.138Z Compiling semver v0.1.20
34642025-05-13T20:53:27.163Z Running `/home/build/.rustup/toolchains/1.86.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=daea15f42841c6f8 -C extra-filename=-0252d8112447c22b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652025-05-13T20:53:27.264Z Running `/home/build/.rustup/toolchains/1.86.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=c2761c55e54fa2c3 -C extra-filename=-5fe528dd8f8def08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
34662025-05-13T20:53:27.545Z Compiling rustc_version v0.1.7
34672025-05-13T20:53:27.570Z Running `/home/build/.rustup/toolchains/1.86.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=fa645a36633dc776 -C extra-filename=-74801207d3479dc7 --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-0252d8112447c22b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682025-05-13T20:53:27.596Z Compiling subprocess v0.2.9
34692025-05-13T20:53:27.621Z Running `/home/build/.rustup/toolchains/1.86.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=e6f47d8b676d07f8 -C extra-filename=-7f38ee2012cba243 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702025-05-13T20:53:27.622Z Compiling universal-hash v0.5.1
34712025-05-13T20:53:27.622Z Running `/home/build/.rustup/toolchains/1.86.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=a0730f26cecdb164 -C extra-filename=-ba37617c069a1ce3 --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-2de6d8a2c2415463.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722025-05-13T20:53:27.696Z Compiling opaque-debug v0.3.1
34732025-05-13T20:53:27.722Z Running `/home/build/.rustup/toolchains/1.86.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=4daecf1cbd25f23f -C extra-filename=-5fa40915afa4914b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742025-05-13T20:53:27.819Z Compiling aead v0.5.2
34752025-05-13T20:53:27.845Z Running `/home/build/.rustup/toolchains/1.86.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=f38c76dc25a1a316 -C extra-filename=-9c1a4ddeaa945015 --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-2de6d8a2c2415463.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-424a4eab6aa72a9c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762025-05-13T20:53:27.870Z Compiling poly1305 v0.8.0
34772025-05-13T20:53:27.870Z Running `/home/build/.rustup/toolchains/1.86.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=4a5146e9e3233fde -C extra-filename=-a6062a6c1b502b79 --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-2b80f643c97b05f7.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-5fa40915afa4914b.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-ba37617c069a1ce3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782025-05-13T20:53:27.918Z Compiling chacha20 v0.9.1
34792025-05-13T20:53:27.943Z Running `/home/build/.rustup/toolchains/1.86.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=bafecdd78c5f2e42 -C extra-filename=-5e6821f4f8279c7e --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-7f8514ed35d62a3a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3b39b99f841cf550.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2b80f643c97b05f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802025-05-13T20:53:27.969Z Compiling newtype_derive v0.1.6
34812025-05-13T20:53:27.969Z Running `/home/build/.rustup/toolchains/1.86.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=b3d7a71b16c83137 -C extra-filename=-228a6b025f752c3a --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-228a6b025f752c3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-74801207d3479dc7.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822025-05-13T20:53:28.173Z Compiling thiserror-impl-no-std v2.0.2
34832025-05-13T20:53:28.198Z Running `/home/build/.rustup/toolchains/1.86.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=7825aeaf442ff01a -C extra-filename=-e78540e043554deb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842025-05-13T20:53:28.331Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-228a6b025f752c3a/build-script-build`
34852025-05-13T20:53:28.384Z Compiling chacha20poly1305 v0.10.1
34862025-05-13T20:53:28.409Z Running `/home/build/.rustup/toolchains/1.86.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=bd8aa73eb3f896b9 -C extra-filename=-88cce0b63f506f0b --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-9c1a4ddeaa945015.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-5e6821f4f8279c7e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3b39b99f841cf550.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-a6062a6c1b502b79.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34872025-05-13T20:53:28.465Z Running `/home/build/.rustup/toolchains/1.86.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=4bc195f3bd6d1a52 -C extra-filename=-3f17a3fbc1133616 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign`
34882025-05-13T20:53:28.569Z Compiling steno v0.4.1
34892025-05-13T20:53:28.594Z Running `/home/build/.rustup/toolchains/1.86.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=837321e8cf1e45f5 -C extra-filename=-848303ce7e34c92b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-6efb0edc26583dea.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902025-05-13T20:53:28.652Z Compiling qorb v0.3.1
34912025-05-13T20:53:28.677Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-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"' --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=f0f291bcf7f23b85 -C extra-filename=-b3471290359095aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-63d026efbfe4ce75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922025-05-13T20:53:28.983Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
34932025-05-13T20:53:29.007Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/4580159/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=a61e3781491beb25 -C extra-filename=-4eadec280f36ab10 --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-388427588bad31ec.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-d31ac486a411b0cb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942025-05-13T20:53:29.039Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
34952025-05-13T20:53:29.064Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/060a204/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=397ee89639d02864 -C extra-filename=-56322713d6775aa9 --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-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962025-05-13T20:53:29.202Z Compiling bytecount v0.6.8
34972025-05-13T20:53:29.227Z Running `/home/build/.rustup/toolchains/1.86.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=ad8147671f2d4585 -C extra-filename=-02ca1c0622733289 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982025-05-13T20:53:29.424Z Compiling display-error-chain v0.2.2
34992025-05-13T20:53:29.449Z Running `/home/build/.rustup/toolchains/1.86.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=e4f21d5ec65ab12f -C extra-filename=-2d9db2c7190092e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35002025-05-13T20:53:29.622Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
35012025-05-13T20:53:29.648Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/060a204/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=75bfe7d8809f8ac2 -C extra-filename=-020b98d97b2e2100 --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-4eadec280f36ab10.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-56322713d6775aa9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022025-05-13T20:53:29.648Z Compiling slog-dtrace v0.3.0
35032025-05-13T20:53:29.648Z Running `/home/build/.rustup/toolchains/1.86.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=992ac80697924cb2 -C extra-filename=-d8d746612e89cda3 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-d8d746612e89cda3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042025-05-13T20:53:29.902Z Compiling gethostname v0.5.0
35052025-05-13T20:53:29.927Z Running `/home/build/.rustup/toolchains/1.86.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=078e5dde01e7ea72 -C extra-filename=-1ba4dfee93cde855 --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-90fb2c852f96a7bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062025-05-13T20:53:30.006Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-d8d746612e89cda3/build-script-build`
35072025-05-13T20:53:30.123Z Running `/home/build/.rustup/toolchains/1.86.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=3883917d78d290c0 -C extra-filename=-dca471660565ee7a --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-635dd001e5f79077.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082025-05-13T20:53:30.148Z Compiling nibble_vec v0.1.0
35092025-05-13T20:53:30.149Z Running `/home/build/.rustup/toolchains/1.86.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=8cf7e3c1bc97ed5f -C extra-filename=-433666aeedaa800b --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-2b53ddeb7bc9109c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102025-05-13T20:53:30.275Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-aaef7e73e43327dc/build-script-main`
35112025-05-13T20:53:30.358Z Compiling endian-type v0.1.2
35122025-05-13T20:53:30.382Z Running `/home/build/.rustup/toolchains/1.86.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=c43ce4ab6cb3a0e3 -C extra-filename=-75c1b6d223b583e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35132025-05-13T20:53:30.602Z Compiling thiserror-no-std v2.0.2
35142025-05-13T20:53:30.627Z Compiling radix_trie v0.2.1
35152025-05-13T20:53:30.627Z Running `/home/build/.rustup/toolchains/1.86.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=ebdce29e7eb10f90 -C extra-filename=-1e7a159636efd780 --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-e78540e043554deb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162025-05-13T20:53:30.627Z Running `/home/build/.rustup/toolchains/1.86.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=1a209a6b1316a835 -C extra-filename=-26cb45c217f77f82 --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-75c1b6d223b583e7.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-433666aeedaa800b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172025-05-13T20:53:30.652Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35182025-05-13T20:53:30.676Z Running `/home/build/.rustup/toolchains/1.86.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=1d89f094f1aec537 -C extra-filename=-eb74211e5ac6a6d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-eb74211e5ac6a6d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192025-05-13T20:53:30.754Z Compiling vsss-rs v3.3.4
35202025-05-13T20:53:30.779Z Running `/home/build/.rustup/toolchains/1.86.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=728e6a376f5e8611 -C extra-filename=-c7aced8f81391e66 --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-61e06cc6c19fb7bb.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b3ca9dc8640c22ec.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-02bea97130a9046e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-1e7a159636efd780.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35212025-05-13T20:53:31.111Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-eb74211e5ac6a6d0/build-script-build`
35222025-05-13T20:53:31.146Z Running `/home/build/.rustup/toolchains/1.86.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=8172518acf65c67f -C extra-filename=-8db78efdf0dd0aa8 --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-7f8514ed35d62a3a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --cap-lints allow -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/`
35232025-05-13T20:53:31.248Z Compiling proc-macro-error-attr2 v2.0.0
35242025-05-13T20:53:31.273Z Running `/home/build/.rustup/toolchains/1.86.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=7e78a8a2b42d43f8 -C extra-filename=-b2406679dd02b250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35252025-05-13T20:53:31.491Z Compiling maplit v1.0.2
35262025-05-13T20:53:31.517Z Running `/home/build/.rustup/toolchains/1.86.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=12444660afd4e375 -C extra-filename=-bcad5addf0b648e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272025-05-13T20:53:31.629Z Compiling papergrid v0.14.0
35282025-05-13T20:53:31.654Z Running `/home/build/.rustup/toolchains/1.86.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=a5250da498dac954 -C extra-filename=-badf57ce31b19941 --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-02ca1c0622733289.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-3d57464229351c79.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8eb4dc81f9420728.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35292025-05-13T20:53:32.001Z Compiling proc-macro-error2 v2.0.1
35302025-05-13T20:53:32.025Z Running `/home/build/.rustup/toolchains/1.86.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=c51d2d0a0a360110 -C extra-filename=-466f6b6b41cc0cb0 --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-b2406679dd02b250.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35312025-05-13T20:53:32.408Z Compiling num-derive v0.3.3
35322025-05-13T20:53:32.433Z Running `/home/build/.rustup/toolchains/1.86.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=f3c5d488db8189b0 -C extra-filename=-4e8e958ceaf6a093 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35332025-05-13T20:53:32.565Z Compiling tabled_derive v0.10.0
35342025-05-13T20:53:32.589Z Running `/home/build/.rustup/toolchains/1.86.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=e9a21033b9ad7ced -C extra-filename=-014415e869210249 --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-898e01f7b1a1be18.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-466f6b6b41cc0cb0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35352025-05-13T20:53:33.375Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
35362025-05-13T20:53:33.400Z Running `/home/build/.rustup/toolchains/1.86.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=15df513de4729a22 -C extra-filename=-8f91039a448d7f27 --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-6a561cfe737ae6c8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c47270a6e06ecf5b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35372025-05-13T20:53:33.953Z Compiling fxhash v0.2.1
35382025-05-13T20:53:33.978Z Running `/home/build/.rustup/toolchains/1.86.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=1601f2fcc526c4ea -C extra-filename=-dde9df454645c87d --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-2129b7fb5c80af14.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392025-05-13T20:53:34.203Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
35402025-05-13T20:53:34.228Z Running `/home/build/.rustup/toolchains/1.86.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=984a5dcb030df6d4 -C extra-filename=-52fcd5caf6249a2c --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-52fcd5caf6249a2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412025-05-13T20:53:34.253Z Compiling libscf-sys v1.1.0
35422025-05-13T20:53:34.279Z Running `/home/build/.rustup/toolchains/1.86.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=4d794e16e6c34719 -C extra-filename=-ef1320aaad2eacaf --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-f9843d87f643e91e.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-4e8e958ceaf6a093.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432025-05-13T20:53:34.303Z Compiling vte_generate_state_changes v0.1.2
35442025-05-13T20:53:34.303Z Running `/home/build/.rustup/toolchains/1.86.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=bb008dca9f18c2e6 -C extra-filename=-037aa84a1c5d4aeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452025-05-13T20:53:34.459Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
35462025-05-13T20:53:34.484Z Running `/home/build/.rustup/toolchains/1.86.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=bf6e81a943d6aaec -C extra-filename=-1f7330b92eeba7ca --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-f9843d87f643e91e.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-ef1320aaad2eacaf.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472025-05-13T20:53:34.593Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-52fcd5caf6249a2c/build-script-build`
35482025-05-13T20:53:34.679Z Compiling crc8 v0.1.1
35492025-05-13T20:53:34.704Z Running `/home/build/.rustup/toolchains/1.86.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=09f5c8fb6110b06f -C extra-filename=-25efa93a1fe1669c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35502025-05-13T20:53:34.769Z Compiling const_format_proc_macros v0.2.34
35512025-05-13T20:53:34.794Z Running `/home/build/.rustup/toolchains/1.86.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=f04b7e64533e9da1 -C extra-filename=-a2014f202da92492 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9a19e123728e4c50.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522025-05-13T20:53:34.866Z Compiling fd-lock v4.0.2
35532025-05-13T20:53:34.891Z Running `/home/build/.rustup/toolchains/1.86.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=89bade38bacaed31 -C extra-filename=-9b723cba68ae468d --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-7f8514ed35d62a3a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35542025-05-13T20:53:34.916Z Compiling vte v0.11.1
35552025-05-13T20:53:34.916Z Running `/home/build/.rustup/toolchains/1.86.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=855c83275488d404 -C extra-filename=-b0985306a3bfbedb --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-955928cd69d22d1b.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-037aa84a1c5d4aeb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562025-05-13T20:53:34.969Z Compiling tabled v0.18.0
35572025-05-13T20:53:34.993Z Running `/home/build/.rustup/toolchains/1.86.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=f53fc39b45b1c1d7 -C extra-filename=-d1129058a71ace58 --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-badf57ce31b19941.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-014415e869210249.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35582025-05-13T20:53:35.071Z Compiling typify-macro v0.2.0
35592025-05-13T20:53:35.097Z Running `/home/build/.rustup/toolchains/1.86.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=92e1a2f46f171315 -C extra-filename=-331fe454f8fd9414 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-d2f7f5b427e5c7a0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602025-05-13T20:53:35.126Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
35612025-05-13T20:53:35.126Z Running `/home/build/.rustup/toolchains/1.86.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=f4ff9092d9f36add -C extra-filename=-56d291dd7be919e0 --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-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-8f91039a448d7f27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622025-05-13T20:53:35.180Z Compiling async-recursion v1.1.1
35632025-05-13T20:53:35.207Z Running `/home/build/.rustup/toolchains/1.86.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=1624ad1823cc296f -C extra-filename=-d7917cc794aa9241 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35642025-05-13T20:53:35.316Z Compiling nu-ansi-term v0.50.1
35652025-05-13T20:53:35.342Z Running `/home/build/.rustup/toolchains/1.86.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=2091f5872eeecdf8 -C extra-filename=-49704f2b55d410c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662025-05-13T20:53:35.960Z Compiling radium v0.7.0
35672025-05-13T20:53:35.993Z Running `/home/build/.rustup/toolchains/1.86.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=83b9a3e81893f09b -C extra-filename=-3ae92a3d4fefe356 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-3ae92a3d4fefe356 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682025-05-13T20:53:36.209Z Compiling strip-ansi-escapes v0.2.0
35692025-05-13T20:53:36.235Z Running `/home/build/.rustup/toolchains/1.86.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=22d0ce5ece1235d0 -C extra-filename=-977833393ca6aa3b --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-b0985306a3bfbedb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702025-05-13T20:53:36.475Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-3ae92a3d4fefe356/build-script-build`
35712025-05-13T20:53:36.522Z Compiling reedline v0.38.0
35722025-05-13T20:53:36.548Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reedline-0.38.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=28be3d56af482e12 -C extra-filename=-4d6f0001d10592a8 --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-635dd001e5f79077.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-9b723cba68ae468d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b2eb77ef70b05f8c.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-49704f2b55d410c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-977833393ca6aa3b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bd43e950c1d3283c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-ad84214d9a4bf3fe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35732025-05-13T20:53:36.575Z Compiling const_format v0.2.34
35742025-05-13T20:53:36.575Z Running `/home/build/.rustup/toolchains/1.86.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=252482eb54ba8d3e -C extra-filename=-f041b42439f43bad --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-a2014f202da92492.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752025-05-13T20:53:36.601Z Compiling zerocopy-derive v0.6.6
35762025-05-13T20:53:36.601Z Running `/home/build/.rustup/toolchains/1.86.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=94d3fc554937afa9 -C extra-filename=-b34a0c63bc0f2671 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772025-05-13T20:53:36.633Z Compiling termcolor v1.4.1
35782025-05-13T20:53:36.633Z Running `/home/build/.rustup/toolchains/1.86.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=ba6f085b10bf8937 -C extra-filename=-3e36a839e9953a7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792025-05-13T20:53:37.200Z Compiling tap v1.0.1
35802025-05-13T20:53:37.226Z Running `/home/build/.rustup/toolchains/1.86.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=a55c5877cece2b37 -C extra-filename=-47975f1cfda174a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812025-05-13T20:53:37.288Z Compiling maybe-uninit v2.0.0
35822025-05-13T20:53:37.319Z Running `/home/build/.rustup/toolchains/1.86.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=895fd6ccdfab2690 -C extra-filename=-a626c617e68cf75f --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-a626c617e68cf75f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832025-05-13T20:53:37.392Z Compiling wyz v0.5.1
35842025-05-13T20:53:37.418Z Running `/home/build/.rustup/toolchains/1.86.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=68b57e03d2d7999f -C extra-filename=-488636b8b25c5c85 --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-47975f1cfda174a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35852025-05-13T20:53:37.757Z Running `/home/build/.rustup/toolchains/1.86.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=ca0c05f9ac77258f -C extra-filename=-72d8dd92df680d76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -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`
35862025-05-13T20:53:37.808Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-a626c617e68cf75f/build-script-build`
35872025-05-13T20:53:37.893Z Compiling funty v2.0.0
35882025-05-13T20:53:37.918Z Running `/home/build/.rustup/toolchains/1.86.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=b8ef263f796bb5d9 -C extra-filename=-3665d2829c0e8866 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892025-05-13T20:53:38.182Z Compiling packed_struct v0.10.1
35902025-05-13T20:53:38.207Z Running `/home/build/.rustup/toolchains/1.86.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=0bdb6cf454e35fd7 -C extra-filename=-faecb2965877af20 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-faecb2965877af20 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912025-05-13T20:53:38.375Z Running `/home/build/.rustup/toolchains/1.86.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=4c1a748a6cfed63d -C extra-filename=-90c1d3f1203707e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c47270a6e06ecf5b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cded52ba09e17906.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d1129058a71ace58.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-56d291dd7be919e0.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-8f91039a448d7f27.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
35922025-05-13T20:53:38.444Z Compiling zerocopy v0.6.6
35932025-05-13T20:53:38.469Z Running `/home/build/.rustup/toolchains/1.86.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=ebb918df67c7d5b6 -C extra-filename=-986f800d9db672b6 --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-2129b7fb5c80af14.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-b34a0c63bc0f2671.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35942025-05-13T20:53:38.664Z Compiling crc-catalog v2.4.0
35952025-05-13T20:53:38.690Z Running `/home/build/.rustup/toolchains/1.86.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=84afc03fcb637976 -C extra-filename=-6eea81ceac6dc896 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35962025-05-13T20:53:38.844Z Compiling crc v3.2.1
35972025-05-13T20:53:38.869Z Running `/home/build/.rustup/toolchains/1.86.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=cb566e6bcead7f37 -C extra-filename=-0b36c1824d283845 --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-6eea81ceac6dc896.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35982025-05-13T20:53:38.931Z Compiling typify v0.2.0
35992025-05-13T20:53:38.967Z Running `/home/build/.rustup/toolchains/1.86.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=20a34b2e106f8e25 -C extra-filename=-7d4239bd37888a6d --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-d2f7f5b427e5c7a0.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-331fe454f8fd9414.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36002025-05-13T20:53:39.105Z Compiling progenitor-impl v0.8.0
36012025-05-13T20:53:39.105Z Running `/home/build/.rustup/toolchains/1.86.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=87c0938343cbb896 -C extra-filename=-b835678ac2622501 --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-898e01f7b1a1be18.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-7d4239bd37888a6d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f461bc097557e2b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36022025-05-13T20:53:39.132Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-faecb2965877af20/build-script-build`
36032025-05-13T20:53:39.174Z Compiling bitvec v1.0.1
36042025-05-13T20:53:39.200Z Running `/home/build/.rustup/toolchains/1.86.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=595cf196c68d6a3a -C extra-filename=-fe3d44545757b2b2 --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-3665d2829c0e8866.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-72d8dd92df680d76.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-47975f1cfda174a2.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-488636b8b25c5c85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052025-05-13T20:53:39.274Z Running `/home/build/.rustup/toolchains/1.86.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=e018e79f589f179d -C extra-filename=-f49394949f81c0b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
36062025-05-13T20:53:39.400Z Compiling packed_struct_codegen v0.10.1
36072025-05-13T20:53:39.425Z Running `/home/build/.rustup/toolchains/1.86.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=966e84dbb621f0ac -C extra-filename=-cea1787d48220429 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36082025-05-13T20:53:39.451Z Compiling indexmap v1.9.3
36092025-05-13T20:53:39.451Z Running `/home/build/.rustup/toolchains/1.86.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=c34116ce7bd13143 -C extra-filename=-acd1a5ff7165bb51 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-acd1a5ff7165bb51 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-ae2c6342de22e17c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36102025-05-13T20:53:39.796Z Compiling nodrop v0.1.14
36112025-05-13T20:53:39.823Z Running `/home/build/.rustup/toolchains/1.86.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=2102fc977e275141 -C extra-filename=-8f1791f5f96188af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122025-05-13T20:53:39.946Z Compiling array-init v0.0.4
36132025-05-13T20:53:39.972Z Running `/home/build/.rustup/toolchains/1.86.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=beaf96168f718766 -C extra-filename=-61aec7a4491efada --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-8f1791f5f96188af.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142025-05-13T20:53:40.541Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-acd1a5ff7165bb51/build-script-build`
36152025-05-13T20:53:40.566Z Compiling smallvec v0.6.14
36162025-05-13T20:53:40.566Z Running `/home/build/.rustup/toolchains/1.86.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=99aa91d2a8d9c25a -C extra-filename=-51884dfabe602813 --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-f49394949f81c0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172025-05-13T20:53:40.602Z Compiling hashbrown v0.12.3
36182025-05-13T20:53:40.628Z Running `/home/build/.rustup/toolchains/1.86.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=6a8f0796d1e30bd1 -C extra-filename=-b3adeb558ab08f9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36192025-05-13T20:53:40.800Z Compiling bitfield v0.14.0
36202025-05-13T20:53:40.825Z Running `/home/build/.rustup/toolchains/1.86.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=1f7410681c88537d -C extra-filename=-b5e02b0c4f09f06e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212025-05-13T20:53:41.039Z Compiling libefi-sys v0.1.0
36222025-05-13T20:53:41.064Z Running `/home/build/.rustup/toolchains/1.86.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=04ce399b65b152b7 -C extra-filename=-21f3814779d807e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-21f3814779d807e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36232025-05-13T20:53:41.166Z Compiling serde-hex v0.1.0
36242025-05-13T20:53:41.192Z Running `/home/build/.rustup/toolchains/1.86.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=7a8b91e71652c3a4 -C extra-filename=-cd5a842fa6376f1e --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-61aec7a4491efada.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-51884dfabe602813.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36252025-05-13T20:53:41.467Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-21f3814779d807e2/build-script-build`
36262025-05-13T20:53:41.505Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
36272025-05-13T20:53:41.531Z Running `/home/build/.rustup/toolchains/1.86.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=6d433dccb7a1f69f -C extra-filename=-86b15adaea86fac1 --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-2129b7fb5c80af14.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-0b36c1824d283845.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-986f800d9db672b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282025-05-13T20:53:41.641Z Running `/home/build/.rustup/toolchains/1.86.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=39d8d4f6a8bfa7ed -C extra-filename=-2e4ee4481a7c160e --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-b3adeb558ab08f9f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
36292025-05-13T20:53:41.763Z Compiling env_logger v0.10.2
36302025-05-13T20:53:41.789Z Running `/home/build/.rustup/toolchains/1.86.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=9be124b1459bf1f9 -C extra-filename=-b3ad912097acfa33 --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-9716797e058e3331.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3e36a839e9953a7b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312025-05-13T20:53:41.863Z Compiling ron v0.8.1
36322025-05-13T20:53:41.888Z Running `/home/build/.rustup/toolchains/1.86.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=873f22dda8cb9b59 -C extra-filename=-ea3cb651ce67aaab --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-e160ba038ce5e281.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6a561cfe737ae6c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb709642302e3e4b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332025-05-13T20:53:42.005Z Compiling hashbrown v0.13.2
36342025-05-13T20:53:42.031Z Running `/home/build/.rustup/toolchains/1.86.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=07c2ed42f13812db -C extra-filename=-5cc6ea1a66f53889 --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-f6fdc33726fc3fba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36352025-05-13T20:53:42.147Z Running `/home/build/.rustup/toolchains/1.86.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=bb65704a1193cdb8 -C extra-filename=-791cfa692a15f936 --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-fe3d44545757b2b2.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-cea1787d48220429.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362025-05-13T20:53:42.441Z Compiling bitfield-struct v0.6.2
36372025-05-13T20:53:42.467Z Running `/home/build/.rustup/toolchains/1.86.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=481e9a172a2dee4c -C extra-filename=-830877d519d0eaf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36382025-05-13T20:53:42.705Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
36392025-05-13T20:53:42.731Z Running `/home/build/.rustup/toolchains/1.86.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=eb49c44d2b0829fa -C extra-filename=-9939c96b0c9085f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-9939c96b0c9085f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-cac1d5d3df92c21f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36402025-05-13T20:53:42.965Z Compiling crc-any v2.5.0
36412025-05-13T20:53:42.991Z Running `/home/build/.rustup/toolchains/1.86.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=dc0c748963897193 -C extra-filename=-d2ba709c4cf7b9fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422025-05-13T20:53:43.172Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-9939c96b0c9085f6/build-script-build`
36432025-05-13T20:53:43.282Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
36442025-05-13T20:53:43.309Z Running `/home/build/.rustup/toolchains/1.86.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=0c92712760dcaf0e -C extra-filename=-9e9728b2d15da62f --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-ea3cb651ce67aaab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-86b15adaea86fac1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-986f800d9db672b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452025-05-13T20:53:43.408Z Compiling object v0.30.4
36462025-05-13T20:53:43.433Z Running `/home/build/.rustup/toolchains/1.86.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=4883dbb11fec27c8 -C extra-filename=-d04c6809698d939e --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-dc6ff59ed603a867.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5cc6ea1a66f53889.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e4ee4481a7c160e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36472025-05-13T20:53:43.717Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36482025-05-13T20:53:43.742Z Running `/home/build/.rustup/toolchains/1.86.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=8b49e0baa0983112 -C extra-filename=-433f0ea00f78ee22 --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-830877d519d0eaf8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36492025-05-13T20:53:43.871Z Running `/home/build/.rustup/toolchains/1.86.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=bb3512174cdf2b92 -C extra-filename=-228598e7b743ac7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi`
36502025-05-13T20:53:43.897Z Compiling papergrid v0.11.0
36512025-05-13T20:53:43.897Z Running `/home/build/.rustup/toolchains/1.86.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=518a659604a97e1a -C extra-filename=-be021978e68ce1b8 --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-02ca1c0622733289.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-3d57464229351c79.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522025-05-13T20:53:44.223Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
36532025-05-13T20:53:44.249Z Running `/home/build/.rustup/toolchains/1.86.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=ade3daa643a65e76 -C extra-filename=-b635a8670187891a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-76b081c1cb9bf33d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542025-05-13T20:53:44.324Z Compiling tabled_derive v0.7.0
36552025-05-13T20:53:44.350Z Running `/home/build/.rustup/toolchains/1.86.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=25838dbba514c391 -C extra-filename=-93ebff1ba44b3f2a --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-317511b4e6521cea.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-18923da8a157ebf2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562025-05-13T20:53:44.682Z Compiling progenitor-macro v0.8.0
36572025-05-13T20:53:44.708Z Running `/home/build/.rustup/toolchains/1.86.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=3772bcf77199664f -C extra-filename=-79aa3a9c5de129e2 --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-163c5e9a45fd7863.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-b835678ac2622501.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-92b1a0b7ba772616.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582025-05-13T20:53:44.763Z Compiling kstat-rs v0.2.4
36592025-05-13T20:53:44.788Z Running `/home/build/.rustup/toolchains/1.86.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=f9aa0a40614f302e -C extra-filename=-e1b75a6b1615462a --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-f9843d87f643e91e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602025-05-13T20:53:44.814Z Compiling path-slash v0.1.5
36612025-05-13T20:53:44.814Z Running `/home/build/.rustup/toolchains/1.86.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=a6a2bd240841019b -C extra-filename=-84832d7b000ec4fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622025-05-13T20:53:45.006Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
36632025-05-13T20:53:45.032Z Running `/home/build/.rustup/toolchains/1.86.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=76b417e3774076e5 -C extra-filename=-815556499442d3ed --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-b5e02b0c4f09f06e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-791cfa692a15f936.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642025-05-13T20:53:45.219Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36652025-05-13T20:53:45.245Z Running `/home/build/.rustup/toolchains/1.86.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=ed8129b782747976 -C extra-filename=-0ffc9091803b04e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662025-05-13T20:53:45.288Z Compiling diff v0.1.13
36672025-05-13T20:53:45.314Z Running `/home/build/.rustup/toolchains/1.86.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=e1cf9f5bf5bb066e -C extra-filename=-98e8bdfc7784bdcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682025-05-13T20:53:45.368Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36692025-05-13T20:53:45.394Z Running `/home/build/.rustup/toolchains/1.86.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=50192f8a0fc5da9f -C extra-filename=-4f565285ad15b3a5 --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-433f0ea00f78ee22.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-0ffc9091803b04e9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702025-05-13T20:53:45.826Z Running `/home/build/.rustup/toolchains/1.86.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=029e1b3f979e116e -C extra-filename=-e4b79a48fcc88834 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-b635a8670187891a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -l static=pci`
36712025-05-13T20:53:46.127Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36722025-05-13T20:53:46.153Z Running `/home/build/.rustup/toolchains/1.86.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=4e49a91091521214 -C extra-filename=-ed699df247d0ef10 --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-f9843d87f643e91e.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-228598e7b743ac7c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36732025-05-13T20:53:46.270Z Compiling termtree v0.5.1
36742025-05-13T20:53:46.296Z Running `/home/build/.rustup/toolchains/1.86.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=3a9d57ad56d3c30d -C extra-filename=-53c5cb6e06dcc59f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36752025-05-13T20:53:46.336Z Compiling tabled v0.15.0
36762025-05-13T20:53:46.361Z Running `/home/build/.rustup/toolchains/1.86.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=1ad33e29560dd13a -C extra-filename=-6b80968fa3270374 --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-be021978e68ce1b8.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-93ebff1ba44b3f2a.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772025-05-13T20:53:46.509Z Compiling dsl_auto_type v0.1.2
36782025-05-13T20:53:46.535Z Running `/home/build/.rustup/toolchains/1.86.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=0026ebfaf4d6c8a4 -C extra-filename=-532c7deadc4bb71c --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-cb1763339f5b26b8.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36792025-05-13T20:53:46.535Z Compiling phf_generator v0.11.2
36802025-05-13T20:53:46.535Z Running `/home/build/.rustup/toolchains/1.86.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=123f68902171766f -C extra-filename=-69f15b0859e1e502 --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-757c80bfc90f886b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812025-05-13T20:53:46.747Z Compiling diesel_table_macro_syntax v0.2.0
36822025-05-13T20:53:46.775Z Running `/home/build/.rustup/toolchains/1.86.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=5e992d3cf6f9dcaf -C extra-filename=-adb367bd4e6ad57a --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-0b3f9b0b76ffeb2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36832025-05-13T20:53:46.914Z Compiling scheduled-thread-pool v0.2.7
36842025-05-13T20:53:46.940Z Running `/home/build/.rustup/toolchains/1.86.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=d361f385eb5a51e9 -C extra-filename=-2d80a6a0ff5a3e56 --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-113e367aef165863.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36852025-05-13T20:53:47.104Z Compiling phf_codegen v0.11.2
36862025-05-13T20:53:47.130Z Running `/home/build/.rustup/toolchains/1.86.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=c78a4153fa7d3df6 -C extra-filename=-db998c660f59fd5d --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-69f15b0859e1e502.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-757c80bfc90f886b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36872025-05-13T20:53:47.329Z Compiling r2d2 v0.8.10
36882025-05-13T20:53:47.355Z Running `/home/build/.rustup/toolchains/1.86.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=aa5893600de50f88 -C extra-filename=-2d16141f00450443 --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-daba4f3c1b68dcbf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-113e367aef165863.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-2d80a6a0ff5a3e56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36892025-05-13T20:53:47.425Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
36902025-05-13T20:53:47.450Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/04681f2/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=3e424904b8f57ac8 -C extra-filename=-610a1315089cd595 --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-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36912025-05-13T20:53:47.669Z Compiling parse-zoneinfo v0.3.1
36922025-05-13T20:53:47.702Z Running `/home/build/.rustup/toolchains/1.86.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=fa6a55bf61c318aa -C extra-filename=-f6addb5fd5dc90be --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-c3107bc1a6704013.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36932025-05-13T20:53:47.702Z Compiling diesel_derives v2.2.3
36942025-05-13T20:53:47.738Z Running `/home/build/.rustup/toolchains/1.86.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=31a8e66d562fa190 -C extra-filename=-543afbe3d7a7de30 --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-adb367bd4e6ad57a.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-532c7deadc4bb71c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36952025-05-13T20:53:47.846Z Compiling nanorand v0.7.0
36962025-05-13T20:53:47.872Z Running `/home/build/.rustup/toolchains/1.86.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=66477454a90dc0f4 -C extra-filename=-e040708de4faa130 --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-ef5fc587d8c2f327.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36972025-05-13T20:53:48.312Z Compiling cfg_aliases v0.1.1
36982025-05-13T20:53:48.343Z Running `/home/build/.rustup/toolchains/1.86.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=fe1c62a9bc491511 -C extra-filename=-9e85db9c25a8b994 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36992025-05-13T20:53:48.431Z Compiling parking_lot_core v0.8.6
37002025-05-13T20:53:48.458Z Running `/home/build/.rustup/toolchains/1.86.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=c8a7c26b67717831 -C extra-filename=-40a8cb32f7f823e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-40a8cb32f7f823e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37012025-05-13T20:53:48.873Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-40a8cb32f7f823e6/build-script-build`
37022025-05-13T20:53:48.910Z Compiling nix v0.28.0
37032025-05-13T20:53:48.936Z Running `/home/build/.rustup/toolchains/1.86.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=4ca30890c8c3020b -C extra-filename=-b9a475c0cd65a5d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-b9a475c0cd65a5d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-9e85db9c25a8b994.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042025-05-13T20:53:49.096Z Compiling chrono-tz-build v0.4.0
37052025-05-13T20:53:49.121Z Running `/home/build/.rustup/toolchains/1.86.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=4b6086d8d5289eea -C extra-filename=-e093aab30849ec83 --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-f6addb5fd5dc90be.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-db998c660f59fd5d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062025-05-13T20:53:49.614Z Compiling flume v0.11.1
37072025-05-13T20:53:49.644Z Running `/home/build/.rustup/toolchains/1.86.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=48943c05d94747e3 -C extra-filename=-bc03c9be3a2766a8 --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-20cc0d919cf526a3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-98fd329e9c03b6d0.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-e040708de4faa130.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-716a882fa60f0ce7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082025-05-13T20:53:49.782Z Compiling bcs v0.1.6
37092025-05-13T20:53:49.809Z Running `/home/build/.rustup/toolchains/1.86.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=2ed38c0089decb63 -C extra-filename=-4782c6e2b79c72e0 --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-fcfda3857d1092f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37102025-05-13T20:53:50.104Z Compiling crunchy v0.2.2
37112025-05-13T20:53:50.130Z Running `/home/build/.rustup/toolchains/1.86.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=7c9dd18af620ae0f -C extra-filename=-afc01af4ff229447 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-afc01af4ff229447 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37122025-05-13T20:53:50.173Z Compiling xshell-macros v0.2.7
37132025-05-13T20:53:50.199Z Running `/home/build/.rustup/toolchains/1.86.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=565434623dfae432 -C extra-filename=-3adfa493d4646476 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37142025-05-13T20:53:50.343Z Compiling chrono-tz v0.10.3
37152025-05-13T20:53:50.368Z Running `/home/build/.rustup/toolchains/1.86.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=4e7769ef8dfd5dc3 -C extra-filename=-01c999780e90e692 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-01c999780e90e692 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-e093aab30849ec83.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37162025-05-13T20:53:50.609Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-afc01af4ff229447/build-script-build`
37172025-05-13T20:53:50.639Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-b9a475c0cd65a5d7/build-script-build`
37182025-05-13T20:53:50.672Z Running `/home/build/.rustup/toolchains/1.86.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=5d2a1f0a0e17dabb -C extra-filename=-49ed9dca22537e9a --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-7f8514ed35d62a3a.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-8eeda69d2eb506c8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37192025-05-13T20:53:50.936Z Compiling xshell v0.2.7
37202025-05-13T20:53:50.977Z Running `/home/build/.rustup/toolchains/1.86.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=aea932f6c2d48a54 -C extra-filename=-ac2c39574489ca21 --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-3adfa493d4646476.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37212025-05-13T20:53:51.258Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
37222025-05-13T20:53:51.284Z Running `/home/build/.rustup/toolchains/1.86.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=0fabbc1f22c10ab5 -C extra-filename=-573cdad2bec9ac23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37232025-05-13T20:53:51.309Z Compiling tiny-keccak v2.0.2
37242025-05-13T20:53:51.309Z Running `/home/build/.rustup/toolchains/1.86.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=9dc1c50a425aada2 -C extra-filename=-0c479247aac3c4be --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-0c479247aac3c4be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37252025-05-13T20:53:51.335Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-01c999780e90e692/build-script-build`
37262025-05-13T20:53:51.630Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-0c479247aac3c4be/build-script-build`
37272025-05-13T20:53:51.670Z Compiling parking_lot v0.11.2
37282025-05-13T20:53:51.697Z Running `/home/build/.rustup/toolchains/1.86.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=63f48d0e66adf9cb -C extra-filename=-3c06bd3c5b29956f --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-8eeda69d2eb506c8.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-31b2d6ca86b3761f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-49ed9dca22537e9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292025-05-13T20:53:51.958Z Running `/home/build/.rustup/toolchains/1.86.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=983e69ef674acc2c -C extra-filename=-b93853c9fd6cd061 --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-6a561cfe737ae6c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
37302025-05-13T20:53:52.123Z Running `/home/build/.rustup/toolchains/1.86.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=faf6efcdf548f862 -C extra-filename=-9a6c8cf95a318188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312025-05-13T20:53:52.250Z Compiling peg-macros v0.8.5
37322025-05-13T20:53:52.276Z Running `/home/build/.rustup/toolchains/1.86.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=e2ea915e13be2446 -C extra-filename=-cf2bdb69a3dfa936 --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-cf718d047ff93beb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37332025-05-13T20:53:52.389Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37342025-05-13T20:53:52.415Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=dd273c94746cbe99 -C extra-filename=-2b572f189dfb41b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-2b572f189dfb41b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cf470c3b09ba6d38.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37352025-05-13T20:53:53.331Z Compiling sqlparser_derive v0.2.2
37362025-05-13T20:53:53.357Z Running `/home/build/.rustup/toolchains/1.86.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=4851372f3cf8585e -C extra-filename=-745d42d2272f104c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372025-05-13T20:53:53.693Z Compiling unicode_categories v0.1.1
37382025-05-13T20:53:53.719Z Running `/home/build/.rustup/toolchains/1.86.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=a11dd9c416ae39e3 -C extra-filename=-93a233d4ee943a49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392025-05-13T20:53:54.019Z Compiling bit-vec v0.6.3
37402025-05-13T20:53:54.044Z Running `/home/build/.rustup/toolchains/1.86.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=35392a1fcc04b6fd -C extra-filename=-50ba64b3a519b75e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412025-05-13T20:53:54.376Z Compiling ref-cast v1.0.23
37422025-05-13T20:53:54.402Z Running `/home/build/.rustup/toolchains/1.86.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.23/build.rs --error-format=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=0be8b88e581bbba3 -C extra-filename=-74fc4e97008fb52d --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-74fc4e97008fb52d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432025-05-13T20:53:54.437Z Compiling sqlparser v0.45.0
37442025-05-13T20:53:54.463Z Running `/home/build/.rustup/toolchains/1.86.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=2e56da790f7cffe7 -C extra-filename=-6843e137f1cd9982 --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-daba4f3c1b68dcbf.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-745d42d2272f104c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37452025-05-13T20:53:54.888Z Compiling bit-set v0.5.3
37462025-05-13T20:53:54.914Z Running `/home/build/.rustup/toolchains/1.86.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=ea6aed413e23e4c1 -C extra-filename=-118ffdfde6a1bb17 --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-50ba64b3a519b75e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37472025-05-13T20:53:54.946Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-74fc4e97008fb52d/build-script-build`
37482025-05-13T20:53:55.050Z Compiling rustyline v14.0.0
37492025-05-13T20:53:55.076Z Running `/home/build/.rustup/toolchains/1.86.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=5090446675f069fd -C extra-filename=-f09ef8d065f2a8be --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-6a561cfe737ae6c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-9b723cba68ae468d.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-a0c58be9c9839aee.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b93853c9fd6cd061.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-26cb45c217f77f82.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-ad84214d9a4bf3fe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-955928cd69d22d1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37502025-05-13T20:53:55.076Z Compiling peg v0.8.5
37512025-05-13T20:53:55.076Z Running `/home/build/.rustup/toolchains/1.86.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=17bd88f43e221548 -C extra-filename=-5f20c5aba636cae0 --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-cf2bdb69a3dfa936.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-cf718d047ff93beb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37522025-05-13T20:53:55.185Z Compiling sqlformat v0.3.5
37532025-05-13T20:53:55.211Z Running `/home/build/.rustup/toolchains/1.86.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=051bfd5c0639c2f9 -C extra-filename=-4affd75d7354f736 --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-93a233d4ee943a49.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-d20bde4596813b12.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542025-05-13T20:53:55.236Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-2b572f189dfb41b2/build-script-build`
37552025-05-13T20:53:55.264Z Running `/home/build/.rustup/toolchains/1.86.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=1af7394980ba0033 -C extra-filename=-4628b5530aefc1e3 --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-9a6c8cf95a318188.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37562025-05-13T20:53:55.643Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
37572025-05-13T20:53:55.670Z Running `/home/build/.rustup/toolchains/1.86.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=1d7eba187396f329 -C extra-filename=-ef6fb277f2e51c96 --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-2129b7fb5c80af14.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-411b812118811da9.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-d2ba709c4cf7b9fd.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-59cd39f573908132.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-b3ad912097acfa33.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-815556499442d3ed.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-791cfa692a15f936.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-8665c72c69b562d8.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-36008965f2b3eabe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-cd5a842fa6376f1e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-48229c7287083b5a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-986f800d9db672b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37582025-05-13T20:53:55.999Z Running `/home/build/.rustup/toolchains/1.86.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=a4fcd08281c49e96 -C extra-filename=-40c9f898805d1e11 --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-635dd001e5f79077.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ba75054ed4b09b87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37592025-05-13T20:53:56.797Z Compiling diesel v2.2.10
37602025-05-13T20:53:56.822Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.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 --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=3a538eeb2d14b747 -C extra-filename=-fdc6f040fd4f7b5b --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-6a561cfe737ae6c8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-543afbe3d7a7de30.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4e19af958952b731.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-2d16141f00450443.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
37612025-05-13T20:53:57.393Z Compiling sled v0.34.7
37622025-05-13T20:53:57.418Z Running `/home/build/.rustup/toolchains/1.86.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=a054853de83d9057 -C extra-filename=-8616a8b3bc9ba192 --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-dc6ff59ed603a867.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c912c30a73c6fb4f.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-663aa3ae28b698ce.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-dde9df454645c87d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-3c06bd3c5b29956f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37632025-05-13T20:53:57.995Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
37642025-05-13T20:53:58.020Z Running `/home/build/.rustup/toolchains/1.86.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=cdcf927525fd083c -C extra-filename=-11e72f73350c9f7b --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-5521fc2fbb46472c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-815556499442d3ed.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-ef6fb277f2e51c96.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-d04c6809698d939e.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-84832d7b000ec4fd.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-36008965f2b3eabe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-86b15adaea86fac1.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-9e9728b2d15da62f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0911fcc91d7ccfb0.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-48229c7287083b5a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-986f800d9db672b6.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-457fb615310852bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib`
37652025-05-13T20:53:58.342Z Compiling hickory-client v0.24.4
37662025-05-13T20:53:58.368Z Running `/home/build/.rustup/toolchains/1.86.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.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)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-https", "dns-over-https-openssl", "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", "mdns", "native-certs", "rustls", "serde", "serde-config", "webpki-roots"))' -C metadata=55515a31065868d6 -C extra-filename=-949fdffb744aceb3 --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-7f8514ed35d62a3a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-729ac19f9ff8ff78.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-0b96be3d23455056.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-26cb45c217f77f82.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37672025-05-13T20:53:59.503Z Compiling ascii-canvas v3.0.0
37682025-05-13T20:53:59.528Z Running `/home/build/.rustup/toolchains/1.86.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=bdc121d8893cde8d -C extra-filename=-c3a344507b139e20 --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-349d83d8ef81886c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37692025-05-13T20:53:59.979Z Compiling hickory-server v0.24.4
37702025-05-13T20:54:00.004Z Running `/home/build/.rustup/toolchains/1.86.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.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)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "hickory-recursor", "hickory-resolver", "http", "native-certs", "openssl", "recursor", "resolver", "rusqlite", "rustls", "sqlite", "testing", "tls", "tls-openssl", "tokio-openssl", "tokio-rustls", "toml", "webpki-roots"))' -C metadata=5af3513aac01bf1b -C extra-filename=-9f2d1787fbedd520 --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-d267ed5fcc66eb5b.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-298892a68e048e3a.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712025-05-13T20:54:01.117Z Compiling ref-cast-impl v1.0.23
37722025-05-13T20:54:01.142Z Running `/home/build/.rustup/toolchains/1.86.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.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffd9f4ae10c67997 -C extra-filename=-8841024bf01a7119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37732025-05-13T20:54:02.226Z Compiling ena v0.14.3
37742025-05-13T20:54:02.254Z Running `/home/build/.rustup/toolchains/1.86.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=688774a3c1ee1b48 -C extra-filename=-45a745f7290d244f --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-daba4f3c1b68dcbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37752025-05-13T20:54:02.612Z Compiling regex-syntax v0.6.29
37762025-05-13T20:54:02.637Z Running `/home/build/.rustup/toolchains/1.86.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=d67148f989396ea3 -C extra-filename=-78da441de6aee808 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37772025-05-13T20:54:03.625Z Compiling bindgen v0.71.1
37782025-05-13T20:54:03.650Z Running `/home/build/.rustup/toolchains/1.86.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=303eecc734c41c77 -C extra-filename=-ef7136a1880b8bc4 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-ef7136a1880b8bc4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37792025-05-13T20:54:04.443Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-ef7136a1880b8bc4/build-script-build`
37802025-05-13T20:54:04.486Z Running `/home/build/.rustup/toolchains/1.86.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.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())' -C metadata=3e4bc5af234842c4 -C extra-filename=-7e4738f774742e9a --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-8841024bf01a7119.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'`
37812025-05-13T20:54:04.633Z Compiling rustc-hash v2.1.1
37822025-05-13T20:54:04.659Z Running `/home/build/.rustup/toolchains/1.86.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=aa72f4d8ae233c99 -C extra-filename=-88326cdea985f0ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832025-05-13T20:54:04.659Z Compiling derive_builder_core v0.20.2
37842025-05-13T20:54:04.659Z Running `/home/build/.rustup/toolchains/1.86.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=dbd04713d2a37b9d -C extra-filename=-c23064d20e7a8b5c --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-cb1763339f5b26b8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37852025-05-13T20:54:04.839Z Running `/home/build/.rustup/toolchains/1.86.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=af350120485ba31a -C extra-filename=-bffc71cbabc33711 --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-6a561cfe737ae6c8.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-594b7546f0073c6e.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-b1e025758cc4f457.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3322afa9ef710511.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-88326cdea985f0ce.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-00e54bee3a24be47.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862025-05-13T20:54:05.352Z Compiling lalrpop v0.19.12
37872025-05-13T20:54:05.378Z Running `/home/build/.rustup/toolchains/1.86.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=2cc07a7f86041c8a -C extra-filename=-91d38df867bb302e --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-c3a344507b139e20.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-118ffdfde6a1bb17.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-98e8bdfc7784bdcb.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-45a745f7290d244f.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-9716797e058e3331.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4762b94fa4a567ca.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b894433656de4993.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-6efb0edc26583dea.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-78da441de6aee808.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-03f720d69f7a63cf.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-349d83d8ef81886c.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-4628b5530aefc1e3.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9a19e123728e4c50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37882025-05-13T20:54:06.476Z Compiling libxml v0.3.3
37892025-05-13T20:54:06.502Z Running `/home/build/.rustup/toolchains/1.86.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=45be5ed000279076 -C extra-filename=-85ac3e9a78751dd7 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-85ac3e9a78751dd7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8f7071966951b8cc.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37902025-05-13T20:54:06.907Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-85ac3e9a78751dd7/build-script-build`
37912025-05-13T20:54:06.964Z Compiling derive_builder_macro v0.20.2
37922025-05-13T20:54:06.989Z Running `/home/build/.rustup/toolchains/1.86.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=a61d36abd59ec159 -C extra-filename=-5d23ec7a79375836 --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-c23064d20e7a8b5c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932025-05-13T20:54:06.990Z Compiling strum_macros v0.24.3
37942025-05-13T20:54:07.015Z Running `/home/build/.rustup/toolchains/1.86.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=36e6c2b8a374edc0 -C extra-filename=-2d6496d0645ee8da --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-317511b4e6521cea.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-3fc5ea9e75a3a53d.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37952025-05-13T20:54:07.914Z Compiling assert_matches v1.5.0
37962025-05-13T20:54:07.940Z Running `/home/build/.rustup/toolchains/1.86.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=05eb9d2c88618432 -C extra-filename=-e6d592fac097b6ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972025-05-13T20:54:07.966Z Compiling indoc v1.0.9
37982025-05-13T20:54:07.966Z Running `/home/build/.rustup/toolchains/1.86.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=f9c07a41ea1bb5f1 -C extra-filename=-2ae6d48a90474597 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37992025-05-13T20:54:08.049Z Compiling derive_builder v0.20.2
38002025-05-13T20:54:08.075Z Running `/home/build/.rustup/toolchains/1.86.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=941f8764a7aeb830 -C extra-filename=-a22ac171016518a5 --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-5d23ec7a79375836.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38012025-05-13T20:54:08.238Z Running `/home/build/.rustup/toolchains/1.86.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=5141128dd39d9f56 -C extra-filename=-422673131a2c2491 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
38022025-05-13T20:54:08.761Z Compiling primeorder v0.13.6
38032025-05-13T20:54:08.790Z Running `/home/build/.rustup/toolchains/1.86.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=3a870064e991f9a3 -C extra-filename=-bfc9d757a8204476 --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-b3ca9dc8640c22ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38042025-05-13T20:54:09.192Z Compiling quick-xml v0.37.2
38052025-05-13T20:54:09.218Z Running `/home/build/.rustup/toolchains/1.86.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=a2a6f56f782f75d2 -C extra-filename=-6ea3e5ed7de3e1da --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-2f30e680c9e63b82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38062025-05-13T20:54:09.767Z Compiling oso-derive v0.27.3
38072025-05-13T20:54:09.793Z Running `/home/build/.rustup/toolchains/1.86.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=43e053aeedcd2ca7 -C extra-filename=-fd30fd0081c495f2 --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-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38082025-05-13T20:54:10.184Z Compiling impl-trait-for-tuples v0.2.2
38092025-05-13T20:54:10.210Z Running `/home/build/.rustup/toolchains/1.86.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=5ec9a784aaa8c603 -C extra-filename=-f4dd4ce3db6d1b76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38102025-05-13T20:54:10.749Z Compiling unicase v2.7.0
38112025-05-13T20:54:10.774Z Running `/home/build/.rustup/toolchains/1.86.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=130a1fb01c4f156e -C extra-filename=-9ff87ebc1bcbc111 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-9ff87ebc1bcbc111 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122025-05-13T20:54:11.148Z Compiling half v1.8.3
38132025-05-13T20:54:11.175Z Running `/home/build/.rustup/toolchains/1.86.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=8fd36316a63e83aa -C extra-filename=-bb1f17a619255521 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142025-05-13T20:54:11.762Z Compiling serde_cbor v0.11.2
38152025-05-13T20:54:11.796Z Running `/home/build/.rustup/toolchains/1.86.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=9ad06cdc3a24cc59 -C extra-filename=-a55953051fee8f2c --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-bb1f17a619255521.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162025-05-13T20:54:11.996Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-9ff87ebc1bcbc111/build-script-build`
38172025-05-13T20:54:12.205Z Compiling signal-hook-tokio v0.3.1
38182025-05-13T20:54:12.230Z Running `/home/build/.rustup/toolchains/1.86.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=da24c174b4e0944f -C extra-filename=-f74fc6d45f1e3ff2 --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-20cc0d919cf526a3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e9c6f9af1ed198ca.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38192025-05-13T20:54:12.415Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=57536869418e08667824c9a1b2cf115ed91b713f#57536869)
38202025-05-13T20:54:12.445Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/5753686/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-impls"))' -C metadata=248c06e60d727b67 -C extra-filename=-febc148aecf69250 --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-6a561cfe737ae6c8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f816b0e99d3db6a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38212025-05-13T20:54:12.855Z Running `/home/build/.rustup/toolchains/1.86.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=71d2928b07f6a71b -C extra-filename=-50b534a3a396dede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -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`
38222025-05-13T20:54:12.881Z Compiling salty v0.3.0
38232025-05-13T20:54:12.881Z Running `/home/build/.rustup/toolchains/1.86.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=8ad28658544f0a40 -C extra-filename=-a593215176da5899 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-a593215176da5899 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38242025-05-13T20:54:13.222Z Compiling mime_guess v2.0.5
38252025-05-13T20:54:13.247Z Running `/home/build/.rustup/toolchains/1.86.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=cd2fde71cbc80b74 -C extra-filename=-df91a7e2669177ca --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-df91a7e2669177ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-50b534a3a396dede.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262025-05-13T20:54:13.318Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-a593215176da5899/build-script-build`
38272025-05-13T20:54:13.359Z Compiling p384 v0.13.0
38282025-05-13T20:54:13.384Z Running `/home/build/.rustup/toolchains/1.86.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=aa14861b7c09e842 -C extra-filename=-b00fe5ba8da9297e --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-0b73039aa680ab70.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b3ca9dc8640c22ec.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-bfc9d757a8204476.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38292025-05-13T20:54:13.888Z Compiling tungstenite v0.23.0
38302025-05-13T20:54:13.913Z Running `/home/build/.rustup/toolchains/1.86.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=491dd6e16b1fafa0 -C extra-filename=-dad41378900a1e08 --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-2129b7fb5c80af14.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-729ac19f9ff8ff78.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-31d17b43dfb8e636.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-97d6be9eb3fdf7a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-44e1b8eb4856db91.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38312025-05-13T20:54:14.230Z Compiling diesel-dtrace v0.4.2
38322025-05-13T20:54:14.255Z Running `/home/build/.rustup/toolchains/1.86.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=7d9fc7e4c961af6c -C extra-filename=-48df7adcb4bbaab8 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-48df7adcb4bbaab8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38332025-05-13T20:54:14.552Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=57536869418e08667824c9a1b2cf115ed91b713f#57536869)
38342025-05-13T20:54:14.577Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/5753686/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=2da1d3abff3558a8 -C extra-filename=-76e5cb62565d82da --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-76e5cb62565d82da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352025-05-13T20:54:14.603Z Compiling http-range v0.1.5
38362025-05-13T20:54:14.603Z Running `/home/build/.rustup/toolchains/1.86.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=7ae3a2a88da37180 -C extra-filename=-a4509153735407f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372025-05-13T20:54:14.897Z Compiling void v1.0.2
38382025-05-13T20:54:14.923Z Running `/home/build/.rustup/toolchains/1.86.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=f02c139071eabe99 -C extra-filename=-c7157d42b0ac48cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38392025-05-13T20:54:14.948Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-76e5cb62565d82da/build-script-build`
38402025-05-13T20:54:15.009Z Compiling tokio-tungstenite v0.23.1
38412025-05-13T20:54:15.036Z Running `/home/build/.rustup/toolchains/1.86.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=7b3f8657daf04cfa -C extra-filename=-be7d18b159d57aee --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-22b3486293b2b9f0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-dad41378900a1e08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38422025-05-13T20:54:15.092Z Compiling lzss v0.8.2
38432025-05-13T20:54:15.118Z Running `/home/build/.rustup/toolchains/1.86.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=7af2076c27d6fcef -C extra-filename=-610142dcd5f41005 --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-c7157d42b0ac48cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38442025-05-13T20:54:15.466Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-48df7adcb4bbaab8/build-script-build`
38452025-05-13T20:54:15.522Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-df91a7e2669177ca/build-script-build`
38462025-05-13T20:54:15.578Z Running `/home/build/.rustup/toolchains/1.86.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=1f884a43d4c96afb -C extra-filename=-180ed03ec9aa1778 --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-015ae48351fd063c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
38472025-05-13T20:54:15.603Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
38482025-05-13T20:54:15.603Z Running `/home/build/.rustup/toolchains/1.86.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=a4389e933984f545 -C extra-filename=-34da5d96583e37de --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-2129b7fb5c80af14.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-0b36c1824d283845.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-986f800d9db672b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38492025-05-13T20:54:15.628Z Compiling nix v0.27.1
38502025-05-13T20:54:15.628Z Running `/home/build/.rustup/toolchains/1.86.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=3afa5609412ce953 -C extra-filename=-aff82d53740fedde --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-6a561cfe737ae6c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-58ee7cafd1a12e02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38512025-05-13T20:54:15.946Z Compiling bb8 v0.8.5
38522025-05-13T20:54:15.974Z Running `/home/build/.rustup/toolchains/1.86.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=915c52dc471bdc42 -C extra-filename=-a7c61a80624b91e2 --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-d267ed5fcc66eb5b.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-113e367aef165863.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38532025-05-13T20:54:16.060Z Compiling cargo-platform v0.1.8
38542025-05-13T20:54:16.085Z Running `/home/build/.rustup/toolchains/1.86.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=68cc0742e4c3e1be -C extra-filename=-55cd20f1090b16d9 --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38552025-05-13T20:54:16.407Z Compiling serde_bytes v0.11.17
38562025-05-13T20:54:16.407Z Running `/home/build/.rustup/toolchains/1.86.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=515a9422756542c4 -C extra-filename=-d9a5c63abebf2232 --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38572025-05-13T20:54:16.442Z Compiling atty v0.2.14
38582025-05-13T20:54:16.468Z Running `/home/build/.rustup/toolchains/1.86.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=398526abb58c045d -C extra-filename=-ebc6e561bc5f2f7a --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38592025-05-13T20:54:16.556Z Compiling env_filter v0.1.2
38602025-05-13T20:54:16.581Z Running `/home/build/.rustup/toolchains/1.86.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=4acf66a72150fbe0 -C extra-filename=-d43c647669411db0 --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-daba4f3c1b68dcbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612025-05-13T20:54:16.616Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38622025-05-13T20:54:16.641Z Running `/home/build/.rustup/toolchains/1.86.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=92718845e57ba907 -C extra-filename=-76352d245c4d46a7 --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-ef5fc587d8c2f327.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c47270a6e06ecf5b.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-180ed03ec9aa1778.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632025-05-13T20:54:16.845Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/5753686/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=3ce9a49f1d1e94fd -C extra-filename=-578298397dbd551d --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-d267ed5fcc66eb5b.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-6d487ea5efdc2301.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-dde9df454645c87d.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-febc148aecf69250.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c47270a6e06ecf5b.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-fb9cd732f9db5865.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-610142dcd5f41005.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-aff82d53740fedde.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-7f20eaa552f350a0.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-d9a5c63abebf2232.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-a55953051fee8f2c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a136de79fe574e0.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-03f720d69f7a63cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-34da5d96583e37de.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f816b0e99d3db6a3.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-457fb615310852bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib`
38642025-05-13T20:54:17.140Z Compiling env_logger v0.11.5
38652025-05-13T20:54:17.165Z Running `/home/build/.rustup/toolchains/1.86.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=d5da9620c18fe5a4 -C extra-filename=-46fe869ce0d08942 --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-d43c647669411db0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662025-05-13T20:54:17.193Z Running `/home/build/.rustup/toolchains/1.86.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=8607fe408b881434 -C extra-filename=-7ec16a2d81710ad2 --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-80e1054dc5264632.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-50b534a3a396dede.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38672025-05-13T20:54:17.354Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
38682025-05-13T20:54:17.389Z Running `/home/build/.rustup/toolchains/1.86.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=6d03d6c2ff202ea0 -C extra-filename=-7eee80b0a480bbb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-7eee80b0a480bbb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38692025-05-13T20:54:17.688Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-7eee80b0a480bbb6/build-script-build`
38702025-05-13T20:54:17.726Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38712025-05-13T20:54:17.751Z Running `/home/build/.rustup/toolchains/1.86.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=d245d42a9136d535 -C extra-filename=-4b1418c9a97bea5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-76352d245c4d46a7.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-411b812118811da9.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2d5b053dfae9e5a2.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-46fe869ce0d08942.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-b00fe5ba8da9297e.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-8665c72c69b562d8.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-48229c7287083b5a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38722025-05-13T20:54:17.751Z Compiling secrecy v0.8.0
38732025-05-13T20:54:17.775Z Running `/home/build/.rustup/toolchains/1.86.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=b36837079b20fb56 -C extra-filename=-9b52301b789bcb54 --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-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38742025-05-13T20:54:17.977Z Compiling hyper-staticfile v0.10.1
38752025-05-13T20:54:18.002Z Running `/home/build/.rustup/toolchains/1.86.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=9970765bf2906307 -C extra-filename=-7672ffb85a944856 --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-22b3486293b2b9f0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-04bf4929f7a54a53.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-7ec16a2d81710ad2.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38762025-05-13T20:54:18.002Z Compiling globset v0.4.15
38772025-05-13T20:54:18.027Z Running `/home/build/.rustup/toolchains/1.86.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=e4b56df110021e45 -C extra-filename=-25033758338691a4 --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-9fe64012782fa9a6.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b851a1035fc9bb65.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-2dcec9da92613be6.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a8dec66ede6e4f5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782025-05-13T20:54:18.573Z Compiling pin-project-internal v1.1.6
38792025-05-13T20:54:18.598Z Running `/home/build/.rustup/toolchains/1.86.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=c1774ac4f38882a0 -C extra-filename=-8284d4ba3ca3a394 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802025-05-13T20:54:18.863Z Compiling rand_seeder v0.3.0
38812025-05-13T20:54:18.889Z Running `/home/build/.rustup/toolchains/1.86.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=2dea1408ffe790b7 -C extra-filename=-b310a1cf1ea49d6b --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-e46a24b1c936db89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38822025-05-13T20:54:19.182Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38832025-05-13T20:54:19.207Z Running `/home/build/.rustup/toolchains/1.86.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=ae7780df3dca5f73 -C extra-filename=-1b3b9d471567b10a --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-6a561cfe737ae6c8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c47270a6e06ecf5b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38842025-05-13T20:54:19.373Z Compiling snafu-derive v0.8.5
38852025-05-13T20:54:19.399Z Running `/home/build/.rustup/toolchains/1.86.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=b726ab525adcfe58 -C extra-filename=-1231515a3a4e559a --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-898e01f7b1a1be18.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862025-05-13T20:54:21.028Z Compiling pin-project v1.1.6
38872025-05-13T20:54:21.053Z Running `/home/build/.rustup/toolchains/1.86.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=6654abd183f72169 -C extra-filename=-cf8554e44e215ff0 --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-8284d4ba3ca3a394.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882025-05-13T20:54:21.152Z Compiling fs-err v2.11.0
38892025-05-13T20:54:21.177Z Running `/home/build/.rustup/toolchains/1.86.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=2a3ea04dc40bf40e -C extra-filename=-f3819cc8316cba87 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-f3819cc8316cba87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-ae2c6342de22e17c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902025-05-13T20:54:21.221Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38912025-05-13T20:54:21.247Z Running `/home/build/.rustup/toolchains/1.86.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=18c59326a4082c0b -C extra-filename=-baa3de38de33029d --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-baa3de38de33029d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-c760da5544d72374.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38922025-05-13T20:54:21.577Z Compiling io-lifetimes v1.0.11
38932025-05-13T20:54:21.604Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-lifetimes-1.0.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="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "close", "default", "fs-err", "hermit-abi", "libc", "mio", "os_pipe", "socket2", "tokio", "windows-sys"))' -C metadata=f72bacfba8a83f6e -C extra-filename=-573382c0258c8f36 --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-573382c0258c8f36 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942025-05-13T20:54:21.654Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-baa3de38de33029d/build-script-build`
38952025-05-13T20:54:21.760Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-f3819cc8316cba87/build-script-build`
38962025-05-13T20:54:21.960Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38972025-05-13T20:54:21.987Z Running `/home/build/.rustup/toolchains/1.86.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=c1c805a0e052d382 -C extra-filename=-e6ecf704ad212b3a --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-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-1b3b9d471567b10a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38982025-05-13T20:54:22.220Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-573382c0258c8f36/build-script-build`
38992025-05-13T20:54:22.871Z Compiling olpc-cjson v0.1.4
39002025-05-13T20:54:22.896Z Running `/home/build/.rustup/toolchains/1.86.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=942011b115c9f3bf -C extra-filename=-ad970af17f0ac29f --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-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-f7df39549d51b09e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012025-05-13T20:54:23.182Z Compiling serde_plain v1.0.2
39022025-05-13T20:54:23.208Z Running `/home/build/.rustup/toolchains/1.86.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=0060e5bb29b38429 -C extra-filename=-718190b9bd647788 --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39032025-05-13T20:54:23.526Z Compiling rustix v0.37.28
39042025-05-13T20:54:23.551Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/build.rs --error-format=json --json=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="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "all-impls", "alloc", "cc", "compiler_builtins", "core", "default", "fs", "fs-err", "io-lifetimes", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "net", "once_cell", "os_pipe", "param", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "std", "termios", "thread", "time", "use-libc", "use-libc-auxv"))' -C metadata=e63432970a354266 -C extra-filename=-7a296a60d538ff4a --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-7a296a60d538ff4a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39052025-05-13T20:54:23.628Z Compiling snafu v0.8.5
39062025-05-13T20:54:23.653Z Running `/home/build/.rustup/toolchains/1.86.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=bca447f202a0b0ec -C extra-filename=-23f6798548746795 --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-20cc0d919cf526a3.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-cf8554e44e215ff0.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-1231515a3a4e559a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39072025-05-13T20:54:23.823Z Compiling typed-path v0.9.3
39082025-05-13T20:54:23.848Z Running `/home/build/.rustup/toolchains/1.86.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=7cc8eb83d54f403d -C extra-filename=-82df6874f35df40e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39092025-05-13T20:54:24.111Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-7a296a60d538ff4a/build-script-build`
39102025-05-13T20:54:24.270Z Running `/home/build/.rustup/toolchains/1.86.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=5353e1851cd9e048 -C extra-filename=-7f62667b5cf8949c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c47270a6e06ecf5b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cded52ba09e17906.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d1129058a71ace58.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-e6ecf704ad212b3a.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-1b3b9d471567b10a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
39112025-05-13T20:54:24.368Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-lifetimes-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 --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "close", "default", "fs-err", "hermit-abi", "libc", "mio", "os_pipe", "socket2", "tokio", "windows-sys"))' -C metadata=531c114323730790 -C extra-filename=-d604759755c3ace0 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg io_safety_is_in_std`
39122025-05-13T20:54:24.584Z Running `/home/build/.rustup/toolchains/1.86.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=60106bf8b1802fe3 -C extra-filename=-6cbbd44c6d0b877e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
39132025-05-13T20:54:25.089Z Compiling async-bb8-diesel v0.2.1
39142025-05-13T20:54:25.113Z Running `/home/build/.rustup/toolchains/1.86.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=73743941f3b1939e -C extra-filename=-9833fc5cd7c8fc36 --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-d267ed5fcc66eb5b.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-a7c61a80624b91e2.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39152025-05-13T20:54:25.139Z Running `/home/build/.rustup/toolchains/1.86.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=835c40505ff93c0c -C extra-filename=-ed4ee5eb80872263 --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-fdc6f040fd4f7b5b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39162025-05-13T20:54:25.511Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
39172025-05-13T20:54:25.535Z Running `/home/build/.rustup/toolchains/1.86.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=c9c30067c6466296 -C extra-filename=-6352a5a8370f7743 --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-317511b4e6521cea.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39182025-05-13T20:54:25.824Z Compiling yansi v1.0.1
39192025-05-13T20:54:25.849Z Running `/home/build/.rustup/toolchains/1.86.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=327ffcd63c2fe0fd -C extra-filename=-69861cd603e37d58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39202025-05-13T20:54:26.441Z Compiling parse-size v1.1.0
39212025-05-13T20:54:26.466Z Running `/home/build/.rustup/toolchains/1.86.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=78be53e77d0ba6f8 -C extra-filename=-162a6217309e34db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39222025-05-13T20:54:26.490Z Compiling pretty_assertions v1.4.1
39232025-05-13T20:54:26.490Z Running `/home/build/.rustup/toolchains/1.86.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=cf38e2383f19861a -C extra-filename=-77810e8859134555 --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-98e8bdfc7784bdcb.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-69861cd603e37d58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39242025-05-13T20:54:26.548Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "all-impls", "alloc", "cc", "compiler_builtins", "core", "default", "fs", "fs-err", "io-lifetimes", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "net", "once_cell", "os_pipe", "param", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "std", "termios", "thread", "time", "use-libc", "use-libc-auxv"))' -C metadata=53c2d9e2eb2ec7fd -C extra-filename=-c068481f6b65cc41 --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-583cffbe97cd9a36.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-2f00e4fa369b3ceb.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-d604759755c3ace0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
39252025-05-13T20:54:26.708Z Compiling castaway v0.2.3
39262025-05-13T20:54:26.732Z Running `/home/build/.rustup/toolchains/1.86.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=427ce4eb22ffb552 -C extra-filename=-8111c87b0043df9c --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-3fc5ea9e75a3a53d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39272025-05-13T20:54:26.914Z Compiling indoc v2.0.6
39282025-05-13T20:54:26.939Z Running `/home/build/.rustup/toolchains/1.86.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=888037a56015a96d -C extra-filename=-c837b867497c2b3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39292025-05-13T20:54:26.965Z Compiling compact_str v0.8.0
39302025-05-13T20:54:26.965Z Running `/home/build/.rustup/toolchains/1.86.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=2f3c2b7182b532f4 -C extra-filename=-8619140f26cca05d --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-8111c87b0043df9c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4e19af958952b731.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-3fc5ea9e75a3a53d.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ab6482233eaa368.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39312025-05-13T20:54:26.993Z Compiling unicode-truncate v1.1.0
39322025-05-13T20:54:26.993Z Running `/home/build/.rustup/toolchains/1.86.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=3cc644ed83329628 -C extra-filename=-c833c0d2d7bb08d7 --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-3322afa9ef710511.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-ad84214d9a4bf3fe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332025-05-13T20:54:27.043Z Compiling instability v0.3.2
39342025-05-13T20:54:27.068Z Running `/home/build/.rustup/toolchains/1.86.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=5ca5a6b9bd2a89a2 -C extra-filename=-458e3a0e367d59f8 --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-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352025-05-13T20:54:27.259Z Compiling lru v0.12.5
39362025-05-13T20:54:27.284Z Running `/home/build/.rustup/toolchains/1.86.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=9ab8f46a830cfe52 -C extra-filename=-963783c47a9fd77b --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-8b275c11e2bd0883.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39372025-05-13T20:54:27.545Z Compiling terminal_size v0.2.6
39382025-05-13T20:54:27.578Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97e06f3391f189ed -C extra-filename=-4128f8e042211d84 --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-c068481f6b65cc41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39392025-05-13T20:54:27.681Z Compiling cassowary v0.3.0
39402025-05-13T20:54:27.706Z Running `/home/build/.rustup/toolchains/1.86.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=9a0c0d8154d7994e -C extra-filename=-de571ec7bc69117a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39412025-05-13T20:54:27.763Z Compiling smawk v0.3.2
39422025-05-13T20:54:27.788Z Running `/home/build/.rustup/toolchains/1.86.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=9039a070e9e3ddce -C extra-filename=-7721c7235384bb89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39432025-05-13T20:54:27.833Z Compiling is_ci v1.2.0
39442025-05-13T20:54:27.833Z Running `/home/build/.rustup/toolchains/1.86.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=1081f90c7ac1a2a6 -C extra-filename=-cff6fa208fe0bc51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39452025-05-13T20:54:27.997Z Compiling unicode-linebreak v0.1.5
39462025-05-13T20:54:28.022Z Running `/home/build/.rustup/toolchains/1.86.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=5dd2a3ffd26b2848 -C extra-filename=-b44c3bd398dce6cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39472025-05-13T20:54:28.047Z Compiling supports-color v3.0.2
39482025-05-13T20:54:28.047Z Running `/home/build/.rustup/toolchains/1.86.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=fda10aeabc1948fa -C extra-filename=-67264aa1445fa674 --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-cff6fa208fe0bc51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39492025-05-13T20:54:28.073Z Compiling cargo_metadata v0.19.2
39502025-05-13T20:54:28.073Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=829ed64f9b86213f -C extra-filename=-39cf50e6e6f79fd7 --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-ffcf51777a761bbd.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-55cd20f1090b16d9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39512025-05-13T20:54:28.104Z Compiling libz-sys v1.1.20
39522025-05-13T20:54:28.130Z Running `/home/build/.rustup/toolchains/1.86.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=2c87032ee8b48d16 -C extra-filename=-5d610f100ef64a1d --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-5d610f100ef64a1d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-cac1d5d3df92c21f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8f7071966951b8cc.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-ef2577dd9478d7f6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39532025-05-13T20:54:28.327Z Compiling ratatui v0.29.0
39542025-05-13T20:54:28.354Z Running `/home/build/.rustup/toolchains/1.86.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=bfa43eba7c8854b4 -C extra-filename=-c2c5194f4885ed4c --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-6a561cfe737ae6c8.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-de571ec7bc69117a.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-8619140f26cca05d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-c837b867497c2b3d.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-458e3a0e367d59f8.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3322afa9ef710511.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-963783c47a9fd77b.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-ad84214d9a4bf3fe.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-c833c0d2d7bb08d7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8eb4dc81f9420728.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552025-05-13T20:54:28.447Z Compiling textwrap v0.16.1
39562025-05-13T20:54:28.472Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=2545f18e1433a66e -C extra-filename=-fe4b1dc7b0d4cc76 --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-7721c7235384bb89.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-4128f8e042211d84.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-b44c3bd398dce6cf.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39572025-05-13T20:54:28.615Z Compiling concurrent-queue v2.5.0
39582025-05-13T20:54:28.640Z Running `/home/build/.rustup/toolchains/1.86.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=0da29ac998301c21 -C extra-filename=-bd0478bf78f5417e --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-663aa3ae28b698ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39592025-05-13T20:54:28.829Z Compiling parking v2.2.1
39602025-05-13T20:54:28.854Z Running `/home/build/.rustup/toolchains/1.86.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=80e6c6293f032534 -C extra-filename=-5b2e0b7154407021 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612025-05-13T20:54:28.969Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-5d610f100ef64a1d/build-script-build`
39622025-05-13T20:54:29.090Z Compiling libgit2-sys v0.17.0+1.8.1
39632025-05-13T20:54:29.116Z Running `/home/build/.rustup/toolchains/1.86.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=223f155992e4cad3 -C extra-filename=-84757289abaedd3e --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-84757289abaedd3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-cac1d5d3df92c21f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8f7071966951b8cc.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39642025-05-13T20:54:29.148Z Compiling shell-words v1.1.0
39652025-05-13T20:54:29.148Z Running `/home/build/.rustup/toolchains/1.86.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=5bcbafc71b3e8bdf -C extra-filename=-2c8c408103b12f70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39662025-05-13T20:54:29.376Z Running `/home/build/.rustup/toolchains/1.86.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=7ee31738878a2fad -C extra-filename=-236dd7ee19339c62 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
39672025-05-13T20:54:29.403Z Compiling event-listener v5.3.1
39682025-05-13T20:54:29.428Z Running `/home/build/.rustup/toolchains/1.86.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=73ce58ab1ec91040 -C extra-filename=-13d5c6819e79e4a4 --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-bd0478bf78f5417e.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-5b2e0b7154407021.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692025-05-13T20:54:29.567Z Compiling vergen v8.3.2
39702025-05-13T20:54:29.592Z Running `/home/build/.rustup/toolchains/1.86.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=ca4e4052875f3e8e -C extra-filename=-cf780681d412a0ee --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-cf780681d412a0ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-3fc5ea9e75a3a53d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39712025-05-13T20:54:29.850Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-84757289abaedd3e/build-script-build`
39722025-05-13T20:54:29.916Z Compiling event-listener-strategy v0.5.2
39732025-05-13T20:54:29.941Z Running `/home/build/.rustup/toolchains/1.86.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=08a1dfdcab390da0 -C extra-filename=-d183a4e4614a32d8 --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-13d5c6819e79e4a4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39742025-05-13T20:54:29.941Z Compiling csv-core v0.1.11
39752025-05-13T20:54:29.941Z Running `/home/build/.rustup/toolchains/1.86.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=32f384a63638c301 -C extra-filename=-76aa7ee76779c3c0 --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-2f30e680c9e63b82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39762025-05-13T20:54:30.154Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-cf780681d412a0ee/build-script-build`
39772025-05-13T20:54:30.194Z Compiling futures-lite v2.3.0
39782025-05-13T20:54:30.220Z Running `/home/build/.rustup/toolchains/1.86.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=bbfaffd76eadf653 -C extra-filename=-d47177b0744523f7 --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-c648c227574ade4c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-5b2e0b7154407021.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792025-05-13T20:54:30.415Z Compiling csv v1.3.1
39802025-05-13T20:54:30.443Z Running `/home/build/.rustup/toolchains/1.86.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=846d7c2cb2bf5aad -C extra-filename=-c9b1cc28d1fb8db9 --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-76aa7ee76779c3c0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4e19af958952b731.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ab6482233eaa368.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812025-05-13T20:54:30.921Z Compiling cargo_metadata v0.18.1
39822025-05-13T20:54:30.947Z Running `/home/build/.rustup/toolchains/1.86.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=76dce84806e4e323 -C extra-filename=-6a95b38f7311f527 --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-ffcf51777a761bbd.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-55cd20f1090b16d9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39832025-05-13T20:54:31.537Z Compiling rtoolbox v0.0.2
39842025-05-13T20:54:31.562Z Running `/home/build/.rustup/toolchains/1.86.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=e26abb5387fc5b63 -C extra-filename=-345ba7d8959b666b --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852025-05-13T20:54:31.590Z Compiling rustls v0.21.12
39862025-05-13T20:54:31.615Z Running `/home/build/.rustup/toolchains/1.86.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=bc92b3a23f7cbb8f -C extra-filename=-2b45185616c035d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-2b45185616c035d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39872025-05-13T20:54:31.916Z Compiling hex-literal v0.4.1
39882025-05-13T20:54:31.941Z Running `/home/build/.rustup/toolchains/1.86.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=c48400d5e5a8a072 -C extra-filename=-fde220034c5893f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39892025-05-13T20:54:31.966Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-2b45185616c035d2/build-script-build`
39902025-05-13T20:54:31.991Z Compiling rpassword v7.3.1
39912025-05-13T20:54:31.991Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rpassword-7.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=f7eff198ff10aeb1 -C extra-filename=-875255c293e3643b --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-f9843d87f643e91e.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-345ba7d8959b666b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39922025-05-13T20:54:32.102Z Compiling tui-tree-widget v0.23.0
39932025-05-13T20:54:32.127Z Running `/home/build/.rustup/toolchains/1.86.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --forbid=unsafe_code '--warn=clippy::pedantic' '--warn=clippy::nursery' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b88ae3ecee135b41 -C extra-filename=-d504c4e11c5d5040 --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-c2c5194f4885ed4c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8eb4dc81f9420728.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39942025-05-13T20:54:32.284Z Compiling petname v2.0.2
39952025-05-13T20:54:32.310Z Running `/home/build/.rustup/toolchains/1.86.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=8139fa466523d8c8 -C extra-filename=-b41fde16415a061f --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-b41fde16415a061f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39962025-05-13T20:54:32.427Z Compiling rustls-webpki v0.101.7
39972025-05-13T20:54:32.453Z Running `/home/build/.rustup/toolchains/1.86.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=6dfc03b8f65d3702 -C extra-filename=-27e7518a65bba310 --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-b591337e3059e592.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9bbb5166464e8f20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out`
39982025-05-13T20:54:33.210Z Compiling sct v0.7.1
39992025-05-13T20:54:33.235Z Running `/home/build/.rustup/toolchains/1.86.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=0279ea5c9cb072b3 -C extra-filename=-95e4d1cc5f4d7802 --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-b591337e3059e592.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9bbb5166464e8f20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out`
40002025-05-13T20:54:33.475Z Running `/home/build/.rustup/toolchains/1.86.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=6dbf473fbfb89a81 -C extra-filename=-082e892703a7a4da --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-daba4f3c1b68dcbf.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-27e7518a65bba310.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-95e4d1cc5f4d7802.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out`
40012025-05-13T20:54:33.513Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-b41fde16415a061f/build-script-build`
40022025-05-13T20:54:33.794Z Compiling async-lock v3.4.0
40032025-05-13T20:54:33.819Z Running `/home/build/.rustup/toolchains/1.86.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=7cde8c227806a3ea -C extra-filename=-84f17f8291d36372 --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-13d5c6819e79e4a4.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-d183a4e4614a32d8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40042025-05-13T20:54:33.847Z Compiling polyval v0.6.2
40052025-05-13T20:54:33.847Z Running `/home/build/.rustup/toolchains/1.86.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=51f2f6dcdd6e5dbc -C extra-filename=-d4d70b02b9695305 --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-7f8514ed35d62a3a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2b80f643c97b05f7.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-5fa40915afa4914b.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-ba37617c069a1ce3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40062025-05-13T20:54:33.872Z Compiling polling v3.7.3
40072025-05-13T20:54:33.872Z Running `/home/build/.rustup/toolchains/1.86.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=ce2d416272fbb765 -C extra-filename=-e4164524c77e4e8e --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-7f8514ed35d62a3a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40082025-05-13T20:54:34.214Z Compiling ghash v0.5.1
40092025-05-13T20:54:34.239Z Running `/home/build/.rustup/toolchains/1.86.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=f11c92106757eb14 -C extra-filename=-2fc36364540c6982 --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-5fa40915afa4914b.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-d4d70b02b9695305.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40102025-05-13T20:54:34.426Z Running `/home/build/.rustup/toolchains/1.86.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=e83242c0e9e8a8a5 -C extra-filename=-1fbde3982e664328 --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-258406cf9b8c383a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112025-05-13T20:54:34.491Z Compiling rustls-pemfile v1.0.4
40122025-05-13T20:54:34.516Z Running `/home/build/.rustup/toolchains/1.86.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=326128f5667e3945 -C extra-filename=-3e5470921d4e104f --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-e160ba038ce5e281.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40132025-05-13T20:54:34.765Z Compiling async-io v2.3.4
40142025-05-13T20:54:34.790Z Running `/home/build/.rustup/toolchains/1.86.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=05472285a5a7dfcb -C extra-filename=-c4996f6b989a566b --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-84f17f8291d36372.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-bd0478bf78f5417e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d47177b0744523f7.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-5b2e0b7154407021.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-e4164524c77e4e8e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f1cd1fc5bded71a0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40152025-05-13T20:54:34.887Z Compiling twox-hash v2.1.0
40162025-05-13T20:54:34.912Z Running `/home/build/.rustup/toolchains/1.86.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=d48417554594752e -C extra-filename=-166632be0023aa12 --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-f5c83a10f24bdf57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40172025-05-13T20:54:35.611Z Compiling ctr v0.9.2
40182025-05-13T20:54:35.636Z Running `/home/build/.rustup/toolchains/1.86.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=5f9f209fecf9aa50 -C extra-filename=-fdb3623e94fc6258 --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-3b39b99f841cf550.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40192025-05-13T20:54:35.989Z Compiling plotters-backend v0.3.7
40202025-05-13T20:54:36.013Z Running `/home/build/.rustup/toolchains/1.86.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=8dd69ad402c2784c -C extra-filename=-05ceebc37aea0989 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212025-05-13T20:54:36.059Z Compiling async-task v4.7.1
40222025-05-13T20:54:36.084Z Running `/home/build/.rustup/toolchains/1.86.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=a62105c4c66ffb70 -C extra-filename=-3e4cb5bd8395a1ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232025-05-13T20:54:36.440Z Compiling sync-ptr v0.1.1
40242025-05-13T20:54:36.465Z Running `/home/build/.rustup/toolchains/1.86.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5d17cff3ef6122a -C extra-filename=-d05fa9154c448b6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40252025-05-13T20:54:36.491Z Compiling target-lexicon v0.13.2
40262025-05-13T20:54:36.516Z Running `/home/build/.rustup/toolchains/1.86.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=1321c3a36c0d1ba1 -C extra-filename=-aee536c273288715 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-aee536c273288715 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40272025-05-13T20:54:36.517Z Compiling plotters-svg v0.3.7
40282025-05-13T20:54:36.517Z Running `/home/build/.rustup/toolchains/1.86.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=6ff568ef616a64f1 -C extra-filename=-583612f4d40a93ad --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-05ceebc37aea0989.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40292025-05-13T20:54:36.679Z Compiling tokio-rustls v0.24.1
40302025-05-13T20:54:36.704Z Running `/home/build/.rustup/toolchains/1.86.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=4307948b9795ec7c -C extra-filename=-f99402bd3fbd2a9f --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-082e892703a7a4da.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out`
40312025-05-13T20:54:36.885Z Compiling aes-gcm v0.10.3
40322025-05-13T20:54:36.910Z Running `/home/build/.rustup/toolchains/1.86.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=2cadfb5f23e62bf0 -C extra-filename=-e237294d2c431c8d --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-9c1a4ddeaa945015.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-308dc52d8875a7e1.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3b39b99f841cf550.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-fdb3623e94fc6258.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-2fc36364540c6982.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332025-05-13T20:54:37.070Z Compiling async-channel v2.3.1
40342025-05-13T20:54:37.095Z Running `/home/build/.rustup/toolchains/1.86.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=ff0666dc0b1b9964 -C extra-filename=-bc02f217199b959b --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-bd0478bf78f5417e.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-d183a4e4614a32d8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40352025-05-13T20:54:37.183Z Compiling piper v0.2.4
40362025-05-13T20:54:37.208Z Running `/home/build/.rustup/toolchains/1.86.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=df78bd4d2f9a9928 -C extra-filename=-9f5f6d90ffee7395 --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-01f90c7a2d94184a.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-c648c227574ade4c.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40372025-05-13T20:54:37.399Z Compiling fatfs v0.3.6
40382025-05-13T20:54:37.424Z Running `/home/build/.rustup/toolchains/1.86.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=33d184b958da4981 -C extra-filename=-9daae4b4f2aba377 --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-583cffbe97cd9a36.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40392025-05-13T20:54:37.448Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-aee536c273288715/build-script-build`
40402025-05-13T20:54:37.524Z Compiling ssh-encoding v0.2.0
40412025-05-13T20:54:37.549Z Running `/home/build/.rustup/toolchains/1.86.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=a6854cbb9619c2ad -C extra-filename=-02602231ddd71aa9 --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-8be1ba0eaa8fca01.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-8665c72c69b562d8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40422025-05-13T20:54:37.574Z Compiling blowfish v0.9.1
40432025-05-13T20:54:37.574Z Running `/home/build/.rustup/toolchains/1.86.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=f699f7563c313789 -C extra-filename=-41c38f8daaf8e715 --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-2129b7fb5c80af14.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3b39b99f841cf550.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442025-05-13T20:54:37.975Z Compiling arrayref v0.3.9
40452025-05-13T20:54:38.001Z Compiling constant_time_eq v0.3.1
40462025-05-13T20:54:38.001Z Running `/home/build/.rustup/toolchains/1.86.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=ac7632edf2d72324 -C extra-filename=-a22d07dae427290f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40472025-05-13T20:54:38.001Z Running `/home/build/.rustup/toolchains/1.86.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=6d7446389494cecf -C extra-filename=-c7cf0261ea0b559b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40482025-05-13T20:54:38.104Z Compiling cast v0.3.0
40492025-05-13T20:54:38.129Z Running `/home/build/.rustup/toolchains/1.86.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=d899bfea6f0557c1 -C extra-filename=-379200d47f1747bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502025-05-13T20:54:38.228Z Compiling arrayvec v0.7.6
40512025-05-13T20:54:38.252Z Running `/home/build/.rustup/toolchains/1.86.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=7a04730f832b4993 -C extra-filename=-d4ceb6e7ad782902 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40522025-05-13T20:54:38.444Z Compiling guppy-workspace-hack v0.1.0
40532025-05-13T20:54:38.469Z Running `/home/build/.rustup/toolchains/1.86.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=12e4cd953f99f884 -C extra-filename=-07e8ee62b0ca0533 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-07e8ee62b0ca0533 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40542025-05-13T20:54:38.589Z Compiling criterion-plot v0.5.0
40552025-05-13T20:54:38.614Z Running `/home/build/.rustup/toolchains/1.86.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=45d556ac11d48346 -C extra-filename=-c9bc20738ead119d --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-379200d47f1747bc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4762b94fa4a567ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40562025-05-13T20:54:38.771Z Compiling ssh-cipher v0.2.0
40572025-05-13T20:54:38.796Z Running `/home/build/.rustup/toolchains/1.86.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=dc47b6f71f31aa44 -C extra-filename=-d1c2afe1a684684a --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-308dc52d8875a7e1.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-e237294d2c431c8d.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-36fd22a7b9a4cc1b.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-5e6821f4f8279c7e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3b39b99f841cf550.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-fdb3623e94fc6258.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-a6062a6c1b502b79.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-02602231ddd71aa9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40582025-05-13T20:54:38.821Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-07e8ee62b0ca0533/build-script-build`
40592025-05-13T20:54:38.845Z Compiling bcrypt-pbkdf v0.10.0
40602025-05-13T20:54:38.845Z Running `/home/build/.rustup/toolchains/1.86.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=cc7364e4c7c679b9 -C extra-filename=-c434922d101439f3 --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-41c38f8daaf8e715.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-0ad0ab21d288e441.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40612025-05-13T20:54:39.383Z Running `/home/build/.rustup/toolchains/1.86.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=26c8369b0cafa539 -C extra-filename=-c67146d3d84d078c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'`
40622025-05-13T20:54:39.410Z Compiling blocking v1.6.1
40632025-05-13T20:54:39.435Z Running `/home/build/.rustup/toolchains/1.86.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=ded955571b567beb -C extra-filename=-8209d8e5304fb126 --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-bc02f217199b959b.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-3e4cb5bd8395a1ee.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d47177b0744523f7.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-9f5f6d90ffee7395.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40642025-05-13T20:54:39.725Z Compiling plotters v0.3.7
40652025-05-13T20:54:39.750Z Running `/home/build/.rustup/toolchains/1.86.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=40e45ca92a2a5848 -C extra-filename=-922726323982b38c --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-b016ab649b5092da.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-05ceebc37aea0989.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-583612f4d40a93ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40662025-05-13T20:54:39.938Z Compiling async-executor v1.13.1
40672025-05-13T20:54:39.964Z Running `/home/build/.rustup/toolchains/1.86.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=af1d0b4dcb1b019d -C extra-filename=-042fd01f57e61318 --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-3e4cb5bd8395a1ee.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-bd0478bf78f5417e.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-c648c227574ade4c.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d47177b0744523f7.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f1cd1fc5bded71a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40682025-05-13T20:54:39.964Z Compiling async-signal v0.2.10
40692025-05-13T20:54:39.964Z Running `/home/build/.rustup/toolchains/1.86.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=ee2f76201c5e6cae -C extra-filename=-04f16d8674ed874d --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-c4996f6b989a566b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-b62228e231647547.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40702025-05-13T20:54:40.028Z Compiling password-hash v0.4.2
40712025-05-13T20:54:40.053Z Running `/home/build/.rustup/toolchains/1.86.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=da87dbd1facfef41 -C extra-filename=-337274a8a0a8b230 --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-8be1ba0eaa8fca01.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40722025-05-13T20:54:40.332Z Compiling tinytemplate v1.2.1
40732025-05-13T20:54:40.364Z Running `/home/build/.rustup/toolchains/1.86.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=4d9dbbc1dce2c050 -C extra-filename=-9988b2240d630b6a --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-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40742025-05-13T20:54:40.569Z Compiling anes v0.1.6
40752025-05-13T20:54:40.594Z Running `/home/build/.rustup/toolchains/1.86.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=4fa736b3e0db35fc -C extra-filename=-b141b14bb80cae0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40762025-05-13T20:54:40.743Z Compiling event-listener v2.5.3
40772025-05-13T20:54:40.768Z Running `/home/build/.rustup/toolchains/1.86.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=e9524d2736f63985 -C extra-filename=-0fb4761ce81370be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40782025-05-13T20:54:41.012Z Compiling oorandom v11.1.4
40792025-05-13T20:54:41.037Z Running `/home/build/.rustup/toolchains/1.86.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=5f96c214d4c0386d -C extra-filename=-6b260a72007983d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40802025-05-13T20:54:41.117Z Compiling target-spec v3.4.2
40812025-05-13T20:54:41.143Z Running `/home/build/.rustup/toolchains/1.86.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=2f0d2085bbce5c7f -C extra-filename=-e7b40beaef035076 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-e7b40beaef035076 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40822025-05-13T20:54:41.168Z Compiling futures-timer v3.0.3
40832025-05-13T20:54:41.168Z Running `/home/build/.rustup/toolchains/1.86.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=9f445d2f27c06bc5 -C extra-filename=-d307143fdf031b32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40842025-05-13T20:54:41.236Z Compiling async-channel v1.9.0
40852025-05-13T20:54:41.262Z Running `/home/build/.rustup/toolchains/1.86.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=e97636cb90111018 -C extra-filename=-4667ea8572d39389 --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-bd0478bf78f5417e.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-0fb4761ce81370be.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862025-05-13T20:54:41.528Z Compiling criterion v0.5.1
40872025-05-13T20:54:41.554Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-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="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async-std", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv", "csv_output", "default", "futures", "html_reports", "plotters", "rayon", "real_blackbox", "smol", "stable", "tokio"))' -C metadata=a4f2af2a49d55419 -C extra-filename=-dec9ecdfc403e756 --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-b141b14bb80cae0c.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-379200d47f1747bc.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-c9bc20738ead119d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-9716797e058e3331.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4762b94fa4a567ca.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-6b260a72007983d2.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-922726323982b38c.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-eb7ccd3b497b41c6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb709642302e3e4b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-9988b2240d630b6a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40882025-05-13T20:54:41.623Z Compiling pbkdf2 v0.11.0
40892025-05-13T20:54:41.648Z Running `/home/build/.rustup/toolchains/1.86.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=3adf3e5d7dfba098 -C extra-filename=-a5b05972b2a468b1 --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-5521fc2fbb46472c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-337274a8a0a8b230.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40902025-05-13T20:54:41.648Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-e7b40beaef035076/build-script-build`
40912025-05-13T20:54:41.688Z Compiling async-global-executor v2.4.1
40922025-05-13T20:54:41.714Z Running `/home/build/.rustup/toolchains/1.86.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=0b5bd1a9f7aa7b18 -C extra-filename=-e7717c01afd88b99 --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-bc02f217199b959b.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-042fd01f57e61318.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-c4996f6b989a566b.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-84f17f8291d36372.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-8209d8e5304fb126.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d47177b0744523f7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40932025-05-13T20:54:41.814Z Compiling async-process v2.3.0
40942025-05-13T20:54:41.839Z Running `/home/build/.rustup/toolchains/1.86.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=83c5c7c5a3e2c71c -C extra-filename=-f3373ae35d3c20ed --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-c4996f6b989a566b.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-84f17f8291d36372.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-04f16d8674ed874d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-13d5c6819e79e4a4.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d47177b0744523f7.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40952025-05-13T20:54:41.978Z Compiling cfg-expr v0.18.0
40962025-05-13T20:54:42.004Z Running `/home/build/.rustup/toolchains/1.86.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=6eb3d41835d15979 -C extra-filename=-77cf3f1c43552cd7 --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-2b53ddeb7bc9109c.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-c67146d3d84d078c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972025-05-13T20:54:42.882Z Compiling ssh-key v0.6.6
40982025-05-13T20:54:42.907Z Running `/home/build/.rustup/toolchains/1.86.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=ed853c6dd75e83ef -C extra-filename=-e6ce9e2d951fcd27 --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-c434922d101439f3.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2d5b053dfae9e5a2.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-06f61af37fe62196.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-36008965f2b3eabe.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-a439ed21d8d9232f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f0068d85b2ab1558.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-d1c2afe1a684684a.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-02602231ddd71aa9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40992025-05-13T20:54:42.907Z Running `/home/build/.rustup/toolchains/1.86.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=4d178bd9346e1908 -C extra-filename=-03f45e6aeee1f336 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41002025-05-13T20:54:42.999Z Compiling p521 v0.13.3
41012025-05-13T20:54:43.024Z Running `/home/build/.rustup/toolchains/1.86.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=8a8aaeb2ab100444 -C extra-filename=-9758e0703e9bc1f3 --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-2f0f34c3a81c542d.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-0b73039aa680ab70.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b3ca9dc8640c22ec.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-bfc9d757a8204476.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41022025-05-13T20:54:43.049Z Compiling p256 v0.13.2
41032025-05-13T20:54:43.049Z Running `/home/build/.rustup/toolchains/1.86.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=c76335fa93b2ba5e -C extra-filename=-200512867f9d6eb9 --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-0b73039aa680ab70.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b3ca9dc8640c22ec.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-bfc9d757a8204476.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41042025-05-13T20:54:43.723Z Compiling async-attributes v1.1.2
41052025-05-13T20:54:43.749Z Running `/home/build/.rustup/toolchains/1.86.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=28bdd5bb9f9c84c2 -C extra-filename=-2ce2659476f89113 --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-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41062025-05-13T20:54:44.543Z Compiling blake3 v1.5.4
41072025-05-13T20:54:44.567Z Running `/home/build/.rustup/toolchains/1.86.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=d8fd52e41d9d34d9 -C extra-filename=-264fc11213d26574 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-264fc11213d26574 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-cac1d5d3df92c21f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41082025-05-13T20:54:44.789Z Compiling russh-cryptovec v0.7.3
41092025-05-13T20:54:44.814Z Running `/home/build/.rustup/toolchains/1.86.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=2b259d7b829a6af8 -C extra-filename=-6fb74d8b9dfdac87 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41102025-05-13T20:54:45.090Z Compiling kv-log-macro v1.0.7
41112025-05-13T20:54:45.123Z Running `/home/build/.rustup/toolchains/1.86.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=613b4808188d8e93 -C extra-filename=-c25c61ca1c75c91a --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-daba4f3c1b68dcbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41122025-05-13T20:54:45.196Z Compiling md5 v0.7.0
41132025-05-13T20:54:45.222Z Running `/home/build/.rustup/toolchains/1.86.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=1d457141a9c8a564 -C extra-filename=-4eb0b42c07414034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41142025-05-13T20:54:45.299Z Compiling async-std v1.13.0
41152025-05-13T20:54:45.331Z Running `/home/build/.rustup/toolchains/1.86.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=dd9c6e6d6834e9b4 -C extra-filename=-529c6d897594d06b --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-2ce2659476f89113.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-4667ea8572d39389.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-e7717c01afd88b99.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-c4996f6b989a566b.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-84f17f8291d36372.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-f3373ae35d3c20ed.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-663aa3ae28b698ce.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d47177b0744523f7.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-c25c61ca1c75c91a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-27d1c9ca7c5ddbf7.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f1cd1fc5bded71a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41162025-05-13T20:54:45.640Z Compiling russh-keys v0.45.0
41172025-05-13T20:54:45.666Z Running `/home/build/.rustup/toolchains/1.86.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=5c1a6f5da14f19b6 -C extra-filename=-498ea0cf4d58151b --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-308dc52d8875a7e1.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-c434922d101439f3.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-155c6d23c437eaab.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-36fd22a7b9a4cc1b.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-fdb3623e94fc6258.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-729ac19f9ff8ff78.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-59cd39f573908132.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-0b73039aa680ab70.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2d5b053dfae9e5a2.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b3ca9dc8640c22ec.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-a0c58be9c9839aee.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-dd6a995b14bf83c2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-4eb0b42c07414034.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-200512867f9d6eb9.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-b00fe5ba8da9297e.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-9758e0703e9bc1f3.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-a5b05972b2a468b1.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-45d3e80f6b1a1bfc.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-2692fb030494441e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f6ff94aad6003186.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-36008965f2b3eabe.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-6fb74d8b9dfdac87.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-a439ed21d8d9232f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-97d6be9eb3fdf7a9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-a042adec6572f408.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-02602231ddd71aa9.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-e6ce9e2d951fcd27.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b8753dbc7a4a6e96.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41182025-05-13T20:54:46.379Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-264fc11213d26574/build-script-build`
41192025-05-13T20:54:47.037Z Running `/home/build/.rustup/toolchains/1.86.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=11582ebdeabfa4cf -C extra-filename=-7f0d59f4aa977923 --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-77cf3f1c43552cd7.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-03f45e6aeee1f336.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-c67146d3d84d078c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41202025-05-13T20:54:47.830Z Compiling predicates-tree v1.0.12
41212025-05-13T20:54:47.855Z Running `/home/build/.rustup/toolchains/1.86.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=4394ed908e59e876 -C extra-filename=-a4c56a73400c82fb --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-842844d0abd222c5.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-53c5cb6e06dcc59f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41222025-05-13T20:54:48.243Z Compiling pathdiff v0.2.3
41232025-05-13T20:54:48.267Z Running `/home/build/.rustup/toolchains/1.86.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=8113fdf9c3341ce7 -C extra-filename=-5460a8ae4ed9b55f --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-ffcf51777a761bbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41242025-05-13T20:54:48.422Z Compiling num-bigint v0.4.6
41252025-05-13T20:54:48.447Z Running `/home/build/.rustup/toolchains/1.86.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=f153dd03ffa1d1f9 -C extra-filename=-a17db094db9c7d34 --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-6b8f3f4a98e59b6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41262025-05-13T20:54:48.728Z Compiling des v0.8.1
41272025-05-13T20:54:48.753Z Running `/home/build/.rustup/toolchains/1.86.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=36f8f7aad74354d1 -C extra-filename=-a183c3fab3e4b544 --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-3b39b99f841cf550.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41282025-05-13T20:54:49.037Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41292025-05-13T20:54:49.063Z Running `/home/build/.rustup/toolchains/1.86.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=eb7b01ba2891f8a1 -C extra-filename=-96475b2e659a91ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41302025-05-13T20:54:49.818Z Compiling memmap2 v0.9.5
41312025-05-13T20:54:49.843Z Running `/home/build/.rustup/toolchains/1.86.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=828335118b97988f -C extra-filename=-e3c2d613b06b5d35 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41322025-05-13T20:54:50.197Z Compiling doc-comment v0.3.3
41332025-05-13T20:54:50.223Z Running `/home/build/.rustup/toolchains/1.86.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=ea78a4dfcbcb9f98 -C extra-filename=-df10b1ad3e48bda5 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-df10b1ad3e48bda5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41342025-05-13T20:54:50.720Z Compiling nested v0.1.1
41352025-05-13T20:54:50.746Z Running `/home/build/.rustup/toolchains/1.86.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=15a5ade1290b01e8 -C extra-filename=-10521563f6eb05d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41362025-05-13T20:54:50.790Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-df10b1ad3e48bda5/build-script-build`
41372025-05-13T20:54:50.954Z Compiling guppy v0.17.18
41382025-05-13T20:54:50.982Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.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=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=0311e09fa9ad9b46 -C extra-filename=-33ea8e0aa2f5545d --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-f6fdc33726fc3fba.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-39cf50e6e6f79fd7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-8b61bbca6586a0f0.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-03f45e6aeee1f336.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-10521563f6eb05d2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-5460a8ae4ed9b55f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-7f0d59f4aa977923.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41392025-05-13T20:54:51.016Z Compiling russh v0.45.0
41402025-05-13T20:54:51.042Z Running `/home/build/.rustup/toolchains/1.86.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=9bbee9987b9cc73e -C extra-filename=-c1f9b215c01a5dca --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-308dc52d8875a7e1.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-e237294d2c431c8d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6a561cfe737ae6c8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-36fd22a7b9a4cc1b.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-5e6821f4f8279c7e.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-fdb3623e94fc6258.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-61e06cc6c19fb7bb.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-a183c3fab3e4b544.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b3ca9dc8640c22ec.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-424a4eab6aa72a9c.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-fde220034c5893f3.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-a17db094db9c7d34.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-200512867f9d6eb9.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-b00fe5ba8da9297e.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-9758e0703e9bc1f3.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-a6062a6c1b502b79.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-6fb74d8b9dfdac87.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-498ea0cf4d58151b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-97d6be9eb3fdf7a9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-02602231ddd71aa9.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-e6ce9e2d951fcd27.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41412025-05-13T20:54:51.135Z Running `/home/build/.rustup/toolchains/1.86.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=0932e3b6e790dc12 -C extra-filename=-d5b0d2d4ef2dcb91 --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-a22d07dae427290f.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-d4ceb6e7ad782902.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-c7cf0261ea0b559b.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-e3c2d613b06b5d35.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-a7d6a0ede62f02f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/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()))'`
41422025-05-13T20:54:52.141Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41432025-05-13T20:54:52.166Z Running `/home/build/.rustup/toolchains/1.86.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=61f7f7c6ab1ce451 -C extra-filename=-fa8b027298a2400f --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-96475b2e659a91ee.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-73c4d314c6c4a836.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41442025-05-13T20:54:54.568Z Compiling async-object-pool v0.1.5
41452025-05-13T20:54:54.593Z Running `/home/build/.rustup/toolchains/1.86.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=060689b8bae33545 -C extra-filename=-b5b9399bc2af3376 --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-529c6d897594d06b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41462025-05-13T20:54:54.757Z Compiling rstest_macros v0.24.0
41472025-05-13T20:54:54.782Z Running `/home/build/.rustup/toolchains/1.86.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.24.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=e16a6bd2ebc718aa -C extra-filename=-900df9371382b515 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-900df9371382b515 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-068640a63b5341fd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41482025-05-13T20:54:54.865Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-75e95752b55a2521/build-script-build`
41492025-05-13T20:54:54.903Z Running `/home/build/.rustup/toolchains/1.86.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=825acc0b502fe939 -C extra-filename=-99a6ba638ada97a3 --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-22ac41b32946fc92.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -l static=aws_lc_0_26_0_crypto -l static=aws_lc_0_26_0_rust_wrapper --cfg use_bindgen_generated`
41502025-05-13T20:54:55.287Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-d32c2fc7133c9096/build-script-build`
41512025-05-13T20:54:55.322Z Compiling assert-json-diff v2.0.2
41522025-05-13T20:54:55.346Z Running `/home/build/.rustup/toolchains/1.86.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=a78db869534c5e38 -C extra-filename=-fc88cd29fe0f630c --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-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41532025-05-13T20:54:56.074Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41542025-05-13T20:54:56.099Z Running `/home/build/.rustup/toolchains/1.86.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=fbfc27186cb64749 -C extra-filename=-0bcb897aeafd39f7 --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41552025-05-13T20:54:56.508Z Compiling serde_regex v1.1.0
41562025-05-13T20:54:56.533Z Running `/home/build/.rustup/toolchains/1.86.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=4a0e301b671434da -C extra-filename=-82913526914723de --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-c3107bc1a6704013.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41572025-05-13T20:54:56.805Z Running `/home/build/.rustup/toolchains/1.86.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=07da34883699fd49 -C extra-filename=-220b7fc4edeb40d1 --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-99a6ba638ada97a3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-da2daee8d92d2236.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'`
41582025-05-13T20:54:56.834Z Compiling path-tree v0.8.1
41592025-05-13T20:54:56.859Z Running `/home/build/.rustup/toolchains/1.86.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=19c8468e4d9ac1f3 -C extra-filename=-b2d9b769b85699a3 --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-2b53ddeb7bc9109c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41602025-05-13T20:54:57.041Z Compiling target-triple v0.1.3
41612025-05-13T20:54:57.078Z Running `/home/build/.rustup/toolchains/1.86.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=392198810fdd5372 -C extra-filename=-402175690a0086c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-402175690a0086c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41622025-05-13T20:54:57.121Z Compiling stringmetrics v2.2.2
41632025-05-13T20:54:57.146Z Running `/home/build/.rustup/toolchains/1.86.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=81017f6cb9e3756b -C extra-filename=-c67c5ceb2f01a8a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41642025-05-13T20:54:57.177Z Compiling internet-checksum v0.2.1
41652025-05-13T20:54:57.202Z Running `/home/build/.rustup/toolchains/1.86.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=7502146e757898c8 -C extra-filename=-05384b49a4446cf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41662025-05-13T20:54:57.400Z Compiling topological-sort v0.2.2
41672025-05-13T20:54:57.425Z Running `/home/build/.rustup/toolchains/1.86.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=0a97819ff2611db9 -C extra-filename=-dd33363ebf6cb21b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41682025-05-13T20:54:57.452Z Compiling escape8259 v0.5.3
41692025-05-13T20:54:57.452Z Compiling assert_cmd v2.0.17
41702025-05-13T20:54:57.452Z Running `/home/build/.rustup/toolchains/1.86.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=502fd436eb72cdeb -C extra-filename=-71d60cfd04328df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41712025-05-13T20:54:57.452Z Running `/home/build/.rustup/toolchains/1.86.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=02175bb0dab47957 -C extra-filename=-e8078627bac93dba --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-e8078627bac93dba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41722025-05-13T20:54:57.584Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-402175690a0086c2/build-script-build`
41732025-05-13T20:54:57.622Z Compiling httpmock v0.8.0-alpha.1
41742025-05-13T20:54:57.647Z Running `/home/build/.rustup/toolchains/1.86.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=6a0879681e939b88 -C extra-filename=-369723c8a3be929f --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-fc88cd29fe0f630c.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-b5b9399bc2af3376.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-529c6d897594d06b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-663aa3ae28b698ce.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-e492f5405f6e4d85.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-d307143fdf031b32.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0c752723663acde.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-b2d9b769b85699a3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-82913526914723de.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-1bdfaaaf17e732f2.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-c67c5ceb2f01a8a6.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-7049edb7c9a9636d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41752025-05-13T20:54:57.700Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-900df9371382b515/build-script-build`
41762025-05-13T20:54:57.792Z Compiling libtest-mimic v0.8.1
41772025-05-13T20:54:57.817Z Running `/home/build/.rustup/toolchains/1.86.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=27d50c658fefa4af -C extra-filename=-7aacc0d8f1ad25bd --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-609308301063d8ac.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-1e83090b88d7e230.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-71d60cfd04328df2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41782025-05-13T20:54:57.843Z Running `/home/build/.rustup/toolchains/1.86.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=976cd2dda7e7eb45 -C extra-filename=-d1333915ddab83b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41792025-05-13T20:54:57.914Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-e8078627bac93dba/build-script-build`
41802025-05-13T20:54:57.952Z Compiling fancy-regex v0.14.0
41812025-05-13T20:54:57.978Z Running `/home/build/.rustup/toolchains/1.86.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=10d83372e3b8f5e1 -C extra-filename=-7fb91acb02006c1b --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-bd1ace8b23a2cf62.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-2dcec9da92613be6.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a8dec66ede6e4f5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41822025-05-13T20:54:57.978Z Compiling proc-macro-crate v3.2.0
41832025-05-13T20:54:57.978Z Running `/home/build/.rustup/toolchains/1.86.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=d801776245581108 -C extra-filename=-b4ccac6e41fb4fb5 --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-6ff817e93dc41a3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41842025-05-13T20:54:59.339Z Compiling rustls-webpki v0.102.8
41852025-05-13T20:54:59.364Z Running `/home/build/.rustup/toolchains/1.86.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=92b12746591ea2e3 -C extra-filename=-4cca95145d2506d1 --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-220b7fc4edeb40d1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-522227478bca0142.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9bbb5166464e8f20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out`
41862025-05-13T20:54:59.388Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
41872025-05-13T20:54:59.388Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=217302d9495916ef -C extra-filename=-46a479c0098c7ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41882025-05-13T20:54:59.481Z Compiling relative-path v1.9.3
41892025-05-13T20:54:59.507Z Running `/home/build/.rustup/toolchains/1.86.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=8439b27d9d0f619a -C extra-filename=-b259ddb13aebf2be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41902025-05-13T20:54:59.701Z Compiling datatest-stable v0.3.2
41912025-05-13T20:54:59.726Z Running `/home/build/.rustup/toolchains/1.86.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=7a85573558eaff0a -C extra-filename=-80d5f269bb4f8aba --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-ffcf51777a761bbd.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-7fb91acb02006c1b.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-7aacc0d8f1ad25bd.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922025-05-13T20:54:59.726Z Running `/home/build/.rustup/toolchains/1.86.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=a411b61238252f1a -C extra-filename=-18f43e39d791f938 --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-1e83090b88d7e230.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b851a1035fc9bb65.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-d1333915ddab83b8.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-07622d186ea4f506.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-842844d0abd222c5.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a4c56a73400c82fb.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-29452a6293c44bc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41932025-05-13T20:55:00.055Z Running `/home/build/.rustup/toolchains/1.86.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=ade34d0ad65e914a -C extra-filename=-648b236383a1bf07 --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-220b7fc4edeb40d1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-522227478bca0142.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4cca95145d2506d1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
41942025-05-13T20:55:00.346Z Running `/home/build/.rustup/toolchains/1.86.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=db3ea0dc955d7335 -C extra-filename=-18628d290fb1d91e --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-daba4f3c1b68dcbf.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-522227478bca0142.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4cca95145d2506d1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts`
41952025-05-13T20:55:00.733Z Running `/home/build/.rustup/toolchains/1.86.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.24.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=2d3d71bf09605f59 -C extra-filename=-581d8d89f1cac985 --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-7f8514ed35d62a3a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-b4ccac6e41fb4fb5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-b259ddb13aebf2be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f461bc097557e2b8.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41962025-05-13T20:55:00.776Z Running `/home/build/.rustup/toolchains/1.86.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=b4d92628ccaabca1 -C extra-filename=-076e5769bdf3671f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(host_os, values("windows"))'`
41972025-05-13T20:55:00.948Z Compiling support-bundle-viewer v0.1.0
41982025-05-13T20:55:00.973Z Running `/home/build/.rustup/toolchains/1.86.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=953d2c60ebd88756 -C extra-filename=-979568d2a0d9de84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
41992025-05-13T20:55:02.093Z Compiling ignore v0.4.23
42002025-05-13T20:55:02.119Z Running `/home/build/.rustup/toolchains/1.86.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=84af4dd82c119542 -C extra-filename=-42078b8a3dbec46a --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-ac4a4d293ad3028a.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-25033758338691a4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-2dcec9da92613be6.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-04895e1b12795e8f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42012025-05-13T20:55:04.658Z Compiling tokio-rustls v0.25.0
42022025-05-13T20:55:04.684Z Running `/home/build/.rustup/toolchains/1.86.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=462f8041b94c7c5c -C extra-filename=-09f1cd595c439194 --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-18628d290fb1d91e.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-522227478bca0142.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts`
42032025-05-13T20:55:05.068Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--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=2b8e3f964c266774 -C extra-filename=-e7bdc3e216e9a782 --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-15955e0aed6929da.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-42b04f44728935ae.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-e492f5405f6e4d85.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-7b5ec3d7176288cb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0c752723663acde.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-1400ed68023ccfb1.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-18628d290fb1d91e.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-25196b4ef591aa15.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a4a45b4f99d0690a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8064d750b6af2dee.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-97d6be9eb3fdf7a9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-9bda7a5a9cc529a2.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-72c2daeab0f9ec10.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-09f1cd595c439194.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c7ecda6e3775e29b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts`
42042025-05-13T20:55:07.549Z Compiling tokio-rustls v0.26.0
42052025-05-13T20:55:07.574Z Running `/home/build/.rustup/toolchains/1.86.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=4869bf3d84f44753 -C extra-filename=-b760e13ef5bd3cab --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-648b236383a1bf07.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-522227478bca0142.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out`
42062025-05-13T20:55:07.948Z Compiling hyper-rustls v0.27.3
42072025-05-13T20:55:07.974Z Running `/home/build/.rustup/toolchains/1.86.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --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=cd138c68659a586f -C extra-filename=-f3c96357b6e3a0e0 --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-22b3486293b2b9f0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0c752723663acde.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-648b236383a1bf07.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-522227478bca0142.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-b760e13ef5bd3cab.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d4879014808bc9b4.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-9bcee1d2cec39e1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out`
42082025-05-13T20:55:08.501Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
42092025-05-13T20:55:08.549Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/git/checkouts/reqwest-691f072c9d01bc8f/114d97c/src/lib.rs --error-format=json --json=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="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --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", "trust-dns", "zstd"))' -C metadata=1d50bdad71d8db30 -C extra-filename=-d708787ae97d6e3d --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-388427588bad31ec.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5ed8136344f353f1.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-b83e800facb9d66e.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-70d9e28b912dffa4.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-0b96be3d23455056.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-3f7eebe5870d3e33.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b4e86787846c9cb7.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f3c96357b6e3a0e0.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-a4c0811552de6d05.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0c752723663acde.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-73c4d314c6c4a836.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-80e1054dc5264632.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-3b61d498e20b443d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-19bf492b098f8d40.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-648b236383a1bf07.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-25196b4ef591aa15.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-522227478bca0142.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-da2e0efedec480f2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-3e89d7d3d4b0cd64.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-b760e13ef5bd3cab.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-713102f9d90d4cda.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d4879014808bc9b4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-9bcee1d2cec39e1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
42102025-05-13T20:55:08.574Z Running `/home/build/.rustup/toolchains/1.86.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=3c0d3b20b6dcab68 -C extra-filename=-f9a1df29f6afeb1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-76352d245c4d46a7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-4b1418c9a97bea5d.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2d5b053dfae9e5a2.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-8db78efdf0dd0aa8.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-8665c72c69b562d8.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-648b236383a1bf07.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-9b52301b789bcb54.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-b760e13ef5bd3cab.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-48229c7287083b5a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --cap-lints allow -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/ -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out`
42112025-05-13T20:55:10.270Z Compiling multimap v0.10.0
42122025-05-13T20:55:10.296Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multimap-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="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=2055f928b2390d8f -C extra-filename=-3f1a564d5e79cf2a --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-fcfda3857d1092f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42132025-05-13T20:55:10.600Z Compiling uzers v0.12.1
42142025-05-13T20:55:10.638Z Running `/home/build/.rustup/toolchains/1.86.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=be24c31396ef7f8b -C extra-filename=-eb534fce29ca14c5 --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-f9843d87f643e91e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42152025-05-13T20:55:11.053Z Compiling rstest v0.24.0
42162025-05-13T20:55:11.078Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest-0.24.0/src/lib.rs --error-format=json --json=diagnostic-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=06291519c4c2e725 -C extra-filename=-c39bd5a3908f8072 --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-d307143fdf031b32.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-581d8d89f1cac985.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42172025-05-13T20:55:11.190Z Compiling globwalk v0.9.1
42182025-05-13T20:55:11.216Z Running `/home/build/.rustup/toolchains/1.86.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=a500b69dc69aedf8 -C extra-filename=-1308877b68be83d0 --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-6a561cfe737ae6c8.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-42078b8a3dbec46a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42192025-05-13T20:55:11.319Z Compiling trybuild v1.0.103
42202025-05-13T20:55:11.346Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=cf40bb270b6090c9 -C extra-filename=-9739714ce38c57e2 --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-4708494c033545d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb709642302e3e4b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-076e5769bdf3671f.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3e36a839e9953a7b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42212025-05-13T20:55:11.655Z Compiling progenitor-client v0.9.1
42222025-05-13T20:55:11.681Z Running `/home/build/.rustup/toolchains/1.86.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=10c08b0e712b1081 -C extra-filename=-b4cae566fbeeab99 --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-9f8e64fcba1e5df2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
42232025-05-13T20:55:11.681Z Compiling progenitor-client v0.8.0
42242025-05-13T20:55:11.706Z Running `/home/build/.rustup/toolchains/1.86.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=88da60152a6041d6 -C extra-filename=-f8b20d640411ae58 --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-9f8e64fcba1e5df2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
42252025-05-13T20:55:12.150Z Compiling progenitor v0.9.1
42262025-05-13T20:55:12.175Z Running `/home/build/.rustup/toolchains/1.86.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=35efe2b77fd2b9e6 -C extra-filename=-8f0dbab2f8c9089d --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-b4cae566fbeeab99.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-6bccc34c9810e840.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-268dc4b4ef863673.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
42272025-05-13T20:55:12.200Z Compiling progenitor v0.8.0
42282025-05-13T20:55:12.225Z Running `/home/build/.rustup/toolchains/1.86.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=85f12c2b81476c69 -C extra-filename=-1b44263a30b37641 --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-f8b20d640411ae58.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-b835678ac2622501.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-79aa3a9c5de129e2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
42292025-05-13T20:55:12.386Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
42302025-05-13T20:55:12.411Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/872aae7/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=a958f14727cc2c24 -C extra-filename=-2af19e5e162117b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
42312025-05-13T20:55:12.440Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
42322025-05-13T20:55:12.465Z Running `/home/build/.rustup/toolchains/1.86.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=1adcd1bad30919ff -C extra-filename=-d18998d500cbd53e --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-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e160ba038ce5e281.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1b44263a30b37641.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e723987a05a39d25.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
42332025-05-13T20:55:12.578Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
42342025-05-13T20:55:12.603Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/060a204/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=435e80a8dfd9aae2 -C extra-filename=-5bf1372289b05c54 --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-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e160ba038ce5e281.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-4eadec280f36ab10.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b4cae566fbeeab99.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-020b98d97b2e2100.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e723987a05a39d25.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
42352025-05-13T20:55:16.565Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
42362025-05-13T20:55:16.591Z Running `/home/build/.rustup/toolchains/1.86.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=4892eb863c132546 -C extra-filename=-51e86094849764ff --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-1e83090b88d7e230.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-f46cf3cb4f7e0535.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d18998d500cbd53e.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-c55a1d6bac69bf8b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-8fd199f90180a4d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-7049edb7c9a9636d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e723987a05a39d25.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0911fcc91d7ccfb0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-3f94d906667ce549.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-19f52a852fb7e21f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42372025-05-13T20:55:17.156Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
42382025-05-13T20:55:17.181Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/872aae7/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=bbee656e61468508 -C extra-filename=-abcfafaf22606cf8 --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-b8b91ba144c2f0a5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
42392025-05-13T20:55:17.231Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
42402025-05-13T20:55:17.257Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/4580159/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=9e096b6dfb5cbecb -C extra-filename=-33eafc94c38c5872 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-d31ac486a411b0cb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
42412025-05-13T20:55:17.314Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
42422025-05-13T20:55:17.361Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=117ba645e449a05c -C extra-filename=-64c3f3e65a3b1f21 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-64c3f3e65a3b1f21 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-f6fdc33726fc3fba.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-9fe64012782fa9a6.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-220b7fc4edeb40d1.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2f0f34c3a81c542d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8be1ba0eaa8fca01.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-583cffbe97cd9a36.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6a561cfe737ae6c8.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b851a1035fc9bb65.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-cac1d5d3df92c21f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3b39b99f841cf550.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-b1e025758cc4f457.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-cfc046846e4d11ab.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9282f5134aa6ca48.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5ed8136344f353f1.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c912c30a73c6fb4f.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-663aa3ae28b698ce.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2de6d8a2c2415463.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-61e06cc6c19fb7bb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-736ad87ef407909e.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-0b73039aa680ab70.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2d5b053dfae9e5a2.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b3ca9dc8640c22ec.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-35d01822ad41ba00.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-0b96be3d23455056.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-98fd329e9c03b6d0.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e000ec0438c4dec7.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-424a4eab6aa72a9c.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-ef5fc587d8c2f327.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fbb481fac23fa7e5.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d36381fd22eefd16.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-8b275c11e2bd0883.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f3c96357b6e3a0e0.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0c752723663acde.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-4e0a6846b1d3feb9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-dd6a995b14bf83c2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4762b94fa4a567ca.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b2eb77ef70b05f8c.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b894433656de4993.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b1f7a664d8168c6.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-719a01ce10a8af49.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-61bf4d7c1261dfa0.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cded52ba09e17906.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cf470c3b09ba6d38.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-06f61af37fe62196.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-654d082f1ab23d47.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-cf718d047ff93beb.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-8665c72c69b562d8.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-6efb0edc26583dea.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ba75054ed4b09b87.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-757c80bfc90f886b.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f6ff94aad6003186.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-18c15c4021a708ae.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-07622d186ea4f506.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-2dcec9da92613be6.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a8dec66ede6e4f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-36008965f2b3eabe.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-648b236383a1bf07.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4cca95145d2506d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a4a45b4f99d0690a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-97d6be9eb3fdf7a9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-1bdfaaaf17e732f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-716a882fa60f0ce7.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-03f720d69f7a63cf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c4b7f01fbc6477c4.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-c716e8fce188e66e.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-b760e13ef5bd3cab.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0911fcc91d7ccfb0.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a64e61c547a376af.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5dc45df5e01effb.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6ff817e93dc41a3c.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9a19e123728e4c50.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-44f89183a0444deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-d20bde4596813b12.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-48229c7287083b5a.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c11d658f1074ec63.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f816b0e99d3db6a3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-457fb615310852bd.rlib --extern zip_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42432025-05-13T20:55:17.680Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-64c3f3e65a3b1f21/build-script-build`
42442025-05-13T20:55:17.719Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca2438bb8ce7575b -C extra-filename=-7688fb7ceb68920e --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-f6fdc33726fc3fba.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-9fe64012782fa9a6.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-220b7fc4edeb40d1.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2f0f34c3a81c542d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8be1ba0eaa8fca01.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-583cffbe97cd9a36.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6a561cfe737ae6c8.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b851a1035fc9bb65.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3b39b99f841cf550.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-cfc046846e4d11ab.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9282f5134aa6ca48.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5ed8136344f353f1.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c912c30a73c6fb4f.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-663aa3ae28b698ce.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2de6d8a2c2415463.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-61e06cc6c19fb7bb.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-736ad87ef407909e.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-0b73039aa680ab70.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2d5b053dfae9e5a2.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b3ca9dc8640c22ec.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-35d01822ad41ba00.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-0b96be3d23455056.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-98fd329e9c03b6d0.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e000ec0438c4dec7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-424a4eab6aa72a9c.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-ef5fc587d8c2f327.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fbb481fac23fa7e5.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d36381fd22eefd16.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-8b275c11e2bd0883.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f3c96357b6e3a0e0.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0c752723663acde.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-4e0a6846b1d3feb9.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-dd6a995b14bf83c2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4762b94fa4a567ca.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b2eb77ef70b05f8c.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b894433656de4993.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b1f7a664d8168c6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-719a01ce10a8af49.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-61bf4d7c1261dfa0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cded52ba09e17906.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cf470c3b09ba6d38.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-06f61af37fe62196.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-654d082f1ab23d47.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-cf718d047ff93beb.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-8665c72c69b562d8.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-6efb0edc26583dea.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ba75054ed4b09b87.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-757c80bfc90f886b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f6ff94aad6003186.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-18c15c4021a708ae.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-07622d186ea4f506.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-2dcec9da92613be6.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a8dec66ede6e4f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-36008965f2b3eabe.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-648b236383a1bf07.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4cca95145d2506d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a4a45b4f99d0690a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-97d6be9eb3fdf7a9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-1bdfaaaf17e732f2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-716a882fa60f0ce7.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-03f720d69f7a63cf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-b760e13ef5bd3cab.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0911fcc91d7ccfb0.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a64e61c547a376af.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5dc45df5e01effb.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6ff817e93dc41a3c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-44f89183a0444deb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-d20bde4596813b12.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-48229c7287083b5a.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c11d658f1074ec63.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f816b0e99d3db6a3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-457fb615310852bd.rmeta --extern zip_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42452025-05-13T20:55:17.842Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
42462025-05-13T20:55:17.867Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26bcd03c600c1f99 -C extra-filename=-6d165a56d61ceddc --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-7688fb7ceb68920e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42472025-05-13T20:55:17.949Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
42482025-05-13T20:55:17.974Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24926885ea733ede -C extra-filename=-35a14cd3fc3b76fa --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-19c534183aef2ead.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42492025-05-13T20:55:18.297Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42502025-05-13T20:55:18.322Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=33df77702b12d978 -C extra-filename=-43348e5d43371b7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-8dfe9fa8ad35e5e4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-d100c6cd4db3eb76.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42512025-05-13T20:55:18.377Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42522025-05-13T20:55:18.403Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=efde86f0b8c790da -C extra-filename=-b7a2e7c64d871385 --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-7688fb7ceb68920e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42532025-05-13T20:55:18.428Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42542025-05-13T20:55:18.453Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4245f158a81c77c -C extra-filename=-4527eb21a952ee66 --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-f05c6b1bae7a28e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42552025-05-13T20:55:18.625Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42562025-05-13T20:55:18.651Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=fbe1d40c94dad2d4 -C extra-filename=-354b4282d6db5cc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6d165a56d61ceddc.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-6d487ea5efdc2301.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2af19e5e162117b7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b4cae566fbeeab99.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-3656e2b5c69e0fef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42572025-05-13T20:55:18.677Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
42582025-05-13T20:55:18.677Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
42592025-05-13T20:55:18.677Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6840dc7ece3d3b29 -C extra-filename=-8066a155f5fd3402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-fe798fd6e64b997d.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-3aead9fef1408a62.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42602025-05-13T20:55:18.677Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1e2f7e0fa84382e -C extra-filename=-d7dbca9aef11dd51 --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-388427588bad31ec.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42612025-05-13T20:55:18.858Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--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=d9656628321d2a34 -C extra-filename=-a8ec40ea3cfc67ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6d165a56d61ceddc.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-6d487ea5efdc2301.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2af19e5e162117b7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b4cae566fbeeab99.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-3656e2b5c69e0fef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42622025-05-13T20:55:19.100Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42632025-05-13T20:55:19.125Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=5ca77c2897b87d01 -C extra-filename=-44c0979ff4667c6b --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-44c0979ff4667c6b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b7a2e7c64d871385.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42642025-05-13T20:55:19.455Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-44c0979ff4667c6b/build-script-build`
42652025-05-13T20:55:19.491Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
42662025-05-13T20:55:19.522Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4040d4f21d4201b -C extra-filename=-6871d9450c4fcd9a --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-7688fb7ceb68920e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42672025-05-13T20:55:20.516Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
42682025-05-13T20:55:20.517Z Running `/home/build/.rustup/toolchains/1.86.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=a47acc14ae30fd75 -C extra-filename=-d08f2faf4ba60d51 --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-7688fb7ceb68920e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42692025-05-13T20:55:21.144Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
42702025-05-13T20:55:21.170Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4270a7c24f2c544 -C extra-filename=-855018d7b9d18349 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42712025-05-13T20:55:21.360Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42722025-05-13T20:55:21.385Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c7b9a64da5b65a0 -C extra-filename=-5865470c2f2b94d4 --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-7688fb7ceb68920e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42732025-05-13T20:55:21.545Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42742025-05-13T20:55:21.570Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84935723f3019f40 -C extra-filename=-4e528e58ba5d9bec --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-4e528e58ba5d9bec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b7a2e7c64d871385.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42752025-05-13T20:55:21.600Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42762025-05-13T20:55:21.626Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1bf2388a16d1233 -C extra-filename=-18abf70d87774d6f --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-898e01f7b1a1be18.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-5865470c2f2b94d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42772025-05-13T20:55:21.651Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42782025-05-13T20:55:21.676Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe565a0b9e27ddcd -C extra-filename=-c68273cabefc65b2 --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-fdc6f040fd4f7b5b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42792025-05-13T20:55:21.812Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42802025-05-13T20:55:21.837Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e47a0f6b4289603c -C extra-filename=-9335b992855f8840 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-9335b992855f8840 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b7a2e7c64d871385.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42812025-05-13T20:55:21.932Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-4e528e58ba5d9bec/build-script-build`
42822025-05-13T20:55:21.974Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
42832025-05-13T20:55:21.999Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34b8c9db62455331 -C extra-filename=-519e62d306246256 --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-7688fb7ceb68920e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42842025-05-13T20:55:22.157Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-9335b992855f8840/build-script-build`
42852025-05-13T20:55:22.192Z Compiling samael v0.0.18
42862025-05-13T20:55:22.218Z Running `/home/build/.rustup/toolchains/1.86.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.18/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="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=e32f52df22bfea50 -C extra-filename=-bf2f69c4b83f7773 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-bf2f69c4b83f7773 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-bffc71cbabc33711.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-8f7071966951b8cc.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42872025-05-13T20:55:22.668Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42882025-05-13T20:55:22.693Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3dc26ecae3b72e5 -C extra-filename=-fee674010f2dbbec --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-e7bdc3e216e9a782.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42892025-05-13T20:55:23.859Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42902025-05-13T20:55:23.885Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7107afcf29ea395d -C extra-filename=-9144620270208c27 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-9144620270208c27 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b7a2e7c64d871385.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42912025-05-13T20:55:24.006Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42922025-05-13T20:55:24.038Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db8f78326e9bc414 -C extra-filename=-bd4eac39274ba7a0 --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-e7bdc3e216e9a782.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42932025-05-13T20:55:24.247Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-9144620270208c27/build-script-build`
42942025-05-13T20:55:24.337Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-bf2f69c4b83f7773/build-script-bindings`
42952025-05-13T20:55:24.337Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42962025-05-13T20:55:24.337Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18a0eafbcce1f42a -C extra-filename=-e26a24417ccc1856 --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-898e01f7b1a1be18.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-5865470c2f2b94d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42972025-05-13T20:55:24.382Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42982025-05-13T20:55:24.382Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9300dcd33037183 -C extra-filename=-a186d3b02a939b79 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-a186d3b02a939b79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b7a2e7c64d871385.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
42992025-05-13T20:55:24.652Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
43002025-05-13T20:55:24.680Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e34de9c818814a46 -C extra-filename=-2ea8c282179b5cc7 --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-635dd001e5f79077.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43012025-05-13T20:55:24.823Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-a186d3b02a939b79/build-script-build`
43022025-05-13T20:55:24.867Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43032025-05-13T20:55:24.895Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=66a6b43099e2dac9 -C extra-filename=-f930337fdbf001d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-f930337fdbf001d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b7a2e7c64d871385.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43042025-05-13T20:55:25.225Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-f930337fdbf001d0/build-script-build`
43052025-05-13T20:55:25.251Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
43062025-05-13T20:55:25.276Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5aa9bb09ed991c9c -C extra-filename=-b3c1e3fad548906a --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-9f8e64fcba1e5df2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43072025-05-13T20:55:25.695Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
43082025-05-13T20:55:25.720Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/060a204/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=35654ea767e855e5 -C extra-filename=-6930e6a8da79930e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-ebc6e561bc5f2f7a.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e160ba038ce5e281.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-020b98d97b2e2100.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-56322713d6775aa9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-9bda7a5a9cc529a2.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e723987a05a39d25.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64`
43092025-05-13T20:55:25.797Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.18/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="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=dd579984383faf0c -C extra-filename=-9782d927e809adbc --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-388427588bad31ec.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-729ac19f9ff8ff78.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-a22ac171016518a5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-422673131a2c2491.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-2c7c5d32c902c35b.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-e69c70cf5e0049db.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-6ea3e5ed7de3e1da.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/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 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg xmlsec_dynamic`
43102025-05-13T20:55:25.822Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
43112025-05-13T20:55:25.822Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e78e3fb179bd3db6 -C extra-filename=-1c266ad8fa5cdaf8 --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-61bf4d7c1261dfa0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-b310a1cf1ea49d6b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43122025-05-13T20:55:26.041Z Compiling tough v0.20.0
43132025-05-13T20:55:26.066Z Running `/home/build/.rustup/toolchains/1.86.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=2eed2a1390974dbd -C extra-filename=-e4fdf4bdded753d6 --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-d7917cc794aa9241.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-220b7fc4edeb40d1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-06fcd8d2e0fd472e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-25033758338691a4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-ad970af17f0ac29f.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-648b236383a1bf07.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-718190b9bd647788.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-23f6798548746795.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-82df6874f35df40e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-da2daee8d92d2236.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
43142025-05-13T20:55:26.132Z Running `/home/build/.rustup/toolchains/1.86.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=c777f2338356770a -C extra-filename=-668e245126700886 --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-f9843d87f643e91e.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-236dd7ee19339c62.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
43152025-05-13T20:55:26.659Z Compiling git2 v0.19.0
43162025-05-13T20:55:26.685Z Running `/home/build/.rustup/toolchains/1.86.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=3f7f4397ea62b15c -C extra-filename=-457b06ca6c52f1d7 --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-6a561cfe737ae6c8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-668e245126700886.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/usr/lib/amd64`
43172025-05-13T20:55:32.531Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=32bb8548f0cce705 -C extra-filename=-b0bc8478db4791c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-907485d191f72d36.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-c85311ff38a8f3f8.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5abcad605194adf4.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-ff1f88e3c7628f5f.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-43348e5d43371b7e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-cf922a9abcda0b48.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out --check-cfg 'cfg(svcadm_autoclear)'`
43182025-05-13T20:55:32.712Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43192025-05-13T20:55:32.750Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c355623f6fa98c3 -C extra-filename=-1845c72a4caeb5cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43202025-05-13T20:55:33.945Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43212025-05-13T20:55:33.974Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf06405337e097bc -C extra-filename=-c47e2a5d6a64cc8d --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-9f8e64fcba1e5df2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-3ca8aac67caff154.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43222025-05-13T20:55:34.261Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43232025-05-13T20:55:34.287Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7504a2f1f5c58e5d -C extra-filename=-a986409636b942fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43242025-05-13T20:55:35.723Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43252025-05-13T20:55:35.749Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=784064c126fa253d -C extra-filename=-1f5d3c6562077a7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43262025-05-13T20:55:37.227Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
43272025-05-13T20:55:37.252Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01d965a9b38dc8bb -C extra-filename=-59382ac5036843e5 --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-b0bc8478db4791c3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43282025-05-13T20:55:38.060Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
43292025-05-13T20:55:38.085Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9121c6d3dfa2298 -C extra-filename=-c9b637664797ee35 --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-19c534183aef2ead.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43302025-05-13T20:55:38.123Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43312025-05-13T20:55:38.149Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96279f08872f0173 -C extra-filename=-fb5739d9a9bc02f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-44ff0ad742991a85.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c47e2a5d6a64cc8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43322025-05-13T20:55:38.230Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43332025-05-13T20:55:38.255Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=863c19c2afe5fd5d -C extra-filename=-73a6f6d549f217ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1b6046de928d0aef.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-51e86094849764ff.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-18628d290fb1d91e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43342025-05-13T20:55:39.462Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=bc086e4a22cc5fc8 -C extra-filename=-4945038c72687496 --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-9f8e64fcba1e5df2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88cce0b63f506f0b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c7aced8f81391e66.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
43352025-05-13T20:55:39.561Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4919ebe632194137 -C extra-filename=-32904f1388ea66c3 --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-9f8e64fcba1e5df2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-3ca8aac67caff154.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a8ec40ea3cfc67ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43362025-05-13T20:55:40.297Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43372025-05-13T20:55:40.345Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd8531f0ce11f056 -C extra-filename=-5cbaebe5344d05b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6d165a56d61ceddc.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5ed8136344f353f1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-61bf4d7c1261dfa0.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fb5739d9a9bc02f0.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-848303ce7e34c92b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43382025-05-13T20:55:40.384Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43392025-05-13T20:55:40.409Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4529581ea08e8f4 -C extra-filename=-f0440f38adc1aeba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c47e2a5d6a64cc8d.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43402025-05-13T20:55:40.745Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
43412025-05-13T20:55:40.770Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37d0a5ec3170e677 -C extra-filename=-e8bc952dec26e11e --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-47fc53334f83c231.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43422025-05-13T20:55:41.347Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
43432025-05-13T20:55:41.373Z Running `/home/build/.rustup/toolchains/1.86.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=dbcd2054cfc826b5 -C extra-filename=-95ea56752e8b0f00 --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-9f8e64fcba1e5df2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-3ca8aac67caff154.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a8ec40ea3cfc67ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43442025-05-13T20:55:42.134Z Running `/home/build/.rustup/toolchains/1.86.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=19a20d796771204f -C extra-filename=-6abe13d3e342f0e3 --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-9f8e64fcba1e5df2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-3ca8aac67caff154.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43452025-05-13T20:55:43.322Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43462025-05-13T20:55:43.347Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=909cfe7b5184a01e -C extra-filename=-423cf74c52edd9ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4945038c72687496.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
43472025-05-13T20:55:45.223Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f24455bee170f32 -C extra-filename=-3cf530e6820605a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-32904f1388ea66c3.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43482025-05-13T20:55:46.912Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
43492025-05-13T20:55:46.938Z Running `/home/build/.rustup/toolchains/1.86.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=f7ab15647bab2c7a -C extra-filename=-8457e44cf4427f26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-95ea56752e8b0f00.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43502025-05-13T20:55:47.803Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43512025-05-13T20:55:47.828Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a03fa08168828784 -C extra-filename=-5c02c10218985286 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
43522025-05-13T20:55:48.253Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
43532025-05-13T20:55:48.278Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d7e12828549e77c -C extra-filename=-6e93c4e2ed8ec9e9 --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-7688fb7ceb68920e.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3cf530e6820605a7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-32904f1388ea66c3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43542025-05-13T20:55:49.836Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
43552025-05-13T20:55:49.861Z Running `/home/build/.rustup/toolchains/1.86.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=abc06355f22e0594 -C extra-filename=-dcd0c616999f1814 --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-7688fb7ceb68920e.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8457e44cf4427f26.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-95ea56752e8b0f00.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43562025-05-13T20:55:53.462Z Running `/home/build/.rustup/toolchains/1.86.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=56c6b9e621a55bfa -C extra-filename=-bf15a3ea028cd79b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6abe13d3e342f0e3.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43572025-05-13T20:55:54.044Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43582025-05-13T20:55:54.070Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f9ea0616a000cc3 -C extra-filename=-14e6460dbf1dc4c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43592025-05-13T20:55:55.258Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
43602025-05-13T20:55:55.283Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7466cbea2d1c743d -C extra-filename=-be03f9ca24d9b5d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6871d9450c4fcd9a.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f0440f38adc1aeba.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-6e93c4e2ed8ec9e9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c47e2a5d6a64cc8d.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43612025-05-13T20:55:55.517Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43622025-05-13T20:55:55.542Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=2cc0a3d5034ee8a9 -C extra-filename=-1e01a1287ba00521 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-b635a8670187891a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-ed699df247d0ef10.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-4f565285ad15b3a5.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e4b79a48fcc88834.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
43632025-05-13T20:55:55.656Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
43642025-05-13T20:55:55.681Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=6b39513fa3f70c19 -C extra-filename=-bec0acf14a129dc1 --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-7f8514ed35d62a3a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e1b75a6b1615462a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43652025-05-13T20:55:56.418Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43662025-05-13T20:55:56.507Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=804e934abac139ee -C extra-filename=-9a365e9c921bf5d9 --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-2d9db2c7190092e3.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-180494aa4b808d97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-e69c70cf5e0049db.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43672025-05-13T20:55:56.532Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43682025-05-13T20:55:56.532Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99c375776ead4d37 -C extra-filename=-2802b59c57031c7b --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-4a903d30cf223e9a.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-8db78efdf0dd0aa8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43692025-05-13T20:55:57.271Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
43702025-05-13T20:55:57.318Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93d71e8bb1e01c9f -C extra-filename=-b6edd180bc7b39f8 --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-635dd001e5f79077.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-855018d7b9d18349.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43712025-05-13T20:55:57.318Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43722025-05-13T20:55:57.318Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b7f0aefa999efe8 -C extra-filename=-437d1ca11258f7f3 --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-d267ed5fcc66eb5b.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43732025-05-13T20:55:57.711Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
43742025-05-13T20:55:57.736Z Running `/home/build/.rustup/toolchains/1.86.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=f07cd565fb2b1915 -C extra-filename=-03551bae6997ca90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d08f2faf4ba60d51.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-bf15a3ea028cd79b.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-dcd0c616999f1814.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6abe13d3e342f0e3.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43752025-05-13T20:55:58.068Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
43762025-05-13T20:55:58.095Z Running `/home/build/.rustup/toolchains/1.86.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=02751c762991ec0d -C extra-filename=-c1ef1b5ebceeee4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03551bae6997ca90.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-9bda7a5a9cc529a2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1f7330b92eeba7ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43772025-05-13T20:55:58.127Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
43782025-05-13T20:55:58.152Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e72520b9e3469e19 -C extra-filename=-3da7a434784d077b --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-635dd001e5f79077.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43792025-05-13T20:55:58.508Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43802025-05-13T20:55:58.533Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=4575632803a65edb -C extra-filename=-6d5a030e2d5c7b34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-437d1ca11258f7f3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ac2c39574489ca21.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
43812025-05-13T20:55:58.635Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43822025-05-13T20:55:58.660Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb29bb6c70cfcb1f -C extra-filename=-c28dacc6006b67d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2802b59c57031c7b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43832025-05-13T20:55:59.043Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=15db75f521622f79 -C extra-filename=-1670b7c672e10b15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-d7917cc794aa9241.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4782c6e2b79c72e0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-40c9f898805d1e11.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-573cdad2bec9ac23.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f041b42439f43bad.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-44ff0ad742991a85.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-4e9142cffc87c3a1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cf470c3b09ba6d38.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fb5739d9a9bc02f0.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5f20c5aba636cae0.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f09ef8d065f2a8be.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-4affd75d7354f736.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6843e137f1cd9982.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-53c5cb6e06dcc59f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43842025-05-13T20:56:00.264Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43852025-05-13T20:56:00.290Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=696f399c52153824 -C extra-filename=-ed50b0615b658fb2 --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-635dd001e5f79077.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43862025-05-13T20:56:00.970Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
43872025-05-13T20:56:00.995Z Running `/home/build/.rustup/toolchains/1.86.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=f6c9d289a6a5fd5f -C extra-filename=-2f712f0ca0da2b1b --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-d267ed5fcc66eb5b.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-c1ef1b5ebceeee4d.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-25efa93a1fe1669c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-90c1d3f1203707e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43882025-05-13T20:56:01.636Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
43892025-05-13T20:56:01.670Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85e406e68f599805 -C extra-filename=-d31954d93ff0cb3a --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-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43902025-05-13T20:56:01.950Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43912025-05-13T20:56:01.977Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6bd89b097c931796 -C extra-filename=-6357c50e7f597620 --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-a3c13c014b4d34fc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43922025-05-13T20:56:02.014Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43932025-05-13T20:56:02.039Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dde74e3ffb9541a5 -C extra-filename=-6e2d02c68cd238d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b6edd180bc7b39f8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-949fdffb744aceb3.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9f2d1787fbedd520.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
43942025-05-13T20:56:03.213Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=28bc8a9f6e263ece -C extra-filename=-530d3541b70b3c81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-18abf70d87774d6f.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6357c50e7f597620.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-9a365e9c921bf5d9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-848303ce7e34c92b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
43952025-05-13T20:56:03.465Z Compiling polar-core v0.27.3
43962025-05-13T20:56:03.490Z Running `/home/build/.rustup/toolchains/1.86.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=ca13e63a284b78e5 -C extra-filename=-d65ca6abaf26a9de --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-d65ca6abaf26a9de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-91d38df867bb302e.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb709642302e3e4b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43972025-05-13T20:56:04.927Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-d65ca6abaf26a9de/build-script-build`
43982025-05-13T20:56:05.538Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
43992025-05-13T20:56:05.563Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dac36b23be835ce9 -C extra-filename=-11274407f19d7287 --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-abcfafaf22606cf8.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b4cae566fbeeab99.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44002025-05-13T20:56:05.894Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
44012025-05-13T20:56:05.920Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0e2e04c9b293c51 -C extra-filename=-8ef77ea9bd4a6076 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-43348e5d43371b7e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44022025-05-13T20:56:06.426Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
44032025-05-13T20:56:06.451Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=345fd159a0d48ef3 -C extra-filename=-d57f9911fbd022b4 --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-e7bdc3e216e9a782.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-bd4eac39274ba7a0.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c28dacc6006b67d2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/`
44042025-05-13T20:56:06.554Z Running `/home/build/.rustup/toolchains/1.86.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=f08cea1849866f86 -C extra-filename=-e9bd4be52c288d28 --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-2ae6d48a90474597.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b894433656de4993.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-2d6496d0645ee8da.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44052025-05-13T20:56:07.728Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
44062025-05-13T20:56:07.753Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a895f8d0486b16d4 -C extra-filename=-815c4f4129cdfef7 --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-ffcf51777a761bbd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8ef77ea9bd4a6076.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44072025-05-13T20:56:08.673Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
44082025-05-13T20:56:08.698Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=181a53fec22c52fc -C extra-filename=-94c554056c5f939f --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-e7bdc3e216e9a782.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44092025-05-13T20:56:09.574Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44102025-05-13T20:56:09.599Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b7562077ccea259 -C extra-filename=-df553d39a8665e09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-febc148aecf69250.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c28dacc6006b67d2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cded52ba09e17906.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-a55953051fee8f2c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f816b0e99d3db6a3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44112025-05-13T20:56:10.127Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
44122025-05-13T20:56:10.152Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23db18688cecfcfb -C extra-filename=-75ba97068765d90e --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-635dd001e5f79077.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44132025-05-13T20:56:11.378Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
44142025-05-13T20:56:11.426Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=8980f3ddf2c65ab2 -C extra-filename=-803e6cb08cc0cff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-437d1ca11258f7f3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-815c4f4129cdfef7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5a030e2d5c7b34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
44152025-05-13T20:56:13.516Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44162025-05-13T20:56:13.563Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1139d9c99873e78a -C extra-filename=-ba5a14131eae4fda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-bd4eac39274ba7a0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d57f9911fbd022b4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-578298397dbd551d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c28dacc6006b67d2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2802b59c57031c7b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e9c6f9af1ed198ca.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-be7d18b159d57aee.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/`
44172025-05-13T20:56:14.045Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
44182025-05-13T20:56:14.070Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa785583d7372016 -C extra-filename=-2fe1f792efe70d35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5a030e2d5c7b34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
44192025-05-13T20:56:14.949Z Compiling oso v0.27.3
44202025-05-13T20:56:14.979Z Running `/home/build/.rustup/toolchains/1.86.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=49176f8baeeddefe -C extra-filename=-96fd28260cd99f26 --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-f4dd4ce3db6d1b76.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-fd30fd0081c495f2.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-e9bd4be52c288d28.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44212025-05-13T20:56:15.616Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
44222025-05-13T20:56:15.641Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e129adb42432f74 -C extra-filename=-efabdca7d4d10da9 --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-635dd001e5f79077.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44232025-05-13T20:56:16.407Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44242025-05-13T20:56:16.476Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--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=d5bed4650e8fe721 -C extra-filename=-3a5636de0d738400 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4945038c72687496.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94c554056c5f939f.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d31954d93ff0cb3a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-2ea8c282179b5cc7.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7672ffb85a944856.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-437d1ca11258f7f3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2af19e5e162117b7.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-11274407f19d7287.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5abcad605194adf4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6930e6a8da79930e.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-020b98d97b2e2100.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b3c1e3fad548906a.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fee674010f2dbbec.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-519e62d306246256.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-815c4f4129cdfef7.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-803e6cb08cc0cff3.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rmeta --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-2fe1f792efe70d35.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8ef77ea9bd4a6076.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5a030e2d5c7b34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f9a1df29f6afeb1d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e4b79a48fcc88834.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-610a1315089cd595.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
44252025-05-13T20:56:16.930Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44262025-05-13T20:56:16.956Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1ffd1d52d131259 -C extra-filename=-e16b819eb0b693c9 --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-c9b637664797ee35.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44272025-05-13T20:56:17.964Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
44282025-05-13T20:56:17.989Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=021d541a05620450 -C extra-filename=-254fa508ed3ae8e4 --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-635dd001e5f79077.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44292025-05-13T20:56:19.236Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44302025-05-13T20:56:19.261Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21496d7383dcf76e -C extra-filename=-272cc30732716048 --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-ffcf51777a761bbd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c28dacc6006b67d2.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ba5a14131eae4fda.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df553d39a8665e09.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
44312025-05-13T20:56:19.742Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
44322025-05-13T20:56:19.767Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ac3dca5cb95a79a -C extra-filename=-efcbfa34aaa3da34 --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-635dd001e5f79077.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44332025-05-13T20:56:20.435Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
44342025-05-13T20:56:20.461Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be4a96f56dec567c -C extra-filename=-53f589bd0c909c6e --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-635dd001e5f79077.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44352025-05-13T20:56:20.792Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44362025-05-13T20:56:20.820Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ff10c4e54c991bc -C extra-filename=-886201848339c10c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-254fa508ed3ae8e4.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-efabdca7d4d10da9.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-1c266ad8fa5cdaf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44372025-05-13T20:56:21.548Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
44382025-05-13T20:56:21.603Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/04681f2/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=a503983856297ef5 -C extra-filename=-6adb7912bf9a9b69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-220b7fc4edeb40d1.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6cbbd44c6d0b877e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3322afa9ef710511.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-162a6217309e34db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8064d750b6af2dee.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e4fdf4bdded753d6.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-610a1315089cd595.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44392025-05-13T20:56:21.672Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44402025-05-13T20:56:21.698Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc36ca870e5405ef -C extra-filename=-f95fbc1a014917f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7f62667b5cf8949c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44412025-05-13T20:56:22.400Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44422025-05-13T20:56:22.451Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f459d260ec67b9e8 -C extra-filename=-36965fe07393cdf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-73c4d314c6c4a836.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e16b819eb0b693c9.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-1c266ad8fa5cdaf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44432025-05-13T20:56:24.892Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44442025-05-13T20:56:24.939Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=febb2ad554134713 -C extra-filename=-58b5a42154eb3f96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-efcbfa34aaa3da34.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53f589bd0c909c6e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44452025-05-13T20:56:26.004Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44462025-05-13T20:56:26.033Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=033d4bec37f9dbac -C extra-filename=-2cdbdd8bdcd797f6 --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-d267ed5fcc66eb5b.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44472025-05-13T20:56:26.495Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44482025-05-13T20:56:26.524Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9aeddd48d771060f -C extra-filename=-48221bba85de022b --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-635dd001e5f79077.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-519e62d306246256.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44492025-05-13T20:56:28.071Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44502025-05-13T20:56:28.097Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66f86bb1b287bc04 -C extra-filename=-262e043b54973e92 --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-635dd001e5f79077.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f95fbc1a014917f8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44512025-05-13T20:56:29.265Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44522025-05-13T20:56:29.291Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e14bb7ad46cf252c -C extra-filename=-ccc284c85f6873a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e4fdf4bdded753d6.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-610a1315089cd595.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6adb7912bf9a9b69.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44532025-05-13T20:56:31.142Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44542025-05-13T20:56:31.258Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8683471eb25724ef -C extra-filename=-2c448bf36d69e7a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-2c448bf36d69e7a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b7a2e7c64d871385.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44552025-05-13T20:56:31.285Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44562025-05-13T20:56:31.285Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d09dcdfaf517564d -C extra-filename=-ac58516b41c56e87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-855018d7b9d18349.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c47e2a5d6a64cc8d.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fb5739d9a9bc02f0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44572025-05-13T20:56:31.285Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44582025-05-13T20:56:31.313Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10b442793b254860 -C extra-filename=-ab6d84de1604e177 --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-e7bdc3e216e9a782.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44592025-05-13T20:56:31.508Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-2c448bf36d69e7a0/build-script-build`
44602025-05-13T20:56:31.549Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44612025-05-13T20:56:31.573Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6bb1d1ba87a456b -C extra-filename=-d3179cee1342e17a --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-a986409636b942fd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44622025-05-13T20:56:33.034Z Running `/home/build/.rustup/toolchains/1.86.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=40636c26cff86d2a -C extra-filename=-1807b1e5b7c7f698 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-6a95b38f7311f527.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-457b06ca6c52f1d7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-068640a63b5341fd.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/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)'`
44632025-05-13T20:56:34.456Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44642025-05-13T20:56:34.502Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1507969992f20ec9 -C extra-filename=-73c09e99e299ee4e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-73c09e99e299ee4e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b7a2e7c64d871385.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44652025-05-13T20:56:34.677Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44662025-05-13T20:56:34.702Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c61315845cc7a862 -C extra-filename=-2a0c4b3668425afd --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-2a0c4b3668425afd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b7a2e7c64d871385.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44672025-05-13T20:56:34.783Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44682025-05-13T20:56:34.808Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=daf9e6bf122ae22a -C extra-filename=-54c66d6d02bf2ce9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-54c66d6d02bf2ce9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b7a2e7c64d871385.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44692025-05-13T20:56:35.043Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-2a0c4b3668425afd/build-script-build`
44702025-05-13T20:56:35.081Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-73c09e99e299ee4e/build-script-build`
44712025-05-13T20:56:35.116Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
44722025-05-13T20:56:35.144Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/4580159/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=662a08886869ccbb -C extra-filename=-8c547beb57eeb3ab --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-8c547beb57eeb3ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-1807b1e5b7c7f698.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/usr/lib/amd64`
44732025-05-13T20:56:35.169Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-54c66d6d02bf2ce9/build-script-build`
44742025-05-13T20:56:35.195Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
44752025-05-13T20:56:35.195Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3cc393f736a6309f -C extra-filename=-78c372f97d436818 --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-635dd001e5f79077.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44762025-05-13T20:56:36.170Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44772025-05-13T20:56:36.217Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=58dd73126d87fa2c -C extra-filename=-47ff4db75ea5aa3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-875255c293e3643b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-2c8c408103b12f70.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6ff817e93dc41a3c.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7f62667b5cf8949c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d504c4e11c5d5040.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f95fbc1a014917f8.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-262e043b54973e92.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44782025-05-13T20:56:36.918Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-8c547beb57eeb3ab/build-script-build`
44792025-05-13T20:56:38.354Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
44802025-05-13T20:56:38.386Z Running `/home/build/.rustup/toolchains/1.86.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=6d04254938f2f4ad -C extra-filename=-7a22b11c34821a11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-9bda7a5a9cc529a2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44812025-05-13T20:56:38.757Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44822025-05-13T20:56:38.789Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c06f0b956dd25a3 -C extra-filename=-447ab970d55721bf --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-447ab970d55721bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b7a2e7c64d871385.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44832025-05-13T20:56:39.098Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-447ab970d55721bf/build-script-build`
44842025-05-13T20:56:39.137Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
44852025-05-13T20:56:39.166Z Running `/home/build/.rustup/toolchains/1.86.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=658b2219d5cd18a3 -C extra-filename=-87047c1a22ab6383 --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-635dd001e5f79077.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-7a22b11c34821a11.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-3656e2b5c69e0fef.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44862025-05-13T20:56:39.531Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/4580159/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=1239cdb8330f721e -C extra-filename=-6afa5f4cbec0d98d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-ebc6e561bc5f2f7a.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-d31ac486a411b0cb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cded52ba09e17906.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3e5470921d4e104f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-9bda7a5a9cc529a2.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-93eb5cd5abd861a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f99402bd3fbd2a9f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-166632be0023aa12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts`
44872025-05-13T20:56:39.687Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
44882025-05-13T20:56:39.713Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=673b41237d563918 -C extra-filename=-00897f9d6a07a6b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-573cdad2bec9ac23.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6871d9450c4fcd9a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c47e2a5d6a64cc8d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44892025-05-13T20:56:41.206Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
44902025-05-13T20:56:41.232Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=843fd0a875e35e8f -C extra-filename=-30cc6659b6f082fc --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-30cc6659b6f082fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b7a2e7c64d871385.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44912025-05-13T20:56:41.256Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
44922025-05-13T20:56:41.256Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=904f4ddcb7c6ce02 -C extra-filename=-9658346dff8de5ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44932025-05-13T20:56:41.506Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
44942025-05-13T20:56:41.531Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd959d573b64ec08 -C extra-filename=-7b51ed40656a31eb --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-7688fb7ceb68920e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
44952025-05-13T20:56:41.585Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
44962025-05-13T20:56:41.610Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/4580159/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=a4a5455cb2a50924 -C extra-filename=-dbe9a68106501e22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-d31ac486a411b0cb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
44972025-05-13T20:56:41.728Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-30cc6659b6f082fc/build-script-build`
44982025-05-13T20:56:41.769Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44992025-05-13T20:56:41.795Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=974892b7c8ade1b1 -C extra-filename=-dd088828ffae1b36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-1fbde3982e664328.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-d05fa9154c448b6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-1c266ad8fa5cdaf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45002025-05-13T20:56:41.821Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45012025-05-13T20:56:41.821Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a22cfc1b637935f -C extra-filename=-05852160766391b4 --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-d31954d93ff0cb3a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f95fbc1a014917f8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45022025-05-13T20:56:42.255Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45032025-05-13T20:56:42.281Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=606a5ff2bbb4dee1 -C extra-filename=-8a5a1161feb3c4d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45042025-05-13T20:56:43.736Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6f8f9a59c4d2b69 -C extra-filename=-6f8adb423cf802c9 --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-530d3541b70b3c81.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45052025-05-13T20:56:44.415Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45062025-05-13T20:56:44.440Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5989e6a22b1bfcb0 -C extra-filename=-f9b2ebbd610586dc --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-635dd001e5f79077.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-c9b1cc28d1fb8db9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45072025-05-13T20:56:44.440Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
45082025-05-13T20:56:44.485Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a112f812e0ca50e6 -C extra-filename=-e4b1487af8be05bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d3179cee1342e17a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45092025-05-13T20:56:44.883Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b31019d3a5004438 -C extra-filename=-f21380656f72144a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-e26a24417ccc1856.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5ed8136344f353f1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-6f8adb423cf802c9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-96fd28260cd99f26.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9782d927e809adbc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45102025-05-13T20:56:45.474Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45112025-05-13T20:56:45.501Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e39c7cbe45631985 -C extra-filename=-bd11bb43c8264d83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b4cae566fbeeab99.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45122025-05-13T20:56:45.533Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
45132025-05-13T20:56:45.534Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7951bce4fbd2e270 -C extra-filename=-4f372877a6071306 --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-f9b2ebbd610586dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45142025-05-13T20:56:46.831Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d0b6febb0bc04f0 -C extra-filename=-69f0c373e35b5c9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e16b819eb0b693c9.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-dd088828ffae1b36.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-9658346dff8de5ac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45152025-05-13T20:56:51.053Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45162025-05-13T20:56:51.078Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b6a90c81ca5e330 -C extra-filename=-faaa7d1e22d0ae85 --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-fdc6f040fd4f7b5b.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f21380656f72144a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45172025-05-13T20:56:52.107Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a01a1b98fcf3bc59 -C extra-filename=-a854185ab87c3729 --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-9833fc5cd7c8fc36.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-18abf70d87774d6f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ed4ee5eb80872263.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f21380656f72144a.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-faaa7d1e22d0ae85.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45182025-05-13T20:56:52.969Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45192025-05-13T20:56:52.994Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2fddfbfcfda2b740 -C extra-filename=-11424560c78aaf84 --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-14e6460dbf1dc4c4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45202025-05-13T20:56:56.944Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
45212025-05-13T20:56:56.971Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00f7886afcc3765f -C extra-filename=-3cfb8d0973ec35dc --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-ffcf51777a761bbd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-573cdad2bec9ac23.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45222025-05-13T20:56:57.044Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
45232025-05-13T20:56:57.070Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85170c345234f1e2 -C extra-filename=-5a89abeae4ccc5a3 --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-7688fb7ceb68920e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45242025-05-13T20:56:57.573Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45252025-05-13T20:56:57.630Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--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=446b85f767ef1f6d -C extra-filename=-c56ff69aa845049c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-11424560c78aaf84.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2802b59c57031c7b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-11274407f19d7287.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5a030e2d5c7b34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6adb7912bf9a9b69.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
45262025-05-13T20:56:57.664Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
45272025-05-13T20:56:57.690Z Running `/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/04681f2/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=e6e19575da22002c -C extra-filename=-abb97dbd382c33b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9282f5134aa6ca48.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6adb7912bf9a9b69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45282025-05-13T20:56:58.348Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=0df6fd2bb7b537ae -C extra-filename=-0537e10c02bb0698 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9833fc5cd7c8fc36.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f041b42439f43bad.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-18abf70d87774d6f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ed4ee5eb80872263.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f21380656f72144a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-faaa7d1e22d0ae85.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-6f8adb423cf802c9.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a854185ab87c3729.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-848303ce7e34c92b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45292025-05-13T20:56:58.837Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
45302025-05-13T20:56:58.866Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23ec9ad7a1272ee4 -C extra-filename=-83cdb63af48433df --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-f9843d87f643e91e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45312025-05-13T20:56:59.190Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
45322025-05-13T20:56:59.216Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a76dfb8d158b64ea -C extra-filename=-24105b23b31c1063 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-24105b23b31c1063 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b7a2e7c64d871385.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45332025-05-13T20:56:59.422Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45342025-05-13T20:56:59.457Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b882a5dbb85111d -C extra-filename=-3ee61060cac2b6c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-3ee61060cac2b6c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b7a2e7c64d871385.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45352025-05-13T20:56:59.533Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45362025-05-13T20:56:59.573Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da6f5bdd1369fd39 -C extra-filename=-f0ea79f8b9e0b18e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-f0ea79f8b9e0b18e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b7a2e7c64d871385.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45372025-05-13T20:56:59.768Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45382025-05-13T20:56:59.800Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8088a737ceee739d -C extra-filename=-8a6f5d18d90c4bc0 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-8a6f5d18d90c4bc0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b7a2e7c64d871385.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45392025-05-13T20:56:59.884Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
45402025-05-13T20:56:59.919Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b68de9265889b92 -C extra-filename=-a8119e2978097788 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-a8119e2978097788 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b7a2e7c64d871385.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45412025-05-13T20:57:00.126Z Compiling omicron-zone-package v0.12.2
45422025-05-13T20:57:00.157Z Running `/home/build/.rustup/toolchains/1.86.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=5858c3a14bdc3c09 -C extra-filename=-0bb1624085e4ae1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-d5b0d2d4ef2dcb91.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1b6046de928d0aef.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fb709642302e3e4b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0911fcc91d7ccfb0.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-dd33363ebf6cb21b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64`
45432025-05-13T20:57:00.275Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-a8119e2978097788/build-script-build`
45442025-05-13T20:57:00.381Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-8a6f5d18d90c4bc0/build-script-build`
45452025-05-13T20:57:00.413Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-f0ea79f8b9e0b18e/build-script-build`
45462025-05-13T20:57:00.423Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-3ee61060cac2b6c1/build-script-build`
45472025-05-13T20:57:00.423Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-24105b23b31c1063/build-script-build`
45482025-05-13T20:57:00.456Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45492025-05-13T20:57:00.456Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75612c8931613169 -C extra-filename=-a021b1386bd98e38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d31954d93ff0cb3a.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-8a5a1161feb3c4d7.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-9a365e9c921bf5d9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-11274407f19d7287.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e4fdf4bdded753d6.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7f62667b5cf8949c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6adb7912bf9a9b69.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ccc284c85f6873a3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f95fbc1a014917f8.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-05852160766391b4.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-262e043b54973e92.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45502025-05-13T20:57:07.569Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45512025-05-13T20:57:07.645Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=c2f45a5a70f8ef05 -C extra-filename=-dc2402b77366da15 --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-5521fc2fbb46472c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45522025-05-13T20:57:07.645Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45532025-05-13T20:57:07.645Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=261ceaa2e84a24b3 -C extra-filename=-d6e0461492b9f805 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-39cf50e6e6f79fd7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45542025-05-13T20:57:07.645Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45552025-05-13T20:57:07.645Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4db8ebc1e1d69691 -C extra-filename=-1748ce299539e2a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-47ff4db75ea5aa3f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45562025-05-13T20:57:07.646Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
45572025-05-13T20:57:07.646Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1ad0735acbc3dc8 -C extra-filename=-3657f56088f24449 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-3657f56088f24449 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b7a2e7c64d871385.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45582025-05-13T20:57:07.646Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
45592025-05-13T20:57:07.646Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d240b5a4f3b05516 -C extra-filename=-c64f971b5be34899 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-c64f971b5be34899 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b7a2e7c64d871385.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45602025-05-13T20:57:07.646Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45612025-05-13T20:57:07.646Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f3d11e1d941164e -C extra-filename=-6a168b363308d84c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-6a168b363308d84c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b7a2e7c64d871385.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45622025-05-13T20:57:07.646Z Compiling blake2b_simd v1.0.2
45632025-05-13T20:57:07.646Z Running `/home/build/.rustup/toolchains/1.86.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=c9d95161aeaa645a -C extra-filename=-8a691653cf4d7ed2 --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-a22d07dae427290f.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-d4ceb6e7ad782902.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-c7cf0261ea0b559b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45642025-05-13T20:57:10.354Z Compiling partial-io v0.5.4
45652025-05-13T20:57:10.379Z Running `/home/build/.rustup/toolchains/1.86.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=fc0ea7269b62d5cf -C extra-filename=-75bfb8a8688b87d2 --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-47fc53334f83c231.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-cf8554e44e215ff0.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45662025-05-13T20:57:10.789Z Compiling httptest v0.16.3
45672025-05-13T20:57:10.815Z Running `/home/build/.rustup/toolchains/1.86.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=3066521a6e26b507 -C extra-filename=-8762e7036bbf5de2 --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-b851a1035fc9bb65.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-488018d63261b619.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-e492f5405f6e4d85.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0c752723663acde.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45682025-05-13T20:57:11.075Z Compiling rustls-native-certs v0.7.3
45692025-05-13T20:57:11.100Z Running `/home/build/.rustup/toolchains/1.86.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.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=dd7bbb183c45e064 -C extra-filename=-9770eb0cd1b466c5 --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-2c7c5d32c902c35b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-25196b4ef591aa15.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-522227478bca0142.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45702025-05-13T20:57:11.549Z Compiling rand_distr v0.4.3
45712025-05-13T20:57:11.575Z Running `/home/build/.rustup/toolchains/1.86.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=15c2a1db06c70efe -C extra-filename=-094b8fb70d5dece4 --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-b016ab649b5092da.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45722025-05-13T20:57:12.329Z Compiling approx v0.5.1
45732025-05-13T20:57:12.354Z Running `/home/build/.rustup/toolchains/1.86.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=d17a5d2cde7f9bca -C extra-filename=-389438b91975bd41 --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-b016ab649b5092da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45742025-05-13T20:57:12.572Z Compiling hyper-rustls v0.26.0
45752025-05-13T20:57:12.597Z Running `/home/build/.rustup/toolchains/1.86.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.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="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=43fe4f412c8e7e7b -C extra-filename=-f228b60769bea7bf --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-22b3486293b2b9f0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0c752723663acde.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-18628d290fb1d91e.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-9770eb0cd1b466c5.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-522227478bca0142.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-09f1cd595c439194.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d4879014808bc9b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts`
45762025-05-13T20:57:13.057Z Compiling rust-argon2 v2.1.0
45772025-05-13T20:57:13.082Z Running `/home/build/.rustup/toolchains/1.86.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=a21f66c46044bae0 -C extra-filename=-3a060de4e6572323 --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-e160ba038ce5e281.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-8a691653cf4d7ed2.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-c7cf0261ea0b559b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45782025-05-13T20:57:13.805Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-6a168b363308d84c/build-script-build`
45792025-05-13T20:57:13.841Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-c64f971b5be34899/build-script-build`
45802025-05-13T20:57:13.872Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-3657f56088f24449/build-script-build`
45812025-05-13T20:57:13.902Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
45822025-05-13T20:57:13.927Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7fc6e6376722ce7e -C extra-filename=-6d860fdb13f907cf --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-4782c6e2b79c72e0.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4945038c72687496.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88cce0b63f506f0b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-dc2402b77366da15.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45832025-05-13T20:57:14.456Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45842025-05-13T20:57:14.503Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24ecc882c6c094d4 -C extra-filename=-3f5a99c31f69658d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-39cf50e6e6f79fd7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-46a479c0098c7ec3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-0bb1624085e4ae1e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-eb7ccd3b497b41c6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-2c8c408103b12f70.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-9bda7a5a9cc529a2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
45852025-05-13T20:57:14.790Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82029d565f6f5bc5 -C extra-filename=-9277c77b9984be29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-4f372877a6071306.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f9b2ebbd610586dc.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-c9b1cc28d1fb8db9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45862025-05-13T20:57:16.438Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
45872025-05-13T20:57:16.487Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b99c0ab3818ca3bd -C extra-filename=-71c9cb446472fd7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94c554056c5f939f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d3179cee1342e17a.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-4f372877a6071306.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b6edd180bc7b39f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d57f9911fbd022b4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-8a5a1161feb3c4d7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ac58516b41c56e87.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ab6d84de1604e177.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-855018d7b9d18349.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-efcbfa34aaa3da34.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fee674010f2dbbec.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-1bdfaaaf17e732f2.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-815c4f4129cdfef7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-05852160766391b4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45882025-05-13T20:57:18.917Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
45892025-05-13T20:57:18.941Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03b13f24afe6d318 -C extra-filename=-8d2f3ebd63715214 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-efabdca7d4d10da9.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45902025-05-13T20:57:19.019Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45912025-05-13T20:57:19.054Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1be5b9cfa7d2e147 -C extra-filename=-33f3d0067bb2e7e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-eb534fce29ca14c5.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45922025-05-13T20:57:19.941Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
45932025-05-13T20:57:19.976Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe9194a70fac330c -C extra-filename=-ce9e7acd725d345c --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-7688fb7ceb68920e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45942025-05-13T20:57:20.191Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45952025-05-13T20:57:20.216Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=182422efcbf690db -C extra-filename=-6631ef6b52a0d532 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-39cf50e6e6f79fd7.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6ff817e93dc41a3c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
45962025-05-13T20:57:20.734Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45972025-05-13T20:57:20.759Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a69dd14fa9e029a -C extra-filename=-7297e574fa670b9d --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-1e83090b88d7e230.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-fa8b027298a2400f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-05384b49a4446cf6.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-0bcb897aeafd39f7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bd11bb43c8264d83.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-c1f9b215c01a5dca.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-498ea0cf4d58151b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a136de79fe574e0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45982025-05-13T20:57:20.909Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
45992025-05-13T20:57:20.934Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34643b4018e166ae -C extra-filename=-ac1fe1fda3defc50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
46002025-05-13T20:57:23.051Z Compiling camino-tempfile-ext v0.3.0
46012025-05-13T20:57:23.100Z Running `/home/build/.rustup/toolchains/1.86.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.0/src/lib.rs --error-format=json --json=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=679796fcd6ae8c5c -C extra-filename=-8adbcea5c538cfd0 --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-609308301063d8ac.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-1e83090b88d7e230.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-1308877b68be83d0.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-07622d186ea4f506.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-842844d0abd222c5.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a4c56a73400c82fb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46022025-05-13T20:57:23.100Z Compiling cargo_toml v0.21.0
46032025-05-13T20:57:23.100Z Running `/home/build/.rustup/toolchains/1.86.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=dad716f607bed2cd -C extra-filename=-ffb9aab26d1ec382 --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-fcfda3857d1092f5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46042025-05-13T20:57:23.100Z Compiling termios v0.3.3
46052025-05-13T20:57:23.100Z Running `/home/build/.rustup/toolchains/1.86.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=13a8c490307ccba5 -C extra-filename=-4b56f546ecaacc65 --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-f9843d87f643e91e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46062025-05-13T20:57:23.126Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46072025-05-13T20:57:23.126Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e063aaf4d9c67b88 -C extra-filename=-ce3e204d816ce8c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-4b56f546ecaacc65.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-be7d18b159d57aee.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
46082025-05-13T20:57:26.527Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4670e33daef3c4ec -C extra-filename=-e11b821ebf4b8df9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94c554056c5f939f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d3179cee1342e17a.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-4f372877a6071306.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b6edd180bc7b39f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d57f9911fbd022b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-8a5a1161feb3c4d7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ac58516b41c56e87.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ab6d84de1604e177.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-71c9cb446472fd7b.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-855018d7b9d18349.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-efcbfa34aaa3da34.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fee674010f2dbbec.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-1bdfaaaf17e732f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-815c4f4129cdfef7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-05852160766391b4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
46092025-05-13T20:57:26.842Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ae3807a1edfbbaa -C extra-filename=-73ff8b88a24ec54d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-8adbcea5c538cfd0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5a030e2d5c7b34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
46102025-05-13T20:57:28.490Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=977b638249ad4c4a -C extra-filename=-668c3737fa713331 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-ac1fe1fda3defc50.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
46112025-05-13T20:57:28.579Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46122025-05-13T20:57:28.621Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f014bbffec10ba9f -C extra-filename=-387afefd69e62a04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-39cf50e6e6f79fd7.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-ffb9aab26d1ec382.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-46a479c0098c7ec3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46132025-05-13T20:57:29.176Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
46142025-05-13T20:57:29.201Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45c675b9c9c6b4d8 -C extra-filename=-3b7ad229b27dbc7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-39cf50e6e6f79fd7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-6631ef6b52a0d532.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-0bb1624085e4ae1e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-2c8c408103b12f70.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6adb7912bf9a9b69.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out`
46152025-05-13T20:57:30.331Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66d8e6b06e8b5540 -C extra-filename=-af3b1dc8dfeb5e2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-e26a24417ccc1856.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5ed8136344f353f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-6f8adb423cf802c9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-96fd28260cd99f26.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9782d927e809adbc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46162025-05-13T20:57:30.513Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce1cf88fad368fe1 -C extra-filename=-9501e15759c99de3 --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-fdc6f040fd4f7b5b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f21380656f72144a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46172025-05-13T20:57:32.166Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c370dce2f2a9e0a -C extra-filename=-e63e9b4ca73f2355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-8d2f3ebd63715214.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-efabdca7d4d10da9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
46182025-05-13T20:57:32.959Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fadbe8ce579c6f1d -C extra-filename=-9c351c605f4f2f77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-eb534fce29ca14c5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-33f3d0067bb2e7e7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46192025-05-13T20:57:33.051Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51fb86dd7f92e670 -C extra-filename=-fd3446edcd406e54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d31954d93ff0cb3a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-8a5a1161feb3c4d7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-9a365e9c921bf5d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-11274407f19d7287.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e4fdf4bdded753d6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7f62667b5cf8949c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6adb7912bf9a9b69.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ccc284c85f6873a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f95fbc1a014917f8.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a021b1386bd98e38.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-05852160766391b4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-262e043b54973e92.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46202025-05-13T20:57:34.111Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cee5048060d3841f -C extra-filename=-31cc86bc0baec731 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d31954d93ff0cb3a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c56ff69aa845049c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-8a5a1161feb3c4d7.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-11424560c78aaf84.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-9a365e9c921bf5d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-11274407f19d7287.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e4fdf4bdded753d6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7f62667b5cf8949c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-abb97dbd382c33b5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6adb7912bf9a9b69.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ccc284c85f6873a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-47ff4db75ea5aa3f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f95fbc1a014917f8.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a021b1386bd98e38.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-05852160766391b4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-262e043b54973e92.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46212025-05-13T20:57:35.304Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd9afaccc7d1c2f3 -C extra-filename=-2622f0af2b524586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d31954d93ff0cb3a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c56ff69aa845049c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-8a5a1161feb3c4d7.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-11424560c78aaf84.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-9a365e9c921bf5d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-11274407f19d7287.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e4fdf4bdded753d6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7f62667b5cf8949c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-abb97dbd382c33b5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6adb7912bf9a9b69.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ccc284c85f6873a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-47ff4db75ea5aa3f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f95fbc1a014917f8.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a021b1386bd98e38.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-05852160766391b4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-262e043b54973e92.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46222025-05-13T20:57:36.401Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f16f9b482b35684c -C extra-filename=-6823802b4f62b83f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-39cf50e6e6f79fd7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-46a479c0098c7ec3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-3f5a99c31f69658d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-0bb1624085e4ae1e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-eb7ccd3b497b41c6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-2c8c408103b12f70.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-9bda7a5a9cc529a2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
46232025-05-13T20:57:37.716Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8904c5e2a8f279c -C extra-filename=-35aeda291e3332d0 --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-e6d592fac097b6ae.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4782c6e2b79c72e0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4945038c72687496.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88cce0b63f506f0b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-dc2402b77366da15.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6d860fdb13f907cf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46242025-05-13T20:57:39.848Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
46252025-05-13T20:57:39.896Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=09fe9bba9fd08538 -C extra-filename=-9a412aab2ba1a8b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2cdbdd8bdcd797f6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-58b5a42154eb3f96.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -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 native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
46262025-05-13T20:57:41.210Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
46272025-05-13T20:57:41.237Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76be2c2bfc2f1d7b -C extra-filename=-f5ddc991ca628060 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46282025-05-13T20:57:42.994Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46292025-05-13T20:57:43.019Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e208f4d3f31209a -C extra-filename=-adc6ec5cf5760e74 --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-47fc53334f83c231.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a854185ab87c3729.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46302025-05-13T20:57:44.506Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d9833aad9805e4e -C extra-filename=-e62386aca1092dab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-254fa508ed3ae8e4.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-efabdca7d4d10da9.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-78c372f97d436818.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-2ea8c282179b5cc7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-61bf4d7c1261dfa0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a854185ab87c3729.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48221bba85de022b.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-adc6ec5cf5760e74.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46312025-05-13T20:57:47.420Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60642432e6fc49b2 -C extra-filename=-6abd86fd201e092c --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-635dd001e5f79077.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-848303ce7e34c92b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46322025-05-13T20:57:47.874Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5290e18c65855455 -C extra-filename=-bd3de532a008bf03 --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-635dd001e5f79077.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53f589bd0c909c6e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46332025-05-13T20:57:48.370Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83af2fe81da214e0 -C extra-filename=-0aa07d7917da2689 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46342025-05-13T20:57:49.271Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8882fc46db11488f -C extra-filename=-f750992336628a90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-ce9e7acd725d345c.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f5ddc991ca628060.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46352025-05-13T20:57:49.296Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b5959b80ba110cb -C extra-filename=-39055b6cf4442477 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46362025-05-13T20:57:49.738Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90c2d60cbb018651 -C extra-filename=-5ae9426dacd30a83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9833fc5cd7c8fc36.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-c9b1cc28d1fb8db9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-06fcd8d2e0fd472e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-3f1a564d5e79cf2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-faaa7d1e22d0ae85.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a854185ab87c3729.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f5ddc991ca628060.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6abd86fd201e092c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53f589bd0c909c6e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-848303ce7e34c92b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-979568d2a0d9de84.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46372025-05-13T20:57:51.941Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3560b8740e82eeca -C extra-filename=-bed803b8ec77a4ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-254fa508ed3ae8e4.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-efabdca7d4d10da9.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-78c372f97d436818.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-2ea8c282179b5cc7.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6afa5f4cbec0d98d.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-dbe9a68106501e22.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9daae4b4f2aba377.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7672ffb85a944856.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-87047c1a22ab6383.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2af19e5e162117b7.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f21380656f72144a.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-7b51ed40656a31eb.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a854185ab87c3729.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6357c50e7f597620.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ac58516b41c56e87.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ab6d84de1604e177.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bd3de532a008bf03.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48221bba85de022b.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-adc6ec5cf5760e74.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e62386aca1092dab.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f5ddc991ca628060.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0aa07d7917da2689.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6abd86fd201e092c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2cdbdd8bdcd797f6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53f589bd0c909c6e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fb5739d9a9bc02f0.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b4cae566fbeeab99.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b3c1e3fad548906a.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-18628d290fb1d91e.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-25196b4ef591aa15.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9782d927e809adbc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-848303ce7e34c92b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e4fdf4bdded753d6.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ccc284c85f6873a3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46382025-05-13T20:57:52.096Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8aba14079799697a -C extra-filename=-42e5c42b99c166be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9833fc5cd7c8fc36.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46392025-05-13T20:57:52.633Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c04af7f6f9a93aeb -C extra-filename=-c3e7a9be15cc801d --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-1e83090b88d7e230.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-fa8b027298a2400f.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-7297e574fa670b9d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-05384b49a4446cf6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-0bcb897aeafd39f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bd11bb43c8264d83.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-c1f9b215c01a5dca.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-498ea0cf4d58151b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a136de79fe574e0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46402025-05-13T20:57:54.627Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=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=b6fd674940660763 -C extra-filename=-b376f33acb2137c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4945038c72687496.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94c554056c5f939f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d31954d93ff0cb3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-2ea8c282179b5cc7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-33ea8e0aa2f5545d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-fde220034c5893f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7672ffb85a944856.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-437d1ca11258f7f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2af19e5e162117b7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e16b819eb0b693c9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-11274407f19d7287.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5abcad605194adf4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6930e6a8da79930e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-020b98d97b2e2100.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b3c1e3fad548906a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fee674010f2dbbec.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-519e62d306246256.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-815c4f4129cdfef7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-803e6cb08cc0cff3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-2fe1f792efe70d35.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8ef77ea9bd4a6076.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5a030e2d5c7b34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f9a1df29f6afeb1d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e4b79a48fcc88834.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-610a1315089cd595.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46412025-05-13T20:58:02.101Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--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=28e926d8049d8bfc -C extra-filename=-778727b3e9955ad4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4945038c72687496.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94c554056c5f939f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d31954d93ff0cb3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-2ea8c282179b5cc7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7672ffb85a944856.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-437d1ca11258f7f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2af19e5e162117b7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-11274407f19d7287.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5abcad605194adf4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6930e6a8da79930e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-020b98d97b2e2100.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b3c1e3fad548906a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fee674010f2dbbec.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-519e62d306246256.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-815c4f4129cdfef7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-803e6cb08cc0cff3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-2fe1f792efe70d35.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8ef77ea9bd4a6076.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5a030e2d5c7b34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f9a1df29f6afeb1d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e4b79a48fcc88834.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-610a1315089cd595.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
46422025-05-13T20:58:03.621Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6fc398c55d9ca26d -C extra-filename=-c158b0aa463a292c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-4f372877a6071306.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f9b2ebbd610586dc.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-c9b1cc28d1fb8db9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -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 native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
46432025-05-13T20:58:07.358Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5c01f0a03a81ecb -C extra-filename=-c7e3f8b1f909ac97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48221bba85de022b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e62386aca1092dab.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-519e62d306246256.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46442025-05-13T20:58:10.417Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=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=aae91766499cbf64 -C extra-filename=-c119150a191d1a46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4945038c72687496.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94c554056c5f939f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d31954d93ff0cb3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-2ea8c282179b5cc7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-33ea8e0aa2f5545d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-fde220034c5893f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7672ffb85a944856.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-437d1ca11258f7f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2af19e5e162117b7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e16b819eb0b693c9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-11274407f19d7287.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5abcad605194adf4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6930e6a8da79930e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-020b98d97b2e2100.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b3c1e3fad548906a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fee674010f2dbbec.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-519e62d306246256.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-815c4f4129cdfef7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-803e6cb08cc0cff3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-2fe1f792efe70d35.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8ef77ea9bd4a6076.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5a030e2d5c7b34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f9a1df29f6afeb1d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e4b79a48fcc88834.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-610a1315089cd595.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46452025-05-13T20:58:12.915Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7202cc3b7b5a01b1 -C extra-filename=-6d16ef646f5ae945 --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-1e83090b88d7e230.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-fa8b027298a2400f.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-7297e574fa670b9d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-05384b49a4446cf6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-0bcb897aeafd39f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bd11bb43c8264d83.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-c1f9b215c01a5dca.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-498ea0cf4d58151b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a136de79fe574e0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46462025-05-13T20:58:15.348Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9cd057f2ce1b2b98 -C extra-filename=-35c03402b6c9e0f3 --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-1e83090b88d7e230.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-fa8b027298a2400f.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-7297e574fa670b9d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-05384b49a4446cf6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-0bcb897aeafd39f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bd11bb43c8264d83.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-c1f9b215c01a5dca.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-498ea0cf4d58151b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a136de79fe574e0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46472025-05-13T20:58:17.820Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83e3f3f2a0a885fc -C extra-filename=-4b44d9839e54bf30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-254fa508ed3ae8e4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-efabdca7d4d10da9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-1c266ad8fa5cdaf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
46482025-05-13T20:58:20.536Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=a2ce19a64559577d -C extra-filename=-3a36551b8db7209e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2cdbdd8bdcd797f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-58b5a42154eb3f96.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -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 native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
46492025-05-13T20:58:25.902Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27c43cb9a2832fcb -C extra-filename=-8a64a58daaac887a --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-1e83090b88d7e230.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-fa8b027298a2400f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-05384b49a4446cf6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-0bcb897aeafd39f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bd11bb43c8264d83.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-c1f9b215c01a5dca.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-498ea0cf4d58151b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a136de79fe574e0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46502025-05-13T20:58:29.860Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=33a2e3ce2b98ee08 -C extra-filename=-c59a942068d85ac2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9833fc5cd7c8fc36.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f041b42439f43bad.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dec9ecdfc403e756.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-18abf70d87774d6f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ed4ee5eb80872263.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f228b60769bea7bf.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f21380656f72144a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-faaa7d1e22d0ae85.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-6f8adb423cf802c9.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a854185ab87c3729.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-96fd28260cd99f26.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-07622d186ea4f506.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-18628d290fb1d91e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-848303ce7e34c92b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-349d83d8ef81886c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
46512025-05-13T20:58:30.887Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=adb5e826c7c5d57c -C extra-filename=-bc1e8cf4f8707b39 --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-635dd001e5f79077.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f21380656f72144a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-5a89abeae4ccc5a3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-848303ce7e34c92b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
46522025-05-13T20:58:39.464Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=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=1fca038a42b1c550 -C extra-filename=-b260cb0c4f93f59f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4945038c72687496.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94c554056c5f939f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d31954d93ff0cb3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-2ea8c282179b5cc7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-33ea8e0aa2f5545d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-fde220034c5893f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7672ffb85a944856.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-437d1ca11258f7f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2af19e5e162117b7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e16b819eb0b693c9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-11274407f19d7287.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5abcad605194adf4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6930e6a8da79930e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-020b98d97b2e2100.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b3c1e3fad548906a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fee674010f2dbbec.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-519e62d306246256.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-815c4f4129cdfef7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-803e6cb08cc0cff3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-2fe1f792efe70d35.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8ef77ea9bd4a6076.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5a030e2d5c7b34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f9a1df29f6afeb1d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e4b79a48fcc88834.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-610a1315089cd595.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46532025-05-13T20:58:41.871Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--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=eabf58def0f2cc92 -C extra-filename=-f3368f486550b6c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4945038c72687496.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94c554056c5f939f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d31954d93ff0cb3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-2ea8c282179b5cc7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7672ffb85a944856.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-437d1ca11258f7f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2af19e5e162117b7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-11274407f19d7287.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5abcad605194adf4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6930e6a8da79930e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-020b98d97b2e2100.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b3c1e3fad548906a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fee674010f2dbbec.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-519e62d306246256.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-815c4f4129cdfef7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-803e6cb08cc0cff3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-2fe1f792efe70d35.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8ef77ea9bd4a6076.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5a030e2d5c7b34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f9a1df29f6afeb1d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e4b79a48fcc88834.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-610a1315089cd595.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
46542025-05-13T20:58:45.053Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae8ec72823ac87fc -C extra-filename=-3bc8a6b879f69fb3 --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-9833fc5cd7c8fc36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8762e7036bbf5de2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53f589bd0c909c6e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
46552025-05-13T20:58:47.322Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--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=9c535ed90ae6427f -C extra-filename=-13caaef32b3c77eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4945038c72687496.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94c554056c5f939f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d31954d93ff0cb3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-2ea8c282179b5cc7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7672ffb85a944856.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-437d1ca11258f7f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2af19e5e162117b7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-11274407f19d7287.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5abcad605194adf4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6930e6a8da79930e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-020b98d97b2e2100.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b3c1e3fad548906a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fee674010f2dbbec.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-519e62d306246256.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-815c4f4129cdfef7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-803e6cb08cc0cff3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-2fe1f792efe70d35.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8ef77ea9bd4a6076.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5a030e2d5c7b34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f9a1df29f6afeb1d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e4b79a48fcc88834.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-610a1315089cd595.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
46562025-05-13T20:58:54.114Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cea53843ff3afebf -C extra-filename=-8d4646d80c15c0c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-4f372877a6071306.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f9b2ebbd610586dc.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-c9b1cc28d1fb8db9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-9277c77b9984be29.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -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 native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
46572025-05-13T20:58:56.288Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=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=ab685c270653f062 -C extra-filename=-edaf1d6afde35366 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4945038c72687496.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94c554056c5f939f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d31954d93ff0cb3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-2ea8c282179b5cc7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-33ea8e0aa2f5545d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-fde220034c5893f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7672ffb85a944856.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-437d1ca11258f7f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2af19e5e162117b7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e16b819eb0b693c9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-11274407f19d7287.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5abcad605194adf4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6930e6a8da79930e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-020b98d97b2e2100.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b3c1e3fad548906a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fee674010f2dbbec.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-519e62d306246256.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-815c4f4129cdfef7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-803e6cb08cc0cff3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-2fe1f792efe70d35.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8ef77ea9bd4a6076.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5a030e2d5c7b34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f9a1df29f6afeb1d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e4b79a48fcc88834.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-610a1315089cd595.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46582025-05-13T20:58:56.509Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df43b4f6395d5baa -C extra-filename=-9cf6ecd18e7d5269 --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-9833fc5cd7c8fc36.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-18abf70d87774d6f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ed4ee5eb80872263.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f21380656f72144a.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-faaa7d1e22d0ae85.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46592025-05-13T20:58:58.885Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73d0d9fb8a689a28 -C extra-filename=-04ae78ff56315eb8 --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-9833fc5cd7c8fc36.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-18abf70d87774d6f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ed4ee5eb80872263.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f21380656f72144a.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-faaa7d1e22d0ae85.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a854185ab87c3729.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46602025-05-13T20:58:59.557Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0565695b0d6e3073 -C extra-filename=-cea17f3bcd32f09b --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-47fc53334f83c231.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a854185ab87c3729.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46612025-05-13T20:59:02.239Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dfdf0bf15d6d421d -C extra-filename=-3d331890bc6fe38d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-f05c6b1bae7a28e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dec9ecdfc403e756.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-3a060de4e6572323.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
46622025-05-13T20:59:03.523Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f073d0bf0e62e9c -C extra-filename=-417690d337d77b1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46632025-05-13T20:59:04.519Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9251a12ed707baf9 -C extra-filename=-1edc396fd7bfdff8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-47ff4db75ea5aa3f.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-1748ce299539e2a1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46642025-05-13T20:59:05.561Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d0b1991bde7f1a8 -C extra-filename=-6c3a78e18d7e1656 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-47ff4db75ea5aa3f.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-1748ce299539e2a1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46652025-05-13T20:59:06.797Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce5c843a4d4eb6b1 -C extra-filename=-8f0910aacf1587c5 --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-389438b91975bd41.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dec9ecdfc403e756.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-3ca8aac67caff154.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6871d9450c4fcd9a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c47e2a5d6a64cc8d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-094b8fb70d5dece4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-c39bd5a3908f8072.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-9739714ce38c57e2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
46662025-05-13T20:59:07.867Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0317b93821a0cd5f -C extra-filename=-a145b9cf4d68c236 --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-389438b91975bd41.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dec9ecdfc403e756.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-3ca8aac67caff154.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6871d9450c4fcd9a.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-094b8fb70d5dece4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-c39bd5a3908f8072.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-9739714ce38c57e2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
46672025-05-13T20:59:08.038Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=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=19b18cbf51d1118f -C extra-filename=-25f4d54e6f3eab75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-fde220034c5893f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c56ff69aa845049c.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-11424560c78aaf84.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2802b59c57031c7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-11274407f19d7287.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-75bfb8a8688b87d2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5a030e2d5c7b34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6adb7912bf9a9b69.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/usr/lib/amd64`
46682025-05-13T20:59:10.250Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=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=53ec43145434d7a6 -C extra-filename=-fed04679fdd06075 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-fde220034c5893f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-11424560c78aaf84.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2802b59c57031c7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-11274407f19d7287.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-75bfb8a8688b87d2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5a030e2d5c7b34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6adb7912bf9a9b69.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
46692025-05-13T20:59:11.282Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a52daae640aad29e -C extra-filename=-4e62d158f098cf2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-39cf50e6e6f79fd7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-d6e0461492b9f805.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
46702025-05-13T20:59:18.679Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df3a7212a5419d84 -C extra-filename=-1495907589972a42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-39cf50e6e6f79fd7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-d6e0461492b9f805.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
46712025-05-13T20:59:19.836Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4b9acac431e824f -C extra-filename=-dfd0162cd91f51a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-39cf50e6e6f79fd7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-d6e0461492b9f805.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
46722025-05-13T20:59:21.057Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01ee828742c9cb85 -C extra-filename=-99c589de133320b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d31954d93ff0cb3a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c56ff69aa845049c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-8a5a1161feb3c4d7.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-11424560c78aaf84.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-9a365e9c921bf5d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-11274407f19d7287.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e4fdf4bdded753d6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7f62667b5cf8949c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-abb97dbd382c33b5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6adb7912bf9a9b69.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ccc284c85f6873a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-47ff4db75ea5aa3f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f95fbc1a014917f8.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-05852160766391b4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-262e043b54973e92.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46732025-05-13T20:59:21.124Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=772c01594e269c93 -C extra-filename=-d7f895d1d5fe8709 --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-e6d592fac097b6ae.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4782c6e2b79c72e0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4945038c72687496.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88cce0b63f506f0b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-dc2402b77366da15.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46742025-05-13T20:59:22.513Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=756a03e8e330e0f0 -C extra-filename=-a9b9114dd5e3101d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-39cf50e6e6f79fd7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-46a479c0098c7ec3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-0bb1624085e4ae1e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-eb7ccd3b497b41c6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-2c8c408103b12f70.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-9bda7a5a9cc529a2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
46752025-05-13T20:59:28.488Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d215f484fbb8c95e -C extra-filename=-632ea217cdadcb7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-47ff4db75ea5aa3f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46762025-05-13T20:59:31.199Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=12add577074879ec -C extra-filename=-e4e91c5f9213f2db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-18f43e39d791f938.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-875255c293e3643b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-2c8c408103b12f70.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6ff817e93dc41a3c.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7f62667b5cf8949c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d504c4e11c5d5040.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-47ff4db75ea5aa3f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f95fbc1a014917f8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-262e043b54973e92.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46772025-05-13T20:59:32.047Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3ba3665846b2c6d -C extra-filename=-d223fd7a42ca8d38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-875255c293e3643b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-2c8c408103b12f70.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6ff817e93dc41a3c.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7f62667b5cf8949c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d504c4e11c5d5040.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-47ff4db75ea5aa3f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f95fbc1a014917f8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-262e043b54973e92.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46782025-05-13T20:59:33.213Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6826990dfd62fda7 -C extra-filename=-350c705e0301f385 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-18f43e39d791f938.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-875255c293e3643b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-2c8c408103b12f70.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6ff817e93dc41a3c.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7f62667b5cf8949c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d504c4e11c5d5040.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-47ff4db75ea5aa3f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f95fbc1a014917f8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-262e043b54973e92.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46792025-05-13T20:59:33.691Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f8fe61d48b2fe44 -C extra-filename=-15ea0ab1306fca34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-69f0c373e35b5c9d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46802025-05-13T20:59:34.429Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dcf40240df51a629 -C extra-filename=-2828dea0ab226195 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-83cdb63af48433df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46812025-05-13T20:59:35.843Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa484b1e59d34a4e -C extra-filename=-4a27a86f47633d14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-83cdb63af48433df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46822025-05-13T20:59:38.055Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0512a5f1198872c1 -C extra-filename=-4d35550d758339e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46832025-05-13T20:59:39.406Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff0294bf1cc40236 -C extra-filename=-716471786e2529ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e4fdf4bdded753d6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-abb97dbd382c33b5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-610a1315089cd595.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6adb7912bf9a9b69.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
46842025-05-13T20:59:44.326Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b576d6c447d4a2ce -C extra-filename=-3bab5f08d93e360b --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-530d3541b70b3c81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46852025-05-13T20:59:44.640Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=39c1eb6e4c711440 -C extra-filename=-da4d63e72b6c0e15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d3179cee1342e17a.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3cfb8d0973ec35dc.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-573cdad2bec9ac23.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-e4b1487af8be05bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-00897f9d6a07a6b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
46862025-05-13T20:59:47.072Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eae8b67633b45c84 -C extra-filename=-aaf4a48c6549fa9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d3179cee1342e17a.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3cfb8d0973ec35dc.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-573cdad2bec9ac23.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-e4b1487af8be05bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-00897f9d6a07a6b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
46872025-05-13T20:59:47.688Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba608773b5823710 -C extra-filename=-8dad7af83d3c9b98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d3179cee1342e17a.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3cfb8d0973ec35dc.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-573cdad2bec9ac23.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-e4b1487af8be05bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-00897f9d6a07a6b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
46882025-05-13T20:59:48.652Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3678c13433c3b45a -C extra-filename=-ae1d2dfda2aca4a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d3179cee1342e17a.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3cfb8d0973ec35dc.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-573cdad2bec9ac23.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-e4b1487af8be05bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-00897f9d6a07a6b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
46892025-05-13T20:59:49.392Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c460b8d414cbed6c -C extra-filename=-6180935237704288 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d3179cee1342e17a.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3cfb8d0973ec35dc.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-573cdad2bec9ac23.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-00897f9d6a07a6b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
46902025-05-13T20:59:50.941Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
46912025-05-13T20:59:50.969Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5cbff7650c78a9af -C extra-filename=-5cac975744c07751 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3cfb8d0973ec35dc.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-573cdad2bec9ac23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-00897f9d6a07a6b0.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a4a45b4f99d0690a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
46922025-05-13T20:59:53.412Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c61a7edbb42711b2 -C extra-filename=-38a7f8cae67bff4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-80d5f269bb4f8aba.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e16b819eb0b693c9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-dd088828ffae1b36.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-9658346dff8de5ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-69f0c373e35b5c9d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46932025-05-13T20:59:55.838Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=bb5db819d316618e -C extra-filename=-9b1a485fe6f1cc52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-80d5f269bb4f8aba.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e16b819eb0b693c9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-dd088828ffae1b36.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-9658346dff8de5ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-69f0c373e35b5c9d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46942025-05-13T20:59:59.537Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3bbf8b7a642fb42f -C extra-filename=-a36cddea5fddc38b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e16b819eb0b693c9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-dd088828ffae1b36.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-9658346dff8de5ac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-69f0c373e35b5c9d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46952025-05-13T20:59:59.689Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=125c6b6d5629e2f5 -C extra-filename=-375210851ecb674c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d3179cee1342e17a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-e4b1487af8be05bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
46962025-05-13T21:00:01.407Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be738f40364ff042 -C extra-filename=-d01e6cb9c127c4bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d3179cee1342e17a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-e4b1487af8be05bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
46972025-05-13T21:00:03.152Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92255d9ee9897152 -C extra-filename=-32cbb524118e409f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d3179cee1342e17a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-e4b1487af8be05bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
46982025-05-13T21:00:05.323Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9fdda0bc383b2043 -C extra-filename=-b7b4b9f35744f126 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94c554056c5f939f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d3179cee1342e17a.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-4f372877a6071306.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b6edd180bc7b39f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d57f9911fbd022b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-8a5a1161feb3c4d7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ac58516b41c56e87.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ab6d84de1604e177.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-855018d7b9d18349.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-efcbfa34aaa3da34.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fee674010f2dbbec.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-1bdfaaaf17e732f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-815c4f4129cdfef7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-05852160766391b4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
46992025-05-13T21:00:07.087Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb723f079a3c61a0 -C extra-filename=-756c209c8193ecc2 --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-f9b2ebbd610586dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47002025-05-13T21:00:08.768Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b366076cd4beb15 -C extra-filename=-ba1db032f05920b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-80d5f269bb4f8aba.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e16b819eb0b693c9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-dd088828ffae1b36.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-9658346dff8de5ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47012025-05-13T21:00:13.149Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
47022025-05-13T21:00:13.229Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=924bf35b921b8641 -C extra-filename=-29f5e6c6fc0a3dd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48221bba85de022b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-9658346dff8de5ac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47032025-05-13T21:00:13.890Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=a753a2f9a62c2f7a -C extra-filename=-79b9549641213023 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-d7917cc794aa9241.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4782c6e2b79c72e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-40c9f898805d1e11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-573cdad2bec9ac23.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f041b42439f43bad.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dec9ecdfc403e756.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-44ff0ad742991a85.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-4e9142cffc87c3a1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cf470c3b09ba6d38.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-00897f9d6a07a6b0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fb5739d9a9bc02f0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5f20c5aba636cae0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f09ef8d065f2a8be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-4affd75d7354f736.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6843e137f1cd9982.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-53c5cb6e06dcc59f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47042025-05-13T21:00:15.881Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=09cea680a91151ea -C extra-filename=-45438758c75de0ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-d7917cc794aa9241.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4782c6e2b79c72e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-40c9f898805d1e11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-573cdad2bec9ac23.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f041b42439f43bad.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dec9ecdfc403e756.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-44ff0ad742991a85.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-4e9142cffc87c3a1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cf470c3b09ba6d38.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-00897f9d6a07a6b0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fb5739d9a9bc02f0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5f20c5aba636cae0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f09ef8d065f2a8be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-4affd75d7354f736.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6843e137f1cd9982.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-53c5cb6e06dcc59f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47052025-05-13T21:00:17.244Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=53027db52d96ef16 -C extra-filename=-af110fecfbd3c9a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-d7917cc794aa9241.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4782c6e2b79c72e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-40c9f898805d1e11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-573cdad2bec9ac23.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f041b42439f43bad.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dec9ecdfc403e756.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-44ff0ad742991a85.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-4e9142cffc87c3a1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cf470c3b09ba6d38.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-00897f9d6a07a6b0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fb5739d9a9bc02f0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5f20c5aba636cae0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f09ef8d065f2a8be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-4affd75d7354f736.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6843e137f1cd9982.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-53c5cb6e06dcc59f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47062025-05-13T21:00:18.315Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf3745766e15dfbc -C extra-filename=-fd1346dc212926af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-369723c8a3be929f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-efcbfa34aaa3da34.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53f589bd0c909c6e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-58b5a42154eb3f96.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47072025-05-13T21:00:18.865Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=984aee8c4ae9a021 -C extra-filename=-726232767dba27f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-369723c8a3be929f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-efcbfa34aaa3da34.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53f589bd0c909c6e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-58b5a42154eb3f96.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47082025-05-13T21:00:19.725Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=435c00dc7b6b1564 -C extra-filename=-58c6ce6f6994f13d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-efcbfa34aaa3da34.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53f589bd0c909c6e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-58b5a42154eb3f96.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47092025-05-13T21:00:20.718Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de22eb1e9e1abc60 -C extra-filename=-2e55c4990feb80cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-efcbfa34aaa3da34.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53f589bd0c909c6e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-58b5a42154eb3f96.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47102025-05-13T21:00:25.860Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b3d5bc7c1e303df -C extra-filename=-12d48c54bb6f5cb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-369723c8a3be929f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-efcbfa34aaa3da34.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53f589bd0c909c6e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-58b5a42154eb3f96.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47112025-05-13T21:00:27.004Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba6252251b0d4258 -C extra-filename=-746e9f0ee8fd7546 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-18f43e39d791f938.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-875255c293e3643b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-2c8c408103b12f70.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6ff817e93dc41a3c.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7f62667b5cf8949c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d504c4e11c5d5040.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f95fbc1a014917f8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-262e043b54973e92.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47122025-05-13T21:00:28.526Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=899ac8bd7d2eba45 -C extra-filename=-e9bb91652fa7be03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48221bba85de022b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fee674010f2dbbec.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-519e62d306246256.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df553d39a8665e09.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47132025-05-13T21:00:29.928Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1cedf1fc0365eeca -C extra-filename=-56daa6e317ef6874 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-bd4eac39274ba7a0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d57f9911fbd022b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-578298397dbd551d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c28dacc6006b67d2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2802b59c57031c7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ba5a14131eae4fda.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e9c6f9af1ed198ca.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df553d39a8665e09.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-be7d18b159d57aee.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47142025-05-13T21:00:33.517Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d915bf94ee6afe59 -C extra-filename=-8dd3db018d2d3455 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-bd4eac39274ba7a0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d57f9911fbd022b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-578298397dbd551d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c28dacc6006b67d2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2802b59c57031c7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ba5a14131eae4fda.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e9c6f9af1ed198ca.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df553d39a8665e09.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-be7d18b159d57aee.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47152025-05-13T21:00:35.947Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f68804199694140 -C extra-filename=-9f76b0fc1285dea4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48221bba85de022b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fee674010f2dbbec.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-519e62d306246256.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df553d39a8665e09.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47162025-05-13T21:00:42.994Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47172025-05-13T21:00:42.994Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=473ca82d4d88a165 -C extra-filename=-7ae4e4f27a6626af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ba5a14131eae4fda.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47182025-05-13T21:00:43.345Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2cf8e585bb89cbf9 -C extra-filename=-aaeb4cbf27663223 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-bd4eac39274ba7a0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d57f9911fbd022b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-578298397dbd551d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c28dacc6006b67d2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2802b59c57031c7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e9c6f9af1ed198ca.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df553d39a8665e09.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-be7d18b159d57aee.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47192025-05-13T21:00:45.889Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4eb0c8af2f61a4e7 -C extra-filename=-8e2b5a2d0843f6ce --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-ffcf51777a761bbd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c28dacc6006b67d2.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ba5a14131eae4fda.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df553d39a8665e09.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47202025-05-13T21:00:48.588Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9121e7d74dc43c29 -C extra-filename=-3036ddc1c68cc556 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fee674010f2dbbec.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-519e62d306246256.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df553d39a8665e09.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47212025-05-13T21:01:06.914Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c57abeda3dc5c66d -C extra-filename=-d0543b0b85172c7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-bd4eac39274ba7a0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d57f9911fbd022b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-578298397dbd551d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c28dacc6006b67d2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2802b59c57031c7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ba5a14131eae4fda.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e9c6f9af1ed198ca.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-be7d18b159d57aee.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/`
47222025-05-13T21:01:10.960Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55cbdd44217d22c7 -C extra-filename=-25f3d348a5d5be81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48221bba85de022b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fee674010f2dbbec.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-519e62d306246256.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df553d39a8665e09.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47232025-05-13T21:01:14.730Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=698927d88c79bd59 -C extra-filename=-2985ac7606e9f20a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-1fbde3982e664328.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-d05fa9154c448b6b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-1c266ad8fa5cdaf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47242025-05-13T21:01:16.843Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68ad6182a9fa1529 -C extra-filename=-819dd43c7e4d81d3 --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-36965fe07393cdf6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47252025-05-13T21:01:18.041Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
47262025-05-13T21:01:18.068Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59493183292b43fd -C extra-filename=-2b0888b2641177f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fee674010f2dbbec.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e4fdf4bdded753d6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6adb7912bf9a9b69.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47272025-05-13T21:01:18.826Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4875b91913a2179 -C extra-filename=-a8955cf765d3204f --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-d31954d93ff0cb3a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f95fbc1a014917f8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47282025-05-13T21:01:21.832Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f2f9fc495bc48e0 -C extra-filename=-731a4918a3f89dcf --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-635dd001e5f79077.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f95fbc1a014917f8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47292025-05-13T21:01:22.991Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9694bd80562fea86 -C extra-filename=-0899e39a33fb0583 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-73c4d314c6c4a836.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e16b819eb0b693c9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-1c266ad8fa5cdaf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47302025-05-13T21:01:34.914Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ffc82896f0fc71b -C extra-filename=-1fbf3f5f52c71e24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-369723c8a3be929f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-efcbfa34aaa3da34.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53f589bd0c909c6e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47312025-05-13T21:01:37.552Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=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=6da09d5829d0bb18 -C extra-filename=-fc09eafebb428cb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4945038c72687496.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94c554056c5f939f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d31954d93ff0cb3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-2ea8c282179b5cc7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-33ea8e0aa2f5545d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-fde220034c5893f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7672ffb85a944856.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-437d1ca11258f7f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2af19e5e162117b7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e16b819eb0b693c9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-11274407f19d7287.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5abcad605194adf4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6930e6a8da79930e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-020b98d97b2e2100.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b3c1e3fad548906a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fee674010f2dbbec.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-519e62d306246256.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-815c4f4129cdfef7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-803e6cb08cc0cff3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-2fe1f792efe70d35.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8ef77ea9bd4a6076.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5a030e2d5c7b34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f9a1df29f6afeb1d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e4b79a48fcc88834.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-610a1315089cd595.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
47322025-05-13T21:01:38.207Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b925dbdb10cbc1b6 -C extra-filename=-55fc7a56e339a6cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-efabdca7d4d10da9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47332025-05-13T21:01:40.054Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=005786df7c06ee18 -C extra-filename=-961c1af075446751 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-d7917cc794aa9241.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4782c6e2b79c72e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-40c9f898805d1e11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-573cdad2bec9ac23.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f041b42439f43bad.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-44ff0ad742991a85.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-4e9142cffc87c3a1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cf470c3b09ba6d38.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fb5739d9a9bc02f0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5f20c5aba636cae0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f09ef8d065f2a8be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-4affd75d7354f736.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6843e137f1cd9982.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-53c5cb6e06dcc59f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47342025-05-13T21:01:44.054Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b56faef56423b392 -C extra-filename=-aa6dbd3551b6e2cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-573cdad2bec9ac23.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6871d9450c4fcd9a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c47e2a5d6a64cc8d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47352025-05-13T21:01:48.503Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8bfeb5bac8af8db -C extra-filename=-72ed2601cf8f3f0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47362025-05-13T21:01:54.596Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=914eb3bb94fcfcf7 -C extra-filename=-20983602112a0355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-febc148aecf69250.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c28dacc6006b67d2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cded52ba09e17906.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-a55953051fee8f2c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df553d39a8665e09.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f816b0e99d3db6a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47372025-05-13T21:01:55.617Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=39adf2bb9e1f3f9c -C extra-filename=-393ce615f1c84a19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7f62667b5cf8949c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47382025-05-13T21:01:57.020Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=19f387e1e327bc8a -C extra-filename=-d866f3e825b505b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-437d1ca11258f7f3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a4a45b4f99d0690a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-815c4f4129cdfef7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5a030e2d5c7b34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ac2c39574489ca21.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
47392025-05-13T21:01:58.954Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59cd38bca866c863 -C extra-filename=-8957b6ae62ec2f3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-855018d7b9d18349.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c47e2a5d6a64cc8d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fb5739d9a9bc02f0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47402025-05-13T21:02:02.262Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b0921ddb8d95ef3 -C extra-filename=-e53eb0a9804540ee --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-d267ed5fcc66eb5b.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47412025-05-13T21:02:04.228Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54de3a8df0b5f7a6 -C extra-filename=-17a64fb2acf0d5b3 --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-635dd001e5f79077.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47422025-05-13T21:02:06.881Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe6b572b7219ebfa -C extra-filename=-cdba9dc0d6848740 --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-e7bdc3e216e9a782.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47432025-05-13T21:02:06.907Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ad69fc053d9b1f6 -C extra-filename=-072b6967f9e9e4c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-18abf70d87774d6f.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6357c50e7f597620.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-9a365e9c921bf5d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-848303ce7e34c92b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47442025-05-13T21:02:09.494Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e945a851dbcf15a -C extra-filename=-39ac0693d964193c --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-ffcf51777a761bbd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8ef77ea9bd4a6076.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47452025-05-13T21:02:09.810Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1ac38cbc72b842a -C extra-filename=-b3e30be456314518 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b6edd180bc7b39f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-949fdffb744aceb3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9f2d1787fbedd520.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47462025-05-13T21:02:11.754Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0af990c6c5a6e22 -C extra-filename=-dea555702dce07b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b6edd180bc7b39f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-949fdffb744aceb3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9f2d1787fbedd520.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47472025-05-13T21:02:13.839Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49c33bad3d6fc443 -C extra-filename=-25bbdd7d96dee576 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b6edd180bc7b39f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-949fdffb744aceb3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9f2d1787fbedd520.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47482025-05-13T21:02:15.176Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06826e83d20bf801 -C extra-filename=-cfb2e9ddbf7fea0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b6edd180bc7b39f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-949fdffb744aceb3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9f2d1787fbedd520.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47492025-05-13T21:02:17.107Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=447d1aa460563067 -C extra-filename=-2a816bc6720cc024 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b6edd180bc7b39f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-949fdffb744aceb3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9f2d1787fbedd520.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47502025-05-13T21:02:18.452Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25cc72892b1bb490 -C extra-filename=-255c92eda12fc5f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b6edd180bc7b39f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-949fdffb744aceb3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9f2d1787fbedd520.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47512025-05-13T21:02:19.051Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae55a60f789aaaf4 -C extra-filename=-de603a0a9ff794cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b6edd180bc7b39f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-949fdffb744aceb3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9f2d1787fbedd520.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47522025-05-13T21:02:23.936Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=877179161a2056b4 -C extra-filename=-f5033afe6e588250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b6edd180bc7b39f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-949fdffb744aceb3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9f2d1787fbedd520.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47532025-05-13T21:02:27.756Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9dc56570c1c74ae -C extra-filename=-463d688f7ee62f3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47542025-05-13T21:02:33.543Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6fc52d3d6d6b1785 -C extra-filename=-d1a962e43b5d218d --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-e7bdc3e216e9a782.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-bd4eac39274ba7a0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c28dacc6006b67d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/`
47552025-05-13T21:02:34.383Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c21cc4eef7d86ebe -C extra-filename=-123ab5b0f4549f22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-febc148aecf69250.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c28dacc6006b67d2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cded52ba09e17906.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-a55953051fee8f2c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f816b0e99d3db6a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47562025-05-13T21:02:36.168Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d371d65c612f15e -C extra-filename=-f6f77b75e5cec344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-43348e5d43371b7e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5a030e2d5c7b34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
47572025-05-13T21:02:37.610Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf24a217cfd08846 -C extra-filename=-fe3693eb3ad29f48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b6edd180bc7b39f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-949fdffb744aceb3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9f2d1787fbedd520.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47582025-05-13T21:02:39.148Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=8d29a2c018ffee39 -C extra-filename=-065e06bf527f23f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-437d1ca11258f7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ac2c39574489ca21.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
47592025-05-13T21:02:48.354Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d43b53154703045 -C extra-filename=-722bfd14ccc6faf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2802b59c57031c7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47602025-05-13T21:02:49.415Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=2ef0143a9dc451af -C extra-filename=-0031fc308b650aa3 --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-e6d592fac097b6ae.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4945038c72687496.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88cce0b63f506f0b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c7aced8f81391e66.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47612025-05-13T21:02:51.204Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=85208b2b0ac23931 -C extra-filename=-7c82b0cd79fafaf4 --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-e6d592fac097b6ae.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4945038c72687496.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88cce0b63f506f0b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c7aced8f81391e66.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47622025-05-13T21:02:54.539Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfe03b276e3768d9 -C extra-filename=-5f4b91379810ae76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-eb534fce29ca14c5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47632025-05-13T21:02:56.132Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=456c5c9a2e3d6ee2 -C extra-filename=-3614f3900d7059aa --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-e7bdc3e216e9a782.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47642025-05-13T21:02:56.570Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1eb58c18fc142a6 -C extra-filename=-3fa321c2b117dacb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4945038c72687496.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47652025-05-13T21:02:58.296Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09a46d3612fddbc4 -C extra-filename=-5a9e8c32ff8591b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47662025-05-13T21:02:58.497Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=6d4c180f6905c886 -C extra-filename=-617715621681757e --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-7f8514ed35d62a3a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e1b75a6b1615462a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47672025-05-13T21:03:09.550Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8224fd26bacca807 -C extra-filename=-fa6cd9233b5b8d4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47682025-05-13T21:03:15.434Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=20b08805a9065567 -C extra-filename=-cf11e6ab70d3984e --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-14e6460dbf1dc4c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47692025-05-13T21:03:16.789Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db17539e5458a15a -C extra-filename=-2814f86633f643b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6871d9450c4fcd9a.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f0440f38adc1aeba.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-6e93c4e2ed8ec9e9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c47e2a5d6a64cc8d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47702025-05-13T21:03:17.245Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b4902807554d5ba -C extra-filename=-031b547015231dbe --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-7688fb7ceb68920e.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3cf530e6820605a7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-32904f1388ea66c3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47712025-05-13T21:03:19.421Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98d7e80954da1737 -C extra-filename=-e4383647ef89a9f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f0440f38adc1aeba.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c47e2a5d6a64cc8d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47722025-05-13T21:03:19.955Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47732025-05-13T21:03:19.980Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60221d1810f9a972 -C extra-filename=-8a2e840945334a96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47742025-05-13T21:03:21.177Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94059c74671f7ffd -C extra-filename=-0f710cecd79f6e73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6d165a56d61ceddc.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5ed8136344f353f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-61bf4d7c1261dfa0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fb5739d9a9bc02f0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-848303ce7e34c92b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47752025-05-13T21:03:21.336Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=7eddadf7bc5eb48e -C extra-filename=-701fa596571e8118 --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-e6d592fac097b6ae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88cce0b63f506f0b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c7aced8f81391e66.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47762025-05-13T21:03:22.312Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=b0558ba3d245df82 -C extra-filename=-8f1669cec7b60aee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-b635a8670187891a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-ed699df247d0ef10.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-4f565285ad15b3a5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e4b79a48fcc88834.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out`
47772025-05-13T21:03:22.770Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
47782025-05-13T21:03:22.797Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddc564ab6d23bcb2 -C extra-filename=-615b27713fef2349 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47792025-05-13T21:03:23.520Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=2f142f7aea7c31d3 -C extra-filename=-4dd44115843f2233 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-907485d191f72d36.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-c85311ff38a8f3f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5abcad605194adf4.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-ff1f88e3c7628f5f.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-43348e5d43371b7e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-cf922a9abcda0b48.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
47802025-05-13T21:03:25.202Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
47812025-05-13T21:03:25.230Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd4e3ca55dc0e4fa -C extra-filename=-74b0ff5c84c62f13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47822025-05-13T21:03:26.122Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=57d552bd38476db0 -C extra-filename=-2698e04bebf20bbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1b6046de928d0aef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-51e86094849764ff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-18628d290fb1d91e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47832025-05-13T21:03:27.799Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8938f0533c5d604 -C extra-filename=-2988975668353780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-c837b867497c2b3d.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-fe798fd6e64b997d.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-3aead9fef1408a62.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47842025-05-13T21:03:29.026Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=4d07fe0ee987e6a4 -C extra-filename=-f183b5200cfc06e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1b6046de928d0aef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-51e86094849764ff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-18628d290fb1d91e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47852025-05-13T21:03:31.052Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a578481ee3ce501 -C extra-filename=-d3317f911b7718b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-39cf50e6e6f79fd7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47862025-05-13T21:03:32.389Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6cc24fe7ef3a8f3 -C extra-filename=-795cf85688ff3a40 --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-2d9db2c7190092e3.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-180494aa4b808d97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-e69c70cf5e0049db.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64`
47872025-05-13T21:03:34.770Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=578b95827d2cca29 -C extra-filename=-a890be2d792805c0 --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-f9843d87f643e91e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47882025-05-13T21:03:36.503Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=faf9c9ea93e72978 -C extra-filename=-2be49364a1a24c2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47892025-05-13T21:03:40.742Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=479fb80cc713e9f3 -C extra-filename=-e14115078fc77821 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c47e2a5d6a64cc8d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47902025-05-13T21:03:41.335Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a1d370a07fe72be -C extra-filename=-9cf63461d718a400 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-44ff0ad742991a85.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c47e2a5d6a64cc8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47912025-05-13T21:03:45.971Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d12f979785a83422 -C extra-filename=-98a69a7acc0d9cd8 --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-b0bc8478db4791c3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47922025-05-13T21:03:47.563Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c4d4e8ac17ffeca -C extra-filename=-39c04978acffbdcb --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-abcfafaf22606cf8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b4cae566fbeeab99.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47932025-05-13T21:03:54.059Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8308f95ba2d64d54 -C extra-filename=-3873c370eb30c9e9 --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-19c534183aef2ead.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47942025-05-13T21:03:57.650Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fbe2a8d75b5e2731 -C extra-filename=-f8571c4d5e45d609 --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-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47952025-05-13T21:03:57.675Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63a7039036b3f626 -C extra-filename=-c160299ffd9c0be6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47962025-05-13T21:04:00.151Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=404bf176ce5c4d4a -C extra-filename=-042af2df853ad601 --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-ffcf51777a761bbd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-573cdad2bec9ac23.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47972025-05-13T21:04:01.912Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3c550f1c7e32a96 -C extra-filename=-6d2630b830ec3c5d --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-635dd001e5f79077.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47982025-05-13T21:04:02.381Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=042ed6741bb074eb -C extra-filename=-0bf179817931f382 --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-635dd001e5f79077.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
47992025-05-13T21:04:03.065Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a566fed6ec6ef2a4 -C extra-filename=-a817de7aa20ce043 --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-635dd001e5f79077.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48002025-05-13T21:04:03.633Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b1e5c7457c0240b -C extra-filename=-32d1ca2fbe545a6a --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-a986409636b942fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48012025-05-13T21:04:04.933Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5300c016757b484b -C extra-filename=-3ca8e8e25cf63dfb --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-635dd001e5f79077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-855018d7b9d18349.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48022025-05-13T21:04:05.318Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e8fe3298254c9a3 -C extra-filename=-33d73b14d741366c --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-635dd001e5f79077.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48032025-05-13T21:04:06.258Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=e0e27c1e9608b88c -C extra-filename=-47481980d9232877 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1b6046de928d0aef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-51e86094849764ff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-18628d290fb1d91e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48042025-05-13T21:04:06.762Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3daf6c4e7e6ea408 -C extra-filename=-f754457522020e5c --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-635dd001e5f79077.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48052025-05-13T21:04:07.369Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a874aae5c0b929dc -C extra-filename=-c2ec4774388c6951 --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-d267ed5fcc66eb5b.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48062025-05-13T21:04:07.420Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7b47b2f9ae85536 -C extra-filename=-d74e3962cdc92215 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48072025-05-13T21:04:08.322Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50b64e23508efc99 -C extra-filename=-f01d03ce3cd616fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48082025-05-13T21:04:09.224Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96d24d00fe1ee369 -C extra-filename=-7a1f95e41b5da48a --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-a3c13c014b4d34fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48092025-05-13T21:04:16.668Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f197aecb15eea47 -C extra-filename=-27245163994a24c1 --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-635dd001e5f79077.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-c9b1cc28d1fb8db9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48102025-05-13T21:04:18.147Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff4d3414728068a4 -C extra-filename=-e315b4dd5a1cd1f0 --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-635dd001e5f79077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48112025-05-13T21:04:19.345Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec6253f68eaca863 -C extra-filename=-1d1fedb0fa5d2ab4 --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-4a903d30cf223e9a.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-8db78efdf0dd0aa8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48122025-05-13T21:04:20.011Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fea3c27169ac75f7 -C extra-filename=-2902c63da4da1531 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48132025-05-13T21:04:21.794Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9e88566940ae142 -C extra-filename=-0147cd261be96cef --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-aab5ea0daa83ab7e.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-5865470c2f2b94d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48142025-05-13T21:04:22.090Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e27d6def403f01f -C extra-filename=-b90dbd8b4f584cc6 --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-aab5ea0daa83ab7e.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-5865470c2f2b94d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48152025-05-13T21:04:22.836Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0267a54c93ef1f6b -C extra-filename=-c29d26df96f2fc27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-8dfe9fa8ad35e5e4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-43348e5d43371b7e.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-d100c6cd4db3eb76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48162025-05-13T21:04:25.147Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=10d0c98edf3cc6b0 -C extra-filename=-6cc0569b7c9c5d08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6d165a56d61ceddc.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-6d487ea5efdc2301.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2af19e5e162117b7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b4cae566fbeeab99.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-3656e2b5c69e0fef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48172025-05-13T21:04:25.946Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b5e4ecd8eeba51e5 -C extra-filename=-569cc8e9f5af9849 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48182025-05-13T21:04:26.437Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=319707492ac6dbf3 -C extra-filename=-a705060830c150e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-8dfe9fa8ad35e5e4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-d100c6cd4db3eb76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48192025-05-13T21:04:26.716Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da7119f624163f83 -C extra-filename=-9b47ca2fdcbee604 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48202025-05-13T21:04:28.146Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=498a23d442a6b045 -C extra-filename=-bd22a1607e634c92 --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-7688fb7ceb68920e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48212025-05-13T21:04:29.591Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0760c75c9f5ddf39 -C extra-filename=-171f5cbf3cbbe143 --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-19c534183aef2ead.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48222025-05-13T21:04:29.629Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d83fa9e93e8e719f -C extra-filename=-6a67f3f8ac65de60 --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-388427588bad31ec.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48232025-05-13T21:04:29.667Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e249a68bcb715d49 -C extra-filename=-bf4c5c8390addbac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48242025-05-13T21:04:33.438Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2badd81503db7e49 -C extra-filename=-f837e91c5c1d97ef --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-7688fb7ceb68920e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48252025-05-13T21:04:33.897Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=74ebe08f9d73eb2b -C extra-filename=-3b5ac6af547dcd4c --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-e7bdc3e216e9a782.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48262025-05-13T21:04:34.419Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5082e17b41658e2b -C extra-filename=-2aa5e98cafcb5408 --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-e7bdc3e216e9a782.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48272025-05-13T21:04:36.119Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ece815e9f770cfa8 -C extra-filename=-317912a18c982914 --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-635dd001e5f79077.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48282025-05-13T21:04:36.177Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=352578805209c81c -C extra-filename=-53c69b034e79075e --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-7688fb7ceb68920e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48292025-05-13T21:04:36.726Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=128dc106ec5daaee -C extra-filename=-ec075a7c1fc54709 --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-7688fb7ceb68920e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48302025-05-13T21:04:37.830Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44d59f2e1a88d094 -C extra-filename=-39372691a91193cf --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-7688fb7ceb68920e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48312025-05-13T21:04:37.929Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=aae179ea2287a331 -C extra-filename=-2687ed50f86e90ab --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-5521fc2fbb46472c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48322025-05-13T21:04:38.424Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6bb7962e6e8a3fad -C extra-filename=-49ba52739cf4c1c6 --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-7688fb7ceb68920e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48332025-05-13T21:04:39.250Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dcc7627ef394c589 -C extra-filename=-d45fba1ece7cf5ca --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-fdc6f040fd4f7b5b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48342025-05-13T21:04:39.600Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=362d038b6ff704ed -C extra-filename=-1a932fbf93ae4d86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48352025-05-13T21:04:39.771Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cec546e319bd9e53 -C extra-filename=-f7de4cdbf8cb686d --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-9f8e64fcba1e5df2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b4e86787846c9cb7.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48362025-05-13T21:04:40.329Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e900eb7e5ce8529 -C extra-filename=-3134f03a565c7e12 --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-7688fb7ceb68920e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48372025-05-13T21:04:41.080Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92ebf2aebf012a41 -C extra-filename=-423665b5b64a9604 --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-61bf4d7c1261dfa0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-b310a1cf1ea49d6b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48382025-05-13T21:04:41.906Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7582cbc9de9488e6 -C extra-filename=-167dd525e2984317 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-39cf50e6e6f79fd7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6ff817e93dc41a3c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48392025-05-13T21:04:42.639Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6151d5a81bea67bf -C extra-filename=-6c6da3776dbe6162 --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-7688fb7ceb68920e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48402025-05-13T21:04:43.226Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f80c913d9feaf983 -C extra-filename=-a7100d876ee98b73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b4cae566fbeeab99.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48412025-05-13T21:04:45.721Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a38e6a15a6165408 -C extra-filename=-160454bd1cea7b66 --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-f6fdc33726fc3fba.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-9fe64012782fa9a6.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-220b7fc4edeb40d1.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2f0f34c3a81c542d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8be1ba0eaa8fca01.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-583cffbe97cd9a36.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6a561cfe737ae6c8.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b851a1035fc9bb65.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3b39b99f841cf550.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-cfc046846e4d11ab.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9282f5134aa6ca48.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5ed8136344f353f1.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c912c30a73c6fb4f.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-663aa3ae28b698ce.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2de6d8a2c2415463.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-61e06cc6c19fb7bb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-736ad87ef407909e.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-0b73039aa680ab70.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2d5b053dfae9e5a2.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b3ca9dc8640c22ec.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-35d01822ad41ba00.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-0b96be3d23455056.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-98fd329e9c03b6d0.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e000ec0438c4dec7.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-424a4eab6aa72a9c.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-ef5fc587d8c2f327.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fbb481fac23fa7e5.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d36381fd22eefd16.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-8b275c11e2bd0883.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f3c96357b6e3a0e0.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0c752723663acde.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-4e0a6846b1d3feb9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-dd6a995b14bf83c2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4762b94fa4a567ca.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b2eb77ef70b05f8c.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b894433656de4993.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b1f7a664d8168c6.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-719a01ce10a8af49.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-61bf4d7c1261dfa0.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cded52ba09e17906.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cf470c3b09ba6d38.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-06f61af37fe62196.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-654d082f1ab23d47.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-cf718d047ff93beb.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-8665c72c69b562d8.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-6efb0edc26583dea.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ba75054ed4b09b87.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-757c80bfc90f886b.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f6ff94aad6003186.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-18c15c4021a708ae.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-07622d186ea4f506.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-2dcec9da92613be6.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a8dec66ede6e4f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-36008965f2b3eabe.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-648b236383a1bf07.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4cca95145d2506d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a4a45b4f99d0690a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-97d6be9eb3fdf7a9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-1bdfaaaf17e732f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-716a882fa60f0ce7.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-03f720d69f7a63cf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-b760e13ef5bd3cab.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0911fcc91d7ccfb0.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a64e61c547a376af.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5dc45df5e01effb.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6ff817e93dc41a3c.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-44f89183a0444deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-d20bde4596813b12.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-48229c7287083b5a.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c11d658f1074ec63.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f816b0e99d3db6a3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-457fb615310852bd.rlib --extern zip_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out`
48422025-05-13T21:04:46.108Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=377905655d5f6daf -C extra-filename=-d08e41c5728064ce --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-19c534183aef2ead.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-61bf4d7c1261dfa0.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48432025-05-13T21:04:46.156Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34017e1e611a4f25 -C extra-filename=-9eeddf1bc6ed20d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48442025-05-13T21:05:46.688Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1706d218fc81867a -C extra-filename=-d5d0de6ff284bf7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9833fc5cd7c8fc36.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-254fa508ed3ae8e4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-efabdca7d4d10da9.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-78c372f97d436818.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-2ea8c282179b5cc7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8762e7036bbf5de2.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-73c4d314c6c4a836.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-61bf4d7c1261dfa0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a854185ab87c3729.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48221bba85de022b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-adc6ec5cf5760e74.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f5ddc991ca628060.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-5a89abeae4ccc5a3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bed803b8ec77a4ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
48452025-05-13T21:05:46.737Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1540337ec521922 -C extra-filename=-23d95a1641523ca7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2cdbdd8bdcd797f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-83cdb63af48433df.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bed803b8ec77a4ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bd11bb43c8264d83.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -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 native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
48462025-05-13T21:05:46.738Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c818eef56b0d05bd -C extra-filename=-93848759b8e9b2e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2cdbdd8bdcd797f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-83cdb63af48433df.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bed803b8ec77a4ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bd11bb43c8264d83.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -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 native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
48472025-05-13T21:05:46.738Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4978bec3ed73107f -C extra-filename=-5870fb3f632035b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2cdbdd8bdcd797f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bed803b8ec77a4ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -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 native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
48482025-05-13T21:05:46.738Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2de99c1effb5e48d -C extra-filename=-8021e488671ef948 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9833fc5cd7c8fc36.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-c9b1cc28d1fb8db9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-06fcd8d2e0fd472e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-3f1a564d5e79cf2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-faaa7d1e22d0ae85.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a854185ab87c3729.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f5ddc991ca628060.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6abd86fd201e092c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-5a89abeae4ccc5a3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bed803b8ec77a4ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53f589bd0c909c6e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-848303ce7e34c92b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-979568d2a0d9de84.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
48492025-05-13T21:05:46.738Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=141cd8acfcc02346 -C extra-filename=-89324e8a58fd9d64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f5ddc991ca628060.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-5a89abeae4ccc5a3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bed803b8ec77a4ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-69f0c373e35b5c9d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
48502025-05-13T21:05:46.738Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6041068fe6e50fa8 -C extra-filename=-90aab39583fc6f42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f5ddc991ca628060.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-5a89abeae4ccc5a3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bed803b8ec77a4ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-69f0c373e35b5c9d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
48512025-05-13T21:05:46.764Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60da902768836cfb -C extra-filename=-562a055821a4fc80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9833fc5cd7c8fc36.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-c9b1cc28d1fb8db9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-06fcd8d2e0fd472e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-3f1a564d5e79cf2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-faaa7d1e22d0ae85.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a854185ab87c3729.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f5ddc991ca628060.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6abd86fd201e092c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-5a89abeae4ccc5a3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bed803b8ec77a4ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53f589bd0c909c6e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-848303ce7e34c92b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-979568d2a0d9de84.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
48522025-05-13T21:09:36.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18m 00s
48532025-05-13T21:09:43.307Z
48542025-05-13T21:09:48.579Zreal 18:07.659136354
48552025-05-13T21:09:48.579Zuser 1:35:12.257336306
48562025-05-13T21:09:48.579Zsys 16:30.644105848
48572025-05-13T21:09:48.579Ztrap 9.532369338
48582025-05-13T21:09:48.579Ztflt 1.964987547
48592025-05-13T21:09:48.579Zdflt 3:23.805652341
48602025-05-13T21:09:48.579Zkflt 0.183629804
48612025-05-13T21:09:48.579Zlock 3:31:34.440282307
48622025-05-13T21:09:48.579Zslp 8:50:23.238225154
48632025-05-13T21:09:48.579Zlat 9:19.183233188
48642025-05-13T21:09:48.579Zstop 8:20.042514383
48652025-05-13T21:09:48.604Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
48662025-05-13T21:09:48.675Z Fresh unicode-ident v1.0.14
48672025-05-13T21:09:48.675Z Fresh cfg-if v1.0.0
48682025-05-13T21:09:48.675Z Fresh autocfg v1.4.0
48692025-05-13T21:09:48.675Z Fresh memchr v2.7.4
48702025-05-13T21:09:48.675Z Fresh value-bag v1.9.0
48712025-05-13T21:09:48.675Z Fresh proc-macro2 v1.0.94
48722025-05-13T21:09:48.675Z Fresh log v0.4.22
48732025-05-13T21:09:48.675Z Fresh version_check v0.9.5
48742025-05-13T21:09:48.675Z Fresh smallvec v1.14.0
48752025-05-13T21:09:48.675Z Fresh itoa v1.0.11
48762025-05-13T21:09:48.675Z Fresh quote v1.0.39
48772025-05-13T21:09:48.675Z Fresh libc v0.2.171
48782025-05-13T21:09:48.675Z Fresh scopeguard v1.2.0
48792025-05-13T21:09:48.675Z Fresh once_cell v1.21.3
48802025-05-13T21:09:48.675Z Fresh ryu v1.0.18
48812025-05-13T21:09:48.675Z Fresh shlex v1.3.0
48822025-05-13T21:09:48.675Z Fresh stable_deref_trait v1.2.0
48832025-05-13T21:09:48.675Z Fresh syn v2.0.98
48842025-05-13T21:09:48.675Z Fresh getrandom v0.2.15
48852025-05-13T21:09:48.675Z Fresh lock_api v0.4.12
48862025-05-13T21:09:48.675Z Fresh pin-project-lite v0.2.14
48872025-05-13T21:09:48.675Z Fresh jobserver v0.1.32
48882025-05-13T21:09:48.675Z Fresh byteorder v1.5.0
48892025-05-13T21:09:48.675Z Fresh serde_derive v1.0.219
48902025-05-13T21:09:48.675Z Fresh rand_core v0.6.4
48912025-05-13T21:09:48.675Z Fresh zeroize_derive v1.4.2
48922025-05-13T21:09:48.675Z Fresh cc v1.2.15
48932025-05-13T21:09:48.675Z Fresh synstructure v0.13.1
48942025-05-13T21:09:48.675Z Fresh regex-syntax v0.8.5
48952025-05-13T21:09:48.676Z Fresh serde v1.0.219
48962025-05-13T21:09:48.676Z Fresh zeroize v1.8.1
48972025-05-13T21:09:48.676Z Fresh libm v0.2.8
48982025-05-13T21:09:48.676Z Fresh zerofrom-derive v0.1.4
48992025-05-13T21:09:48.676Z Fresh yoke-derive v0.7.4
49002025-05-13T21:09:48.676Z Fresh subtle v2.6.1
49012025-05-13T21:09:48.676Z Fresh bitflags v2.9.0
49022025-05-13T21:09:48.676Z Fresh bytes v1.10.1
49032025-05-13T21:09:48.676Z Fresh num-traits v0.2.19
49042025-05-13T21:09:48.676Z Fresh zerofrom v0.1.4
49052025-05-13T21:09:48.676Z Fresh zerovec-derive v0.10.3
49062025-05-13T21:09:48.676Z Fresh aho-corasick v1.1.3
49072025-05-13T21:09:48.676Z Fresh serde_json v1.0.140
49082025-05-13T21:09:48.676Z Fresh yoke v0.7.4
49092025-05-13T21:09:48.676Z Fresh regex-automata v0.4.8
49102025-05-13T21:09:48.676Z Fresh parking_lot_core v0.9.10
49112025-05-13T21:09:48.676Z Fresh displaydoc v0.2.5
49122025-05-13T21:09:48.676Z Fresh errno v0.3.9
49132025-05-13T21:09:48.676Z Fresh writeable v0.5.5
49142025-05-13T21:09:48.676Z Fresh zerovec v0.10.4
49152025-05-13T21:09:48.676Z Fresh parking_lot v0.12.3
49162025-05-13T21:09:48.676Z Fresh litemap v0.7.3
49172025-05-13T21:09:48.676Z Fresh icu_provider_macros v1.5.0
49182025-05-13T21:09:48.676Z Fresh tinystr v0.7.6
49192025-05-13T21:09:48.676Z Fresh semver v1.0.26
49202025-05-13T21:09:48.676Z Fresh icu_locid_transform_data v1.5.0
49212025-05-13T21:09:48.676Z Fresh foldhash v0.1.3
49222025-05-13T21:09:48.676Z Fresh equivalent v1.0.1
49232025-05-13T21:09:48.676Z Fresh allocator-api2 v0.2.18
49242025-05-13T21:09:48.676Z Fresh icu_locid v1.5.0
49252025-05-13T21:09:48.676Z Fresh rustix v0.38.37
49262025-05-13T21:09:48.676Z Fresh typenum v1.17.0
49272025-05-13T21:09:48.676Z Fresh hashbrown v0.15.1
49282025-05-13T21:09:48.676Z Fresh icu_collections v1.5.0
49292025-05-13T21:09:48.676Z Fresh signal-hook-registry v1.4.2
49302025-05-13T21:09:48.676Z Fresh percent-encoding v2.3.1
49312025-05-13T21:09:48.676Z Fresh icu_provider v1.5.0
49322025-05-13T21:09:48.676Z Fresh icu_properties_data v1.5.0
49332025-05-13T21:09:48.677Z Fresh generic-array v0.14.7
49342025-05-13T21:09:48.677Z Fresh utf8_iter v1.0.4
49352025-05-13T21:09:48.677Z Fresh icu_normalizer_data v1.5.0
49362025-05-13T21:09:48.677Z Fresh utf16_iter v1.0.5
49372025-05-13T21:09:48.677Z Fresh write16 v1.0.0
49382025-05-13T21:09:48.677Z Fresh futures-core v0.3.31
49392025-05-13T21:09:48.677Z Fresh icu_locid_transform v1.5.0
49402025-05-13T21:09:48.677Z Fresh fnv v1.0.7
49412025-05-13T21:09:48.677Z Fresh form_urlencoded v1.2.1
49422025-05-13T21:09:48.677Z Fresh regex v1.11.1
49432025-05-13T21:09:48.677Z Fresh thiserror-impl v1.0.69
49442025-05-13T21:09:48.677Z Fresh mio v1.0.2
49452025-05-13T21:09:48.677Z Fresh either v1.14.0
49462025-05-13T21:09:48.677Z Fresh icu_properties v1.5.1
49472025-05-13T21:09:48.677Z Fresh crypto-common v0.1.6
49482025-05-13T21:09:48.677Z Fresh tokio-macros v2.5.0
49492025-05-13T21:09:48.677Z Fresh socket2 v0.5.9
49502025-05-13T21:09:48.677Z Fresh heck v0.5.0
49512025-05-13T21:09:48.677Z Fresh indexmap v2.9.0
49522025-05-13T21:09:48.677Z Fresh zerocopy-derive v0.7.35
49532025-05-13T21:09:48.677Z Fresh icu_normalizer v1.5.0
49542025-05-13T21:09:48.677Z Fresh thiserror v1.0.69
49552025-05-13T21:09:48.677Z Fresh tokio v1.43.1
49562025-05-13T21:09:48.677Z Fresh zerocopy v0.7.35
49572025-05-13T21:09:48.677Z Fresh spin v0.9.8
49582025-05-13T21:09:48.677Z Fresh pkg-config v0.3.31
49592025-05-13T21:09:48.678Z Fresh idna_adapter v1.2.0
49602025-05-13T21:09:48.678Z Fresh iana-time-zone v0.1.63
49612025-05-13T21:09:48.678Z Fresh const-oid v0.9.6
49622025-05-13T21:09:48.678Z Fresh futures-io v0.3.31
49632025-05-13T21:09:48.678Z Fresh block-buffer v0.10.4
49642025-05-13T21:09:48.678Z Fresh lazy_static v1.5.0
49652025-05-13T21:09:48.678Z Fresh idna v1.0.3
49662025-05-13T21:09:48.704Z Fresh getrandom v0.3.1
49672025-05-13T21:09:48.704Z Fresh chrono v0.4.40
49682025-05-13T21:09:48.704Z Fresh slab v0.4.9
49692025-05-13T21:09:48.704Z Fresh digest v0.10.7
49702025-05-13T21:09:48.704Z Fresh cpufeatures v0.2.14
49712025-05-13T21:09:48.704Z Fresh futures-sink v0.3.31
49722025-05-13T21:09:48.704Z Fresh url v2.5.3
49732025-05-13T21:09:48.704Z Fresh uuid v1.16.0
49742025-05-13T21:09:48.704Z Fresh serde_derive_internals v0.29.1
49752025-05-13T21:09:48.704Z Fresh dyn-clone v1.0.19
49762025-05-13T21:09:48.704Z Fresh pin-utils v0.1.0
49772025-05-13T21:09:48.704Z Fresh ppv-lite86 v0.2.20
49782025-05-13T21:09:48.704Z Fresh schemars_derive v0.8.22
49792025-05-13T21:09:48.704Z Fresh syn v1.0.109
49802025-05-13T21:09:48.704Z Fresh futures-channel v0.3.31
49812025-05-13T21:09:48.704Z Fresh futures-macro v0.3.31
49822025-05-13T21:09:48.704Z Fresh futures-task v0.3.31
49832025-05-13T21:09:48.704Z Fresh rand_chacha v0.3.1
49842025-05-13T21:09:48.704Z Fresh glob v0.3.2
49852025-05-13T21:09:48.704Z Fresh schemars v0.8.22
49862025-05-13T21:09:48.704Z Fresh futures-util v0.3.31
49872025-05-13T21:09:48.704Z Fresh rand v0.8.5
49882025-05-13T21:09:48.705Z Fresh tracing-attributes v0.1.27
49892025-05-13T21:09:48.705Z Fresh tracing-core v0.1.32
49902025-05-13T21:09:48.705Z Fresh strsim v0.11.1
49912025-05-13T21:09:48.705Z Fresh tracing v0.1.40
49922025-05-13T21:09:48.705Z Fresh minimal-lexical v0.2.1
49932025-05-13T21:09:48.705Z Fresh http v1.2.0
49942025-05-13T21:09:48.705Z Fresh adler2 v2.0.0
49952025-05-13T21:09:48.705Z Fresh nom v7.1.3
49962025-05-13T21:09:48.705Z Fresh miniz_oxide v0.8.5
49972025-05-13T21:09:48.705Z Fresh libloading v0.8.5
49982025-05-13T21:09:48.705Z Fresh prettyplease v0.2.30
49992025-05-13T21:09:48.705Z Fresh block-padding v0.3.3
50002025-05-13T21:09:48.705Z Fresh vcpkg v0.2.15
50012025-05-13T21:09:48.705Z Fresh crossbeam-utils v0.8.21
50022025-05-13T21:09:48.705Z Fresh cexpr v0.6.0
50032025-05-13T21:09:48.705Z Fresh clang-sys v1.8.1
50042025-05-13T21:09:48.705Z Fresh paste v1.0.15
50052025-05-13T21:09:48.705Z Fresh home v0.5.9
50062025-05-13T21:09:48.705Z Fresh inout v0.1.3
50072025-05-13T21:09:48.705Z Fresh itertools v0.12.1
50082025-05-13T21:09:48.705Z Fresh cipher v0.4.4
50092025-05-13T21:09:48.705Z Fresh time-core v0.1.2
50102025-05-13T21:09:48.705Z Fresh num-conv v0.1.0
50112025-05-13T21:09:48.705Z Fresh powerfmt v0.2.0
50122025-05-13T21:09:48.705Z Fresh num_threads v0.1.7
50132025-05-13T21:09:48.705Z Fresh which v4.4.2
50142025-05-13T21:09:48.705Z Fresh time-macros v0.2.18
50152025-05-13T21:09:48.705Z Fresh deranged v0.3.11
50162025-05-13T21:09:48.705Z Fresh tokio-util v0.7.13
50172025-05-13T21:09:48.705Z Fresh base64ct v1.6.0
50182025-05-13T21:09:48.705Z Fresh atomic-waker v1.1.2
50192025-05-13T21:09:48.705Z Fresh rustc-hash v1.1.0
50202025-05-13T21:09:48.705Z Fresh gimli v0.31.1
50212025-05-13T21:09:48.705Z Fresh time v0.3.36
50222025-05-13T21:09:48.705Z Fresh lazycell v1.3.0
50232025-05-13T21:09:48.705Z Fresh addr2line v0.24.2
50242025-05-13T21:09:48.706Z Fresh sha2 v0.10.8
50252025-05-13T21:09:48.706Z Fresh hmac v0.12.1
50262025-05-13T21:09:48.706Z Fresh cmake v0.1.51
50272025-05-13T21:09:48.706Z Fresh object v0.36.5
50282025-05-13T21:09:48.706Z Fresh bindgen v0.69.5
50292025-05-13T21:09:48.706Z Fresh fs_extra v1.3.0
50302025-05-13T21:09:48.706Z Fresh untrusted v0.9.0
50312025-05-13T21:09:48.706Z Fresh rustc-demangle v0.1.24
50322025-05-13T21:09:48.706Z Fresh dunce v1.0.5
50332025-05-13T21:09:48.706Z Fresh serde_tokenstream v0.2.2
50342025-05-13T21:09:48.706Z Fresh backtrace v0.3.74
50352025-05-13T21:09:48.706Z Fresh httparse v1.9.5
50362025-05-13T21:09:48.706Z Fresh ring v0.17.11
50372025-05-13T21:09:48.706Z Fresh toml_datetime v0.6.8
50382025-05-13T21:09:48.706Z Fresh serde_spanned v0.6.8
50392025-05-13T21:09:48.706Z Fresh anyhow v1.0.98
50402025-05-13T21:09:48.707Z Fresh rustls-pki-types v1.10.0
50412025-05-13T21:09:48.707Z Fresh pem-rfc7468 v0.7.0
50422025-05-13T21:09:48.707Z Fresh base64 v0.22.1
50432025-05-13T21:09:48.707Z Fresh utf8parse v0.2.2
50442025-05-13T21:09:48.707Z Fresh http-body v1.0.1
50452025-05-13T21:09:48.707Z Fresh aws-lc-sys v0.26.0
50462025-05-13T21:09:48.707Z Fresh httpdate v1.0.3
50472025-05-13T21:09:48.707Z Fresh try-lock v0.2.5
50482025-05-13T21:09:48.707Z Fresh untrusted v0.7.1
50492025-05-13T21:09:48.707Z Fresh h2 v0.4.6
50502025-05-13T21:09:48.707Z Fresh aws-lc-rs v1.12.4
50512025-05-13T21:09:48.707Z Fresh want v0.3.1
50522025-05-13T21:09:48.707Z Fresh der_derive v0.7.3
50532025-05-13T21:09:48.707Z Fresh flagset v0.4.6
50542025-05-13T21:09:48.707Z Fresh rustversion v1.0.17
50552025-05-13T21:09:48.708Z Fresh pbkdf2 v0.12.2
50562025-05-13T21:09:48.708Z Fresh rustls-webpki v0.102.8
50572025-05-13T21:09:48.708Z Fresh der v0.7.9
50582025-05-13T21:09:48.708Z Fresh hyper v1.6.0
50592025-05-13T21:09:48.708Z Fresh aes v0.8.4
50602025-05-13T21:09:48.708Z Fresh anstyle v1.0.10
50612025-05-13T21:09:48.708Z Fresh tower-service v0.3.3
50622025-05-13T21:09:48.708Z Fresh cbc v0.1.2
50632025-05-13T21:09:48.708Z Fresh slog v2.7.0
50642025-05-13T21:09:48.708Z Fresh spki v0.7.3
50652025-05-13T21:09:48.708Z Fresh salsa20 v0.10.2
50662025-05-13T21:09:48.734Z Fresh async-trait v0.1.88
50672025-05-13T21:09:48.734Z Fresh hyper-util v0.1.11
50682025-05-13T21:09:48.734Z Fresh anstyle-parse v0.2.5
50692025-05-13T21:09:48.734Z Fresh rustc_version v0.4.1
50702025-05-13T21:09:48.734Z Fresh anstyle-query v1.1.1
50712025-05-13T21:09:48.734Z Fresh scrypt v0.11.0
50722025-05-13T21:09:48.734Z Fresh is_terminal_polyfill v1.70.1
50732025-05-13T21:09:48.734Z Fresh mime v0.3.17
50742025-05-13T21:09:48.734Z Fresh colorchoice v1.0.2
50752025-05-13T21:09:48.734Z Fresh ipnet v2.11.0
50762025-05-13T21:09:48.734Z Fresh openssl-probe v0.1.5
50772025-05-13T21:09:48.734Z Fresh foreign-types-shared v0.1.1
50782025-05-13T21:09:48.734Z Fresh pkcs5 v0.7.1
50792025-05-13T21:09:48.734Z Fresh anstream v0.6.18
50802025-05-13T21:09:48.734Z Fresh foreign-types v0.3.2
50812025-05-13T21:09:48.734Z Fresh openssl-sys v0.9.107
50822025-05-13T21:09:48.734Z Fresh http-body-util v0.1.3
50832025-05-13T21:09:48.734Z Fresh terminal_size v0.4.0
50842025-05-13T21:09:48.734Z Fresh openssl-macros v0.1.1
50852025-05-13T21:09:48.734Z Fresh pkcs8 v0.10.2
50862025-05-13T21:09:48.734Z Fresh clap_lex v0.7.4
50872025-05-13T21:09:48.734Z Fresh openssl v0.10.72
50882025-05-13T21:09:48.734Z Fresh rustls-pemfile v2.2.0
50892025-05-13T21:09:48.734Z Fresh clap_derive v4.5.32
50902025-05-13T21:09:48.734Z Fresh futures-executor v0.3.31
50912025-05-13T21:09:48.734Z Fresh clap_builder v4.5.35
50922025-05-13T21:09:48.734Z Fresh serde_urlencoded v0.7.1
50932025-05-13T21:09:48.734Z Fresh encoding_rs v0.8.34
50942025-05-13T21:09:48.735Z Fresh futures v0.3.31
50952025-05-13T21:09:48.735Z Fresh litrs v0.4.1
50962025-05-13T21:09:48.735Z Fresh rustls v0.23.19
50972025-05-13T21:09:48.735Z Fresh clap v4.5.35
50982025-05-13T21:09:48.735Z Fresh native-tls v0.2.12
50992025-05-13T21:09:48.735Z Fresh psl-types v2.0.11
51002025-05-13T21:09:48.735Z Fresh ucd-trie v0.1.7
51012025-05-13T21:09:48.735Z Fresh document-features v0.2.10
51022025-05-13T21:09:48.735Z Fresh webpki-roots v0.26.6
51032025-05-13T21:09:48.735Z Fresh tokio-rustls v0.26.0
51042025-05-13T21:09:48.735Z Fresh tokio-native-tls v0.3.1
51052025-05-13T21:09:48.735Z Fresh publicsuffix v2.3.0
51062025-05-13T21:09:48.735Z Fresh pest v2.7.14
51072025-05-13T21:09:48.735Z Fresh cookie v0.18.1
51082025-05-13T21:09:48.735Z Fresh ipnetwork v0.21.1
51092025-05-13T21:09:48.735Z Fresh sync_wrapper v1.0.1
51102025-05-13T21:09:48.735Z Fresh tower-layer v0.3.3
51112025-05-13T21:09:48.735Z Fresh winnow v0.5.40
51122025-05-13T21:09:48.735Z Fresh cookie_store v0.21.1
51132025-05-13T21:09:48.735Z Fresh pest_meta v2.7.14
51142025-05-13T21:09:48.735Z Fresh hyper-tls v0.6.0
51152025-05-13T21:09:48.735Z Fresh tower v0.5.2
51162025-05-13T21:09:48.735Z Fresh hyper-rustls v0.27.3
51172025-05-13T21:09:48.735Z Fresh signature v2.2.0
51182025-05-13T21:09:48.735Z Fresh toml_edit v0.19.15
51192025-05-13T21:09:48.735Z Fresh openapiv3 v2.0.0
51202025-05-13T21:09:48.735Z Fresh scroll_derive v0.12.0
51212025-05-13T21:09:48.735Z Fresh zerocopy-derive v0.8.25
51222025-05-13T21:09:48.735Z Fresh data-encoding v2.6.0
51232025-05-13T21:09:48.735Z Fresh pest_generator v2.7.14
51242025-05-13T21:09:48.735Z Fresh reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
51252025-05-13T21:09:48.735Z Fresh scroll v0.12.0
51262025-05-13T21:09:48.735Z Fresh zerocopy v0.8.25
51272025-05-13T21:09:48.735Z Fresh siphasher v0.3.11
51282025-05-13T21:09:48.735Z Fresh tinyvec_macros v0.1.1
51292025-05-13T21:09:48.735Z Fresh plain v0.2.3
51302025-05-13T21:09:48.735Z Fresh pest_derive v2.7.14
51312025-05-13T21:09:48.736Z Fresh bitflags v1.3.2
51322025-05-13T21:09:48.736Z Fresh phf_shared v0.11.2
51332025-05-13T21:09:48.736Z Fresh tinyvec v1.8.0
51342025-05-13T21:09:48.736Z Fresh goblin v0.8.2
51352025-05-13T21:09:48.736Z Fresh unicode-segmentation v1.12.0
51362025-05-13T21:09:48.736Z Fresh pretty-hex v0.4.1
51372025-05-13T21:09:48.736Z Fresh dtrace-parser v0.2.0
51382025-05-13T21:09:48.736Z Fresh sha1 v0.10.6
51392025-05-13T21:09:48.736Z Fresh dof v0.3.0
51402025-05-13T21:09:48.736Z Fresh num-integer v0.1.46
51412025-05-13T21:09:48.736Z Fresh thread-id v4.2.2
51422025-05-13T21:09:48.736Z Fresh crc32fast v1.4.2
51432025-05-13T21:09:48.736Z Fresh static_assertions v1.1.0
51442025-05-13T21:09:48.736Z Fresh winnow v0.7.3
51452025-05-13T21:09:48.736Z Fresh bstr v1.10.0
51462025-05-13T21:09:48.736Z Fresh unicode-width v0.2.0
51472025-05-13T21:09:48.736Z Fresh toml_edit v0.22.24
51482025-05-13T21:09:48.736Z Fresh usdt-impl v0.5.0
51492025-05-13T21:09:48.736Z Fresh base16ct v0.2.0
51502025-05-13T21:09:48.736Z Fresh crossbeam-epoch v0.9.18
51512025-05-13T21:09:48.736Z Fresh hubpack_derive v0.1.1
51522025-05-13T21:09:48.736Z Fresh ff v0.13.0
51532025-05-13T21:09:48.736Z Fresh heck v0.4.1
51542025-05-13T21:09:48.736Z Fresh num-iter v0.1.45
51552025-05-13T21:09:48.736Z Fresh sec1 v0.7.3
51562025-05-13T21:09:48.736Z Fresh usdt-macro v0.5.0
51572025-05-13T21:09:48.736Z Fresh group v0.13.0
51582025-05-13T21:09:48.736Z Fresh usdt-attr-macro v0.5.0
51592025-05-13T21:09:48.736Z Fresh hubpack v0.1.2
51602025-05-13T21:09:48.736Z Fresh oxnet v0.1.1
51612025-05-13T21:09:48.736Z Fresh strum_macros v0.26.4
51622025-05-13T21:09:48.736Z Fresh hkdf v0.12.4
51632025-05-13T21:09:48.736Z Fresh crypto-bigint v0.5.5
51642025-05-13T21:09:48.736Z Fresh memmap v0.7.0
51652025-05-13T21:09:48.736Z Fresh strum v0.26.3
51662025-05-13T21:09:48.762Z Fresh crossbeam-deque v0.8.5
51672025-05-13T21:09:48.763Z Fresh flate2 v1.1.1
51682025-05-13T21:09:48.763Z Fresh pkcs1 v0.7.5
51692025-05-13T21:09:48.763Z Fresh elliptic-curve v0.13.8
51702025-05-13T21:09:48.763Z Fresh usdt v0.5.0
51712025-05-13T21:09:48.763Z Fresh itertools v0.10.5
51722025-05-13T21:09:48.763Z Fresh num-bigint-dig v0.8.4
51732025-05-13T21:09:48.763Z Fresh bzip2-sys v0.1.13+1.0.8
51742025-05-13T21:09:48.763Z Fresh rsa v0.9.6
51752025-05-13T21:09:48.763Z Fresh unicode-normalization v0.1.24
51762025-05-13T21:09:48.763Z Fresh toml v0.7.8
51772025-05-13T21:09:48.763Z Fresh rfc6979 v0.4.0
51782025-05-13T21:09:48.763Z Fresh curve25519-dalek-derive v0.1.1
51792025-05-13T21:09:48.763Z Fresh managed v0.8.0
51802025-05-13T21:09:48.763Z Fresh curve25519-dalek v4.1.3
51812025-05-13T21:09:48.763Z Fresh newtype-uuid v1.2.1
51822025-05-13T21:09:48.763Z Fresh signal-hook v0.3.17
51832025-05-13T21:09:48.763Z Fresh ecdsa v0.16.9
51842025-05-13T21:09:48.763Z Fresh ahash v0.8.11
51852025-05-13T21:09:48.763Z Fresh x509-cert v0.2.5
51862025-05-13T21:09:48.763Z Fresh daft-derive v0.1.3
51872025-05-13T21:09:48.763Z Fresh precomputed-hash v0.1.1
51882025-05-13T21:09:48.763Z Fresh unicode-xid v0.2.6
51892025-05-13T21:09:48.763Z Fresh fixedbitset v0.4.2
51902025-05-13T21:09:48.763Z Fresh new_debug_unreachable v1.0.6
51912025-05-13T21:09:48.763Z Fresh rayon-core v1.12.1
51922025-05-13T21:09:48.763Z Fresh petgraph v0.6.5
51932025-05-13T21:09:48.763Z Fresh string_cache v0.8.9
51942025-05-13T21:09:48.763Z Fresh memoffset v0.9.1
51952025-05-13T21:09:48.763Z Fresh daft v0.1.3
51962025-05-13T21:09:48.763Z Fresh zstd-sys v2.0.14+zstd.1.5.7
51972025-05-13T21:09:48.763Z Fresh rand_core v0.9.2
51982025-05-13T21:09:48.763Z Fresh ed25519 v2.2.3
51992025-05-13T21:09:48.763Z Fresh enum-as-inner v0.6.1
52002025-05-13T21:09:48.763Z Fresh cfg_aliases v0.2.1
52012025-05-13T21:09:48.763Z Fresh ed25519-dalek v2.1.1
52022025-05-13T21:09:48.763Z Fresh rand_chacha v0.9.0
52032025-05-13T21:09:48.764Z Fresh zstd-safe v7.2.3
52042025-05-13T21:09:48.764Z Fresh signal-hook-mio v0.2.4
52052025-05-13T21:09:48.764Z Fresh bzip2 v0.4.4
52062025-05-13T21:09:48.764Z Fresh console v0.15.10
52072025-05-13T21:09:48.764Z Fresh hickory-proto v0.24.4
52082025-05-13T21:09:48.764Z Fresh lalrpop-util v0.19.12
52092025-05-13T21:09:48.764Z Fresh simd-adler32 v0.3.7
52102025-05-13T21:09:48.764Z Fresh lockfree-object-pool v0.1.6
52112025-05-13T21:09:48.764Z Fresh bumpalo v3.16.0
52122025-05-13T21:09:48.764Z Fresh zopfli v0.8.1
52132025-05-13T21:09:48.764Z Fresh zstd v0.13.3
52142025-05-13T21:09:48.764Z Fresh crossterm v0.28.1
52152025-05-13T21:09:48.764Z Fresh rand v0.9.0
52162025-05-13T21:09:48.764Z Fresh zip v0.6.6
52172025-05-13T21:09:48.764Z Fresh bzip2 v0.5.2
52182025-05-13T21:09:48.764Z Fresh hash32 v0.2.1
52192025-05-13T21:09:48.764Z Fresh winnow v0.6.26
52202025-05-13T21:09:48.764Z Fresh unicode-bidi v0.3.17
52212025-05-13T21:09:48.764Z Fresh unicode-properties v0.1.3
52222025-05-13T21:09:48.764Z Fresh predicates-core v1.0.8
52232025-05-13T21:09:48.764Z Fresh zip v2.6.1
52242025-05-13T21:09:48.764Z Fresh heapless v0.7.17
52252025-05-13T21:09:48.764Z Fresh stringprep v0.1.5
52262025-05-13T21:09:48.764Z Fresh nix v0.29.0
52272025-05-13T21:09:48.764Z Fresh rayon v1.10.0
52282025-05-13T21:09:48.764Z Fresh similar v2.7.0
52292025-05-13T21:09:48.764Z Fresh tokio-stream v0.1.17
52302025-05-13T21:09:48.764Z Fresh md-5 v0.10.6
52312025-05-13T21:09:48.764Z Fresh float-cmp v0.10.0
52322025-05-13T21:09:48.764Z Fresh normalize-line-endings v0.3.0
52332025-05-13T21:09:48.764Z Fresh fallible-iterator v0.2.0
52342025-05-13T21:09:48.764Z Fresh difflib v0.4.0
52352025-05-13T21:09:48.764Z Fresh postgres-protocol v0.6.8
52362025-05-13T21:09:48.764Z Fresh smoltcp v0.9.1
52372025-05-13T21:09:48.764Z Fresh portable-atomic v1.11.0
52382025-05-13T21:09:48.764Z Fresh buf-list v1.0.3
52392025-05-13T21:09:48.765Z Fresh strum_macros v0.25.3
52402025-05-13T21:09:48.765Z Fresh phf v0.11.2
52412025-05-13T21:09:48.765Z Fresh predicates v3.1.3
52422025-05-13T21:09:48.765Z Fresh serde-big-array v0.5.1
52432025-05-13T21:09:48.765Z Fresh serde_repr v0.1.19
52442025-05-13T21:09:48.765Z Fresh peg-runtime v0.8.5
52452025-05-13T21:09:48.765Z Fresh number_prefix v0.4.0
52462025-05-13T21:09:48.765Z Fresh postgres-types v0.2.9
52472025-05-13T21:09:48.765Z Fresh fs-err v3.1.0
52482025-05-13T21:09:48.765Z Fresh whoami v1.5.2
52492025-05-13T21:09:48.765Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=57536869418e08667824c9a1b2cf115ed91b713f#57536869)
52502025-05-13T21:09:48.765Z Fresh indicatif v0.17.11
52512025-05-13T21:09:48.765Z Fresh tokio-postgres v0.7.13
52522025-05-13T21:09:48.765Z Fresh thiserror-impl v2.0.12
52532025-05-13T21:09:48.765Z Fresh fastrand v2.1.1
52542025-05-13T21:09:48.765Z Fresh is-terminal v0.4.13
52552025-05-13T21:09:48.765Z Fresh dirs-sys-next v0.1.2
52562025-05-13T21:09:48.765Z Fresh ident_case v1.0.1
52572025-05-13T21:09:48.765Z Fresh regress v0.10.3
52582025-05-13T21:09:48.765Z Fresh tempfile v3.13.0
52592025-05-13T21:09:48.765Z Fresh crossbeam-channel v0.5.15
52602025-05-13T21:09:48.765Z Fresh thiserror v2.0.12
52612025-05-13T21:09:48.765Z Fresh camino v1.1.9
52622025-05-13T21:09:48.765Z Fresh dirs-next v2.0.0
52632025-05-13T21:09:48.765Z Fresh darling_core v0.20.10
52642025-05-13T21:09:48.765Z Fresh thread_local v1.1.8
52652025-05-13T21:09:48.765Z Fresh unsafe-libyaml v0.2.11
52662025-05-13T21:09:48.793Z Fresh term v0.7.0
52672025-05-13T21:09:48.794Z Fresh darling_macro v0.20.10
52682025-05-13T21:09:48.794Z Fresh take_mut v0.2.2
52692025-05-13T21:09:48.794Z Fresh serde_yaml v0.9.34+deprecated
52702025-05-13T21:09:48.794Z Fresh typify-impl v0.3.0
52712025-05-13T21:09:48.794Z Fresh toml v0.8.20
52722025-05-13T21:09:48.794Z Fresh darling v0.20.10
52732025-05-13T21:09:48.794Z Fresh slog-term v2.9.1
52742025-05-13T21:09:48.794Z Fresh slog-async v2.8.0
52752025-05-13T21:09:48.794Z Fresh quick-error v1.2.3
52762025-05-13T21:09:48.794Z Fresh typify-macro v0.3.0
52772025-05-13T21:09:48.794Z Fresh match_cfg v0.1.0
52782025-05-13T21:09:48.794Z Fresh hex v0.4.3
52792025-05-13T21:09:48.794Z Fresh structmeta-derive v0.3.0
52802025-05-13T21:09:48.794Z Fresh typify v0.3.0
52812025-05-13T21:09:48.794Z Fresh hostname v0.3.1
52822025-05-13T21:09:48.794Z Fresh bit-vec v0.8.0
52832025-05-13T21:09:48.794Z Fresh debug-ignore v1.0.5
52842025-05-13T21:09:48.794Z Fresh structmeta v0.3.0
52852025-05-13T21:09:48.794Z Fresh progenitor-client v0.9.1
52862025-05-13T21:09:48.794Z Fresh wait-timeout v0.2.0
52872025-05-13T21:09:48.794Z Fresh progenitor-impl v0.9.1
52882025-05-13T21:09:48.794Z Fresh bit-set v0.8.0
52892025-05-13T21:09:48.794Z Fresh rusty-fork v0.3.0
52902025-05-13T21:09:48.794Z Fresh serde_path_to_error v0.1.16
52912025-05-13T21:09:48.794Z Fresh rand_xorshift v0.3.0
52922025-05-13T21:09:48.794Z Fresh unarray v0.1.4
52932025-05-13T21:09:48.795Z Fresh progenitor-macro v0.9.1
52942025-05-13T21:09:48.795Z Fresh rustls v0.22.4
52952025-05-13T21:09:48.795Z Fresh proptest v1.6.0
52962025-05-13T21:09:48.795Z Fresh slog-json v2.6.1
52972025-05-13T21:09:48.795Z Fresh async-stream-impl v0.3.6
52982025-05-13T21:09:48.795Z Fresh test-strategy v0.4.0
52992025-05-13T21:09:48.795Z Fresh progenitor v0.9.1
53002025-05-13T21:09:48.795Z Fresh tokio-rustls v0.25.0
53012025-05-13T21:09:48.795Z Fresh slog-bunyan v2.5.0
53022025-05-13T21:09:48.795Z Fresh async-stream v0.3.6
53032025-05-13T21:09:48.795Z Fresh multer v3.1.0
53042025-05-13T21:09:48.795Z Fresh dropshot_endpoint v0.16.0
53052025-05-13T21:09:48.795Z Fresh waitgroup v0.1.2
53062025-05-13T21:09:48.795Z Fresh hostname v0.4.0
53072025-05-13T21:09:48.795Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
53082025-05-13T21:09:48.796Z Fresh serde_with_macros v3.12.0
53092025-05-13T21:09:48.796Z Fresh macaddr v1.0.1
53102025-05-13T21:09:48.796Z Fresh instant v0.1.13
53112025-05-13T21:09:48.796Z Fresh derive-where v1.2.7
53122025-05-13T21:09:48.796Z Fresh parse-display-derive v0.10.0
53132025-05-13T21:09:48.796Z Fresh dropshot v0.16.0
53142025-05-13T21:09:48.796Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
53152025-05-13T21:09:48.796Z Fresh serde_with v3.12.0
53162025-05-13T21:09:48.796Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
53172025-05-13T21:09:48.796Z Fresh parse-display v0.10.0
53182025-05-13T21:09:48.796Z Fresh backoff v0.4.0
53192025-05-13T21:09:48.796Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
53202025-05-13T21:09:48.796Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
53212025-05-13T21:09:48.796Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
53222025-05-13T21:09:48.796Z Fresh camino-tempfile v1.3.0
53232025-05-13T21:09:48.796Z Fresh unicode-width v0.1.14
53242025-05-13T21:09:48.796Z Fresh proc-macro-crate v1.3.1
53252025-05-13T21:09:48.796Z Fresh num_enum_derive v0.5.11
53262025-05-13T21:09:48.796Z Fresh tabwriter v1.4.0
53272025-05-13T21:09:48.797Z Fresh foreign-types-macros v0.2.3
53282025-05-13T21:09:48.797Z Fresh proc-macro-error-attr v1.0.4
53292025-05-13T21:09:48.797Z Fresh num_enum v0.5.11
53302025-05-13T21:09:48.797Z Fresh foreign-types-shared v0.3.1
53312025-05-13T21:09:48.797Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
53322025-05-13T21:09:48.797Z Fresh cstr-argument v0.1.2
53332025-05-13T21:09:48.797Z Fresh proc-macro-error v1.0.4
53342025-05-13T21:09:48.797Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
53352025-05-13T21:09:48.797Z Fresh foreign-types v0.5.0
53362025-05-13T21:09:48.797Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
53372025-05-13T21:09:48.797Z Fresh pretty-hex v0.2.1
53382025-05-13T21:09:48.797Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
53392025-05-13T21:09:48.797Z Fresh colored v2.2.0
53402025-05-13T21:09:48.797Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
53412025-05-13T21:09:48.797Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
53422025-05-13T21:09:48.797Z Fresh smf v0.2.3
53432025-05-13T21:09:48.797Z Fresh itertools v0.14.0
53442025-05-13T21:09:48.797Z Fresh itertools v0.13.0
53452025-05-13T21:09:48.797Z Fresh atomicwrites v0.4.4
53462025-05-13T21:09:48.797Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
53472025-05-13T21:09:48.797Z Fresh ingot-macros v0.1.0
53482025-05-13T21:09:48.797Z Fresh hash32 v0.3.1
53492025-05-13T21:09:48.797Z Fresh cobs v0.2.3
53502025-05-13T21:09:48.797Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
53512025-05-13T21:09:48.798Z Fresh crucible-workspace-hack v0.1.0
53522025-05-13T21:09:48.798Z Fresh ingot-types v0.1.0
53532025-05-13T21:09:48.798Z Fresh heapless v0.8.0
53542025-05-13T21:09:48.798Z Fresh postcard v1.0.10
53552025-05-13T21:09:48.798Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
53562025-05-13T21:09:48.798Z Fresh sigpipe v0.1.3
53572025-05-13T21:09:48.798Z Fresh smoltcp v0.11.0
53582025-05-13T21:09:48.798Z Fresh ingot v0.1.0
53592025-05-13T21:09:48.798Z Fresh base64 v0.21.7
53602025-05-13T21:09:48.798Z Fresh jiff v0.2.13
53612025-05-13T21:09:48.798Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
53622025-05-13T21:09:48.798Z Fresh zone_cfg_derive v0.3.0
53632025-05-13T21:09:48.798Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
53642025-05-13T21:09:48.798Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
53652025-05-13T21:09:48.798Z Fresh num-derive v0.4.2
53662025-05-13T21:09:48.825Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
53672025-05-13T21:09:48.825Z Fresh zone v0.3.1
53682025-05-13T21:09:48.825Z Fresh convert_case v0.4.0
53692025-05-13T21:09:48.825Z Fresh utf-8 v0.7.6
53702025-05-13T21:09:48.825Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
53712025-05-13T21:09:48.826Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
53722025-05-13T21:09:48.826Z Fresh derive_more v0.99.20
53732025-05-13T21:09:48.827Z Fresh newline-converter v0.3.0
53742025-05-13T21:09:48.827Z Fresh num-rational v0.4.2
53752025-05-13T21:09:48.827Z Fresh num-complex v0.4.6
53762025-05-13T21:09:48.827Z Fresh tungstenite v0.21.0
53772025-05-13T21:09:48.827Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
53782025-05-13T21:09:48.827Z Fresh expectorate v1.2.0
53792025-05-13T21:09:48.827Z Fresh num v0.4.3
53802025-05-13T21:09:48.827Z Fresh float-ord v0.3.2
53812025-05-13T21:09:48.827Z Fresh tokio-tungstenite v0.21.0
53822025-05-13T21:09:48.827Z Fresh fixedbitset v0.5.7
53832025-05-13T21:09:48.827Z Fresh indent_write v2.2.0
53842025-05-13T21:09:48.827Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
53852025-05-13T21:09:48.827Z Fresh petgraph v0.7.1
53862025-05-13T21:09:48.827Z Fresh same-file v1.0.6
53872025-05-13T21:09:48.827Z Fresh password-hash v0.5.0
53882025-05-13T21:09:48.827Z Fresh blake2 v0.10.6
53892025-05-13T21:09:48.827Z Fresh half v2.4.1
53902025-05-13T21:09:48.827Z Fresh arc-swap v1.7.1
53912025-05-13T21:09:48.827Z Fresh ciborium-io v0.2.2
53922025-05-13T21:09:48.827Z Fresh walkdir v2.5.0
53932025-05-13T21:09:48.827Z Fresh argon2 v0.5.3
53942025-05-13T21:09:48.827Z Fresh slog-scope v4.4.0
53952025-05-13T21:09:48.827Z Fresh ciborium-ll v0.2.2
53962025-05-13T21:09:48.827Z Fresh xattr v1.3.1
53972025-05-13T21:09:48.827Z Fresh filetime v0.2.25
53982025-05-13T21:09:48.827Z Fresh ciborium v0.2.2
53992025-05-13T21:09:48.828Z Fresh slog-stdlog v4.1.1
54002025-05-13T21:09:48.828Z Fresh tar v0.4.44
54012025-05-13T21:09:48.828Z Fresh slog-envlogger v2.2.0
54022025-05-13T21:09:48.828Z Fresh libsw-core v0.3.1
54032025-05-13T21:09:48.828Z Fresh swrite v0.1.0
54042025-05-13T21:09:48.828Z Fresh linear-map v1.2.0
54052025-05-13T21:09:48.828Z Fresh owo-colors v4.2.0
54062025-05-13T21:09:48.828Z Fresh cancel-safe-futures v0.1.5
54072025-05-13T21:09:48.828Z Fresh libsw v3.4.0
54082025-05-13T21:09:48.828Z Fresh keccak v0.1.5
54092025-05-13T21:09:48.828Z Fresh pem v3.0.5
54102025-05-13T21:09:48.828Z Fresh sha3 v0.10.8
54112025-05-13T21:09:48.828Z Fresh highway v1.3.0
54122025-05-13T21:09:48.828Z Fresh typify-impl v0.2.0
54132025-05-13T21:09:48.828Z Fresh headers-core v0.3.0
54142025-05-13T21:09:48.828Z Fresh linked-hash-map v0.5.6
54152025-05-13T21:09:48.828Z Fresh typify-macro v0.2.0
54162025-05-13T21:09:48.828Z Fresh headers v0.4.0
54172025-05-13T21:09:48.828Z Fresh lru-cache v0.1.2
54182025-05-13T21:09:48.828Z Fresh resolv-conf v0.7.0
54192025-05-13T21:09:48.828Z Fresh heck v0.3.3
54202025-05-13T21:09:48.828Z Fresh progenitor-client v0.8.0
54212025-05-13T21:09:48.828Z Fresh typify v0.2.0
54222025-05-13T21:09:48.828Z Fresh hickory-resolver v0.24.4
54232025-05-13T21:09:48.828Z Fresh zone_cfg_derive v0.1.2
54242025-05-13T21:09:48.828Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
54252025-05-13T21:09:48.828Z Fresh yasna v0.5.2
54262025-05-13T21:09:48.829Z Fresh secrecy v0.10.3
54272025-05-13T21:09:48.829Z Fresh humantime v2.1.0
54282025-05-13T21:09:48.829Z Fresh progenitor-impl v0.8.0
54292025-05-13T21:09:48.829Z Fresh lzma-sys v0.1.20
54302025-05-13T21:09:48.829Z Fresh base64 v0.13.1
54312025-05-13T21:09:48.829Z Fresh rcgen v0.12.1
54322025-05-13T21:09:48.829Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
54332025-05-13T21:09:48.829Z Fresh zone v0.1.8
54342025-05-13T21:09:48.829Z Fresh semver v0.1.20
54352025-05-13T21:09:48.829Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
54362025-05-13T21:09:48.829Z Fresh progenitor-macro v0.8.0
54372025-05-13T21:09:48.829Z Fresh ron v0.7.1
54382025-05-13T21:09:48.829Z Fresh xz2 v0.1.7
54392025-05-13T21:09:48.829Z Fresh rustc_version v0.1.7
54402025-05-13T21:09:48.829Z Fresh subprocess v0.2.9
54412025-05-13T21:09:48.829Z Fresh universal-hash v0.5.1
54422025-05-13T21:09:48.829Z Fresh opaque-debug v0.3.1
54432025-05-13T21:09:48.829Z Fresh aead v0.5.2
54442025-05-13T21:09:48.830Z Fresh progenitor v0.8.0
54452025-05-13T21:09:48.830Z Fresh poly1305 v0.8.0
54462025-05-13T21:09:48.830Z Fresh chacha20 v0.9.1
54472025-05-13T21:09:48.830Z Fresh thiserror-impl-no-std v2.0.2
54482025-05-13T21:09:48.830Z Fresh qorb v0.3.1
54492025-05-13T21:09:48.830Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
54502025-05-13T21:09:48.830Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
54512025-05-13T21:09:48.830Z Fresh thiserror-no-std v2.0.2
54522025-05-13T21:09:48.830Z Fresh chacha20poly1305 v0.10.1
54532025-05-13T21:09:48.830Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
54542025-05-13T21:09:48.830Z Fresh bytecount v0.6.8
54552025-05-13T21:09:48.830Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
54562025-05-13T21:09:48.830Z Fresh newtype_derive v0.1.6
54572025-05-13T21:09:48.830Z Fresh vsss-rs v3.3.4
54582025-05-13T21:09:48.830Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
54592025-05-13T21:09:48.830Z Fresh display-error-chain v0.2.2
54602025-05-13T21:09:48.830Z Fresh steno v0.4.1
54612025-05-13T21:09:48.830Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
54622025-05-13T21:09:48.830Z Fresh gethostname v0.5.0
54632025-05-13T21:09:48.830Z Fresh nibble_vec v0.1.0
54642025-05-13T21:09:48.830Z Fresh endian-type v0.1.2
54652025-05-13T21:09:48.830Z Fresh proc-macro-error-attr2 v2.0.0
54662025-05-13T21:09:48.856Z Fresh slog-dtrace v0.3.0
54672025-05-13T21:09:48.857Z Fresh radix_trie v0.2.1
54682025-05-13T21:09:48.857Z Fresh proc-macro-error2 v2.0.1
54692025-05-13T21:09:48.857Z Fresh maplit v1.0.2
54702025-05-13T21:09:48.857Z Fresh papergrid v0.14.0
54712025-05-13T21:09:48.857Z Fresh tabled_derive v0.10.0
54722025-05-13T21:09:48.857Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
54732025-05-13T21:09:48.857Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
54742025-05-13T21:09:48.857Z Fresh num-derive v0.3.3
54752025-05-13T21:09:48.857Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
54762025-05-13T21:09:48.857Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
54772025-05-13T21:09:48.857Z Fresh tabled v0.18.0
54782025-05-13T21:09:48.857Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
54792025-05-13T21:09:48.857Z Fresh libscf-sys v1.1.0
54802025-05-13T21:09:48.857Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
54812025-05-13T21:09:48.857Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
54822025-05-13T21:09:48.857Z Fresh fxhash v0.2.1
54832025-05-13T21:09:48.857Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
54842025-05-13T21:09:48.857Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
54852025-05-13T21:09:48.857Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
54862025-05-13T21:09:48.857Z Fresh vte_generate_state_changes v0.1.2
54872025-05-13T21:09:48.857Z Fresh crc8 v0.1.1
54882025-05-13T21:09:48.857Z Fresh const_format_proc_macros v0.2.34
54892025-05-13T21:09:48.857Z Fresh fd-lock v4.0.2
54902025-05-13T21:09:48.857Z Fresh async-recursion v1.1.1
54912025-05-13T21:09:48.857Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
54922025-05-13T21:09:48.858Z Fresh vte v0.11.1
54932025-05-13T21:09:48.858Z Fresh const_format v0.2.34
54942025-05-13T21:09:48.858Z Fresh nu-ansi-term v0.50.1
54952025-05-13T21:09:48.858Z Fresh zerocopy-derive v0.6.6
54962025-05-13T21:09:48.858Z Fresh tap v1.0.1
54972025-05-13T21:09:48.858Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
54982025-05-13T21:09:48.858Z Fresh strip-ansi-escapes v0.2.0
54992025-05-13T21:09:48.858Z Fresh termcolor v1.4.1
55002025-05-13T21:09:48.858Z Fresh wyz v0.5.1
55012025-05-13T21:09:48.858Z Fresh zerocopy v0.6.6
55022025-05-13T21:09:48.858Z Fresh reedline v0.38.0
55032025-05-13T21:09:48.858Z Fresh radium v0.7.0
55042025-05-13T21:09:48.858Z Fresh crc-catalog v2.4.0
55052025-05-13T21:09:48.858Z Fresh funty v2.0.0
55062025-05-13T21:09:48.858Z Fresh packed_struct_codegen v0.10.1
55072025-05-13T21:09:48.858Z Fresh maybe-uninit v2.0.0
55082025-05-13T21:09:48.858Z Fresh bitvec v1.0.1
55092025-05-13T21:09:48.858Z Fresh crc v3.2.1
55102025-05-13T21:09:48.858Z Fresh nodrop v0.1.14
55112025-05-13T21:09:48.858Z Fresh bitfield v0.14.0
55122025-05-13T21:09:48.858Z Fresh hashbrown v0.12.3
55132025-05-13T21:09:48.858Z Fresh env_logger v0.10.2
55142025-05-13T21:09:48.858Z Fresh array-init v0.0.4
55152025-05-13T21:09:48.858Z Fresh smallvec v0.6.14
55162025-05-13T21:09:48.858Z Fresh packed_struct v0.10.1
55172025-05-13T21:09:48.859Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
55182025-05-13T21:09:48.859Z Fresh indexmap v1.9.3
55192025-05-13T21:09:48.859Z Fresh ron v0.8.1
55202025-05-13T21:09:48.859Z Fresh hashbrown v0.13.2
55212025-05-13T21:09:48.859Z Fresh crc-any v2.5.0
55222025-05-13T21:09:48.859Z Fresh serde-hex v0.1.0
55232025-05-13T21:09:48.859Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
55242025-05-13T21:09:48.859Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
55252025-05-13T21:09:48.859Z Fresh object v0.30.4
55262025-05-13T21:09:48.859Z Fresh papergrid v0.11.0
55272025-05-13T21:09:48.859Z Fresh tabled_derive v0.7.0
55282025-05-13T21:09:48.859Z Fresh kstat-rs v0.2.4
55292025-05-13T21:09:48.859Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
55302025-05-13T21:09:48.859Z Fresh diff v0.1.13
55312025-05-13T21:09:48.859Z Fresh path-slash v0.1.5
55322025-05-13T21:09:48.859Z Fresh tabled v0.15.0
55332025-05-13T21:09:48.859Z Fresh bitfield-struct v0.6.2
55342025-05-13T21:09:48.859Z Fresh termtree v0.5.1
55352025-05-13T21:09:48.859Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
55362025-05-13T21:09:48.859Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
55372025-05-13T21:09:48.859Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
55382025-05-13T21:09:48.859Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
55392025-05-13T21:09:48.859Z Fresh libefi-sys v0.1.0
55402025-05-13T21:09:48.859Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
55412025-05-13T21:09:48.859Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
55422025-05-13T21:09:48.860Z Fresh dsl_auto_type v0.1.2
55432025-05-13T21:09:48.860Z Fresh phf_generator v0.11.2
55442025-05-13T21:09:48.860Z Fresh scheduled-thread-pool v0.2.7
55452025-05-13T21:09:48.860Z Fresh diesel_table_macro_syntax v0.2.0
55462025-05-13T21:09:48.860Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
55472025-05-13T21:09:48.860Z Fresh r2d2 v0.8.10
55482025-05-13T21:09:48.860Z Fresh diesel_derives v2.2.3
55492025-05-13T21:09:48.860Z Fresh phf_codegen v0.11.2
55502025-05-13T21:09:48.860Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
55512025-05-13T21:09:48.860Z Fresh parse-zoneinfo v0.3.1
55522025-05-13T21:09:48.860Z Fresh cfg_aliases v0.1.1
55532025-05-13T21:09:48.860Z Fresh diesel v2.2.10
55542025-05-13T21:09:48.860Z Fresh chrono-tz-build v0.4.0
55552025-05-13T21:09:48.860Z Fresh bcs v0.1.6
55562025-05-13T21:09:48.860Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
55572025-05-13T21:09:48.860Z Fresh nanorand v0.7.0
55582025-05-13T21:09:48.860Z Fresh flume v0.11.1
55592025-05-13T21:09:48.860Z Fresh nix v0.28.0
55602025-05-13T21:09:48.860Z Fresh crunchy v0.2.2
55612025-05-13T21:09:48.860Z Fresh peg-macros v0.8.5
55622025-05-13T21:09:48.860Z Fresh sqlparser_derive v0.2.2
55632025-05-13T21:09:48.860Z Fresh xshell-macros v0.2.7
55642025-05-13T21:09:48.860Z Fresh unicode_categories v0.1.1
55652025-05-13T21:09:48.860Z Fresh bit-vec v0.6.3
55662025-05-13T21:09:48.887Z Fresh parking_lot_core v0.8.6
55672025-05-13T21:09:48.887Z Fresh peg v0.8.5
55682025-05-13T21:09:48.887Z Fresh sqlparser v0.45.0
55692025-05-13T21:09:48.887Z Fresh xshell v0.2.7
55702025-05-13T21:09:48.887Z Fresh sqlformat v0.3.5
55712025-05-13T21:09:48.887Z Fresh bit-set v0.5.3
55722025-05-13T21:09:48.887Z Fresh chrono-tz v0.10.3
55732025-05-13T21:09:48.887Z Fresh rustyline v14.0.0
55742025-05-13T21:09:48.887Z Fresh tiny-keccak v2.0.2
55752025-05-13T21:09:48.887Z Fresh ascii-canvas v3.0.0
55762025-05-13T21:09:48.888Z Fresh ref-cast-impl v1.0.23
55772025-05-13T21:09:48.888Z Fresh ena v0.14.3
55782025-05-13T21:09:48.888Z Fresh regex-syntax v0.6.29
55792025-05-13T21:09:48.888Z Fresh lalrpop v0.19.12
55802025-05-13T21:09:48.888Z Fresh ref-cast v1.0.23
55812025-05-13T21:09:48.888Z Fresh parking_lot v0.11.2
55822025-05-13T21:09:48.888Z Fresh rustc-hash v2.1.1
55832025-05-13T21:09:48.888Z Fresh sled v0.34.7
55842025-05-13T21:09:48.888Z Fresh hickory-client v0.24.4
55852025-05-13T21:09:48.888Z Fresh derive_builder_core v0.20.2
55862025-05-13T21:09:48.888Z Fresh bindgen v0.71.1
55872025-05-13T21:09:48.888Z Fresh hickory-server v0.24.4
55882025-05-13T21:09:48.888Z Fresh derive_builder_macro v0.20.2
55892025-05-13T21:09:48.888Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
55902025-05-13T21:09:48.888Z Fresh strum_macros v0.24.3
55912025-05-13T21:09:48.888Z Fresh assert_matches v1.5.0
55922025-05-13T21:09:48.888Z Fresh indoc v1.0.9
55932025-05-13T21:09:48.888Z Fresh libxml v0.3.3
55942025-05-13T21:09:48.888Z Fresh polar-core v0.27.3
55952025-05-13T21:09:48.888Z Fresh derive_builder v0.20.2
55962025-05-13T21:09:48.888Z Fresh impl-trait-for-tuples v0.2.2
55972025-05-13T21:09:48.888Z Fresh oso-derive v0.27.3
55982025-05-13T21:09:48.888Z Fresh quick-xml v0.37.2
55992025-05-13T21:09:48.888Z Fresh samael v0.0.18
56002025-05-13T21:09:48.889Z Fresh oso v0.27.3
56012025-05-13T21:09:48.889Z Fresh primeorder v0.13.6
56022025-05-13T21:09:48.889Z Fresh half v1.8.3
56032025-05-13T21:09:48.889Z Fresh signal-hook-tokio v0.3.1
56042025-05-13T21:09:48.889Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=57536869418e08667824c9a1b2cf115ed91b713f#57536869)
56052025-05-13T21:09:48.889Z Fresh unicase v2.7.0
56062025-05-13T21:09:48.889Z Fresh serde_cbor v0.11.2
56072025-05-13T21:09:48.889Z Fresh http-range v0.1.5
56082025-05-13T21:09:48.889Z Fresh bb8 v0.8.5
56092025-05-13T21:09:48.889Z Fresh cargo-platform v0.1.8
56102025-05-13T21:09:48.889Z Fresh atty v0.2.14
56112025-05-13T21:09:48.889Z Fresh async-bb8-diesel v0.2.1
56122025-05-13T21:09:48.889Z Fresh diesel-dtrace v0.4.2
56132025-05-13T21:09:48.889Z Fresh p384 v0.13.0
56142025-05-13T21:09:48.889Z Fresh tungstenite v0.23.0
56152025-05-13T21:09:48.889Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
56162025-05-13T21:09:48.889Z Fresh mime_guess v2.0.5
56172025-05-13T21:09:48.889Z Fresh void v1.0.2
56182025-05-13T21:09:48.889Z Fresh salty v0.3.0
56192025-05-13T21:09:48.889Z Fresh tokio-tungstenite v0.23.1
56202025-05-13T21:09:48.889Z Fresh hyper-staticfile v0.10.1
56212025-05-13T21:09:48.889Z Fresh lzss v0.8.2
56222025-05-13T21:09:48.889Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
56232025-05-13T21:09:48.889Z Fresh nix v0.27.1
56242025-05-13T21:09:48.889Z Fresh serde_bytes v0.11.17
56252025-05-13T21:09:48.889Z Fresh env_filter v0.1.2
56262025-05-13T21:09:48.889Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=57536869418e08667824c9a1b2cf115ed91b713f#57536869)
56272025-05-13T21:09:48.889Z Fresh env_logger v0.11.5
56282025-05-13T21:09:48.889Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
56292025-05-13T21:09:48.890Z Fresh secrecy v0.8.0
56302025-05-13T21:09:48.890Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
56312025-05-13T21:09:48.890Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
56322025-05-13T21:09:48.891Z Fresh globset v0.4.15
56332025-05-13T21:09:48.891Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
56342025-05-13T21:09:48.891Z Fresh rand_seeder v0.3.0
56352025-05-13T21:09:48.891Z Fresh pin-project-internal v1.1.6
56362025-05-13T21:09:48.891Z Fresh snafu-derive v0.8.5
56372025-05-13T21:09:48.891Z Fresh pin-project v1.1.6
56382025-05-13T21:09:48.891Z Fresh olpc-cjson v0.1.4
56392025-05-13T21:09:48.891Z Fresh serde_plain v1.0.2
56402025-05-13T21:09:48.891Z Fresh typed-path v0.9.3
56412025-05-13T21:09:48.891Z Fresh snafu v0.8.5
56422025-05-13T21:09:48.891Z Fresh fs-err v2.11.0
56432025-05-13T21:09:48.891Z Fresh parse-size v1.1.0
56442025-05-13T21:09:48.891Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
56452025-05-13T21:09:48.891Z Fresh yansi v1.0.1
56462025-05-13T21:09:48.891Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
56472025-05-13T21:09:48.891Z Fresh tough v0.20.0
56482025-05-13T21:09:48.891Z Fresh pretty_assertions v1.4.1
56492025-05-13T21:09:48.891Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
56502025-05-13T21:09:48.891Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
56512025-05-13T21:09:48.893Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
56522025-05-13T21:09:48.893Z Fresh castaway v0.2.3
56532025-05-13T21:09:48.893Z Fresh concurrent-queue v2.5.0
56542025-05-13T21:09:48.893Z Fresh io-lifetimes v1.0.11
56552025-05-13T21:09:48.893Z Fresh parking v2.2.1
56562025-05-13T21:09:48.893Z Fresh indoc v2.0.6
56572025-05-13T21:09:48.893Z Fresh compact_str v0.8.0
56582025-05-13T21:09:48.893Z Fresh libz-sys v1.1.20
56592025-05-13T21:09:48.893Z Fresh rustix v0.37.28
56602025-05-13T21:09:48.894Z Fresh unicode-truncate v1.1.0
56612025-05-13T21:09:48.894Z Fresh lru v0.12.5
56622025-05-13T21:09:48.894Z Fresh instability v0.3.2
56632025-05-13T21:09:48.894Z Fresh is_ci v1.2.0
56642025-05-13T21:09:48.894Z Fresh smawk v0.3.2
56652025-05-13T21:09:48.894Z Fresh terminal_size v0.2.6
56662025-05-13T21:09:48.922Z Fresh unicode-linebreak v0.1.5
56672025-05-13T21:09:48.922Z Fresh cassowary v0.3.0
56682025-05-13T21:09:48.922Z Fresh libgit2-sys v0.17.0+1.8.1
56692025-05-13T21:09:48.922Z Fresh supports-color v3.0.2
56702025-05-13T21:09:48.922Z Fresh event-listener v5.3.1
56712025-05-13T21:09:48.922Z Fresh textwrap v0.16.1
56722025-05-13T21:09:48.922Z Fresh ratatui v0.29.0
56732025-05-13T21:09:48.922Z Fresh git2 v0.19.0
56742025-05-13T21:09:48.922Z Fresh cargo_metadata v0.18.1
56752025-05-13T21:09:48.922Z Fresh event-listener-strategy v0.5.2
56762025-05-13T21:09:48.922Z Fresh vergen v8.3.2
56772025-05-13T21:09:48.922Z Fresh cargo_metadata v0.19.2
56782025-05-13T21:09:48.922Z Fresh rustls-webpki v0.101.7
56792025-05-13T21:09:48.922Z Fresh sct v0.7.1
56802025-05-13T21:09:48.922Z Fresh futures-lite v2.3.0
56812025-05-13T21:09:48.922Z Fresh rustls v0.21.12
56822025-05-13T21:09:48.922Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
56832025-05-13T21:09:48.922Z Fresh tokio-rustls v0.24.1
56842025-05-13T21:09:48.922Z Fresh rustls-pemfile v1.0.4
56852025-05-13T21:09:48.922Z Fresh twox-hash v2.1.0
56862025-05-13T21:09:48.922Z Fresh shell-words v1.1.0
56872025-05-13T21:09:48.922Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
56882025-05-13T21:09:48.922Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
56892025-05-13T21:09:48.922Z Fresh async-lock v3.4.0
56902025-05-13T21:09:48.922Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
56912025-05-13T21:09:48.922Z Fresh fatfs v0.3.6
56922025-05-13T21:09:48.922Z Fresh polling v3.7.3
56932025-05-13T21:09:48.922Z Fresh async-io v2.3.4
56942025-05-13T21:09:48.922Z Fresh csv-core v0.1.11
56952025-05-13T21:09:48.923Z Fresh async-task v4.7.1
56962025-05-13T21:09:48.923Z Fresh plotters-backend v0.3.7
56972025-05-13T21:09:48.923Z Fresh async-channel v2.3.1
56982025-05-13T21:09:48.923Z Fresh piper v0.2.4
56992025-05-13T21:09:48.923Z Fresh csv v1.3.1
57002025-05-13T21:09:48.923Z Fresh plotters-svg v0.3.7
57012025-05-13T21:09:48.923Z Fresh rtoolbox v0.0.2
57022025-05-13T21:09:48.923Z Fresh cast v0.3.0
57032025-05-13T21:09:48.923Z Fresh hex-literal v0.4.1
57042025-05-13T21:09:48.923Z Fresh async-executor v1.13.1
57052025-05-13T21:09:48.923Z Fresh async-signal v0.2.10
57062025-05-13T21:09:48.923Z Fresh blocking v1.6.1
57072025-05-13T21:09:48.923Z Fresh criterion-plot v0.5.0
57082025-05-13T21:09:48.923Z Fresh plotters v0.3.7
57092025-05-13T21:09:48.923Z Fresh rpassword v7.3.1
57102025-05-13T21:09:48.923Z Fresh tui-tree-widget v0.23.0
57112025-05-13T21:09:48.923Z Fresh tinytemplate v1.2.1
57122025-05-13T21:09:48.923Z Fresh futures-timer v3.0.3
57132025-05-13T21:09:48.923Z Fresh oorandom v11.1.4
57142025-05-13T21:09:48.923Z Fresh anes v0.1.6
57152025-05-13T21:09:48.923Z Fresh event-listener v2.5.3
57162025-05-13T21:09:48.923Z Fresh async-process v2.3.0
57172025-05-13T21:09:48.923Z Fresh async-global-executor v2.4.1
57182025-05-13T21:09:48.923Z Fresh polyval v0.6.2
57192025-05-13T21:09:48.923Z Fresh criterion v0.5.1
57202025-05-13T21:09:48.923Z Fresh async-channel v1.9.0
57212025-05-13T21:09:48.923Z Fresh async-attributes v1.1.2
57222025-05-13T21:09:48.923Z Fresh kv-log-macro v1.0.7
57232025-05-13T21:09:48.923Z Fresh petname v2.0.2
57242025-05-13T21:09:48.923Z Fresh ghash v0.5.1
57252025-05-13T21:09:48.923Z Fresh async-std v1.13.0
57262025-05-13T21:09:48.923Z Fresh ctr v0.9.2
57272025-05-13T21:09:48.923Z Fresh sync-ptr v0.1.1
57282025-05-13T21:09:48.923Z Fresh ssh-encoding v0.2.0
57292025-05-13T21:09:48.923Z Fresh aes-gcm v0.10.3
57302025-05-13T21:09:48.923Z Fresh async-object-pool v0.1.5
57312025-05-13T21:09:48.924Z Fresh blowfish v0.9.1
57322025-05-13T21:09:48.924Z Fresh serde_regex v1.1.0
57332025-05-13T21:09:48.924Z Fresh assert-json-diff v2.0.2
57342025-05-13T21:09:48.924Z Fresh path-tree v0.8.1
57352025-05-13T21:09:48.924Z Fresh arrayref v0.3.9
57362025-05-13T21:09:48.924Z Fresh constant_time_eq v0.3.1
57372025-05-13T21:09:48.924Z Fresh arrayvec v0.7.6
57382025-05-13T21:09:48.924Z Fresh stringmetrics v2.2.2
57392025-05-13T21:09:48.924Z Fresh ssh-cipher v0.2.0
57402025-05-13T21:09:48.924Z Fresh target-lexicon v0.13.2
57412025-05-13T21:09:48.924Z Fresh bcrypt-pbkdf v0.10.0
57422025-05-13T21:09:48.924Z Fresh httpmock v0.8.0-alpha.1
57432025-05-13T21:09:48.924Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
57442025-05-13T21:09:48.924Z Fresh password-hash v0.4.2
57452025-05-13T21:09:48.924Z Fresh pbkdf2 v0.11.0
57462025-05-13T21:09:48.924Z Fresh guppy-workspace-hack v0.1.0
57472025-05-13T21:09:48.924Z Fresh cfg-expr v0.18.0
57482025-05-13T21:09:48.924Z Fresh ssh-key v0.6.6
57492025-05-13T21:09:48.924Z Fresh p521 v0.13.3
57502025-05-13T21:09:48.924Z Fresh p256 v0.13.2
57512025-05-13T21:09:48.924Z Fresh russh-cryptovec v0.7.3
57522025-05-13T21:09:48.924Z Fresh md5 v0.7.0
57532025-05-13T21:09:48.924Z Fresh predicates-tree v1.0.12
57542025-05-13T21:09:48.924Z Fresh russh-keys v0.45.0
57552025-05-13T21:09:48.924Z Fresh target-spec v3.4.2
57562025-05-13T21:09:48.924Z Fresh pathdiff v0.2.3
57572025-05-13T21:09:48.924Z Fresh httptest v0.16.3
57582025-05-13T21:09:48.924Z Fresh num-bigint v0.4.6
57592025-05-13T21:09:48.924Z Fresh rustls-native-certs v0.7.3
57602025-05-13T21:09:48.924Z Fresh des v0.8.1
57612025-05-13T21:09:48.924Z Fresh memmap2 v0.9.5
57622025-05-13T21:09:48.924Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
57632025-05-13T21:09:48.924Z Fresh nested v0.1.1
57642025-05-13T21:09:48.924Z Fresh hyper-rustls v0.26.0
57652025-05-13T21:09:48.924Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
57662025-05-13T21:09:48.952Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
57672025-05-13T21:09:48.952Z Fresh blake3 v1.5.4
57682025-05-13T21:09:48.952Z Fresh guppy v0.17.18
57692025-05-13T21:09:48.952Z Fresh russh v0.45.0
57702025-05-13T21:09:48.952Z Fresh internet-checksum v0.2.1
57712025-05-13T21:09:48.953Z Fresh escape8259 v0.5.3
57722025-05-13T21:09:48.953Z Fresh topological-sort v0.2.2
57732025-05-13T21:09:48.953Z Fresh libtest-mimic v0.8.1
57742025-05-13T21:09:48.953Z Fresh doc-comment v0.3.3
57752025-05-13T21:09:48.953Z Fresh omicron-zone-package v0.12.2
57762025-05-13T21:09:48.953Z Fresh fancy-regex v0.14.0
57772025-05-13T21:09:48.953Z Compiling similar-asserts v1.7.0
57782025-05-13T21:09:48.953Z Fresh proc-macro-crate v3.2.0
57792025-05-13T21:09:48.954Z Fresh relative-path v1.9.3
57802025-05-13T21:09:48.954Z Fresh assert_cmd v2.0.17
57812025-05-13T21:09:48.954Z Running `/home/build/.rustup/toolchains/1.86.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=b1c9b9a336ad710c -C extra-filename=-c96d12e208cfcb02 --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-9282f5134aa6ca48.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-1bdfaaaf17e732f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
57822025-05-13T21:09:48.954Z Fresh rstest_macros v0.24.0
57832025-05-13T21:09:48.954Z Fresh datatest-stable v0.3.2
57842025-05-13T21:09:48.954Z Fresh target-triple v0.1.3
57852025-05-13T21:09:48.954Z Fresh support-bundle-viewer v0.1.0
57862025-05-13T21:09:48.954Z Fresh ignore v0.4.23
57872025-05-13T21:09:48.954Z Fresh multimap v0.10.0
57882025-05-13T21:09:48.954Z Fresh uzers v0.12.1
57892025-05-13T21:09:48.954Z Fresh trybuild v1.0.103
57902025-05-13T21:09:48.954Z Fresh globwalk v0.9.1
57912025-05-13T21:09:48.954Z Fresh rstest v0.24.0
57922025-05-13T21:09:48.954Z Fresh blake2b_simd v1.0.2
57932025-05-13T21:09:48.954Z Fresh partial-io v0.5.4
57942025-05-13T21:09:48.954Z Fresh rand_distr v0.4.3
57952025-05-13T21:09:48.954Z Fresh approx v0.5.1
57962025-05-13T21:09:48.954Z Fresh camino-tempfile-ext v0.3.0
57972025-05-13T21:09:48.954Z Fresh rust-argon2 v2.1.0
57982025-05-13T21:09:48.954Z Fresh cargo_toml v0.21.0
57992025-05-13T21:09:48.954Z Fresh termios v0.3.3
58002025-05-13T21:09:48.954Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
58012025-05-13T21:09:48.954Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
58022025-05-13T21:09:48.954Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
58032025-05-13T21:09:48.954Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
58042025-05-13T21:09:48.954Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
58052025-05-13T21:09:48.954Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
58062025-05-13T21:09:48.954Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
58072025-05-13T21:09:48.954Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
58082025-05-13T21:09:48.954Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
58092025-05-13T21:09:48.954Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
58102025-05-13T21:09:48.954Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
58112025-05-13T21:09:48.954Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
58122025-05-13T21:09:48.954Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
58132025-05-13T21:09:48.954Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
58142025-05-13T21:09:48.955Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
58152025-05-13T21:09:48.955Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
58162025-05-13T21:09:48.955Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
58172025-05-13T21:09:48.955Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
58182025-05-13T21:09:48.955Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
58192025-05-13T21:09:48.955Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
58202025-05-13T21:09:48.955Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
58212025-05-13T21:09:48.955Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
58222025-05-13T21:09:48.955Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
58232025-05-13T21:09:48.955Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
58242025-05-13T21:09:48.955Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
58252025-05-13T21:09:48.955Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
58262025-05-13T21:09:48.955Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
58272025-05-13T21:09:48.955Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
58282025-05-13T21:09:48.955Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
58292025-05-13T21:09:48.955Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
58302025-05-13T21:09:48.955Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
58312025-05-13T21:09:48.955Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
58322025-05-13T21:09:48.955Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
58332025-05-13T21:09:48.955Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
58342025-05-13T21:09:48.955Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
58352025-05-13T21:09:48.955Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
58362025-05-13T21:09:48.955Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
58372025-05-13T21:09:48.955Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
58382025-05-13T21:09:48.955Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
58392025-05-13T21:09:48.955Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63a63e13edc6500c -C extra-filename=-fc60065d914c5ddb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-254fa508ed3ae8e4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-efabdca7d4d10da9.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-78c372f97d436818.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-2ea8c282179b5cc7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6afa5f4cbec0d98d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-dbe9a68106501e22.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9daae4b4f2aba377.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7672ffb85a944856.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-87047c1a22ab6383.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2af19e5e162117b7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f21380656f72144a.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-7b51ed40656a31eb.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a854185ab87c3729.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6357c50e7f597620.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ac58516b41c56e87.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ab6d84de1604e177.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bd3de532a008bf03.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48221bba85de022b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-adc6ec5cf5760e74.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e62386aca1092dab.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f5ddc991ca628060.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0aa07d7917da2689.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6abd86fd201e092c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2cdbdd8bdcd797f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bed803b8ec77a4ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53f589bd0c909c6e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fb5739d9a9bc02f0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b4cae566fbeeab99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b3c1e3fad548906a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-18628d290fb1d91e.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-25196b4ef591aa15.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9782d927e809adbc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-848303ce7e34c92b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e4fdf4bdded753d6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ccc284c85f6873a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
58402025-05-13T21:09:48.956Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
58412025-05-13T21:09:48.956Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
58422025-05-13T21:09:48.956Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2d68d7484b52568 -C extra-filename=-a53d85693a428510 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-254fa508ed3ae8e4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-efabdca7d4d10da9.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-78c372f97d436818.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-2ea8c282179b5cc7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6afa5f4cbec0d98d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-dbe9a68106501e22.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9daae4b4f2aba377.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7672ffb85a944856.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-87047c1a22ab6383.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2af19e5e162117b7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f21380656f72144a.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-7b51ed40656a31eb.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a854185ab87c3729.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6357c50e7f597620.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ac58516b41c56e87.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ab6d84de1604e177.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bd3de532a008bf03.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48221bba85de022b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-adc6ec5cf5760e74.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e62386aca1092dab.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f5ddc991ca628060.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0aa07d7917da2689.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6abd86fd201e092c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2cdbdd8bdcd797f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bed803b8ec77a4ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53f589bd0c909c6e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fb5739d9a9bc02f0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b4cae566fbeeab99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b3c1e3fad548906a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-18628d290fb1d91e.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-25196b4ef591aa15.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9782d927e809adbc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-848303ce7e34c92b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e4fdf4bdded753d6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ccc284c85f6873a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
58432025-05-13T21:09:48.956Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
58442025-05-13T21:09:48.956Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
58452025-05-13T21:09:48.956Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
58462025-05-13T21:09:48.956Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
58472025-05-13T21:09:48.956Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
58482025-05-13T21:09:48.956Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
58492025-05-13T21:09:48.956Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
58502025-05-13T21:09:48.956Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
58512025-05-13T21:09:48.956Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
58522025-05-13T21:09:48.956Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
58532025-05-13T21:09:48.956Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
58542025-05-13T21:09:48.956Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
58552025-05-13T21:09:48.956Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
58562025-05-13T21:09:48.956Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
58572025-05-13T21:09:48.956Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
58582025-05-13T21:09:48.956Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
58592025-05-13T21:09:48.956Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
58602025-05-13T21:09:48.956Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
58612025-05-13T21:09:48.956Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
58622025-05-13T21:09:48.957Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
58632025-05-13T21:09:48.957Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
58642025-05-13T21:09:48.957Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
58652025-05-13T21:09:48.957Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
58662025-05-13T21:09:48.983Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
58672025-05-13T21:09:48.983Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
58682025-05-13T21:09:48.983Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
58692025-05-13T21:09:48.983Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
58702025-05-13T21:09:48.984Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
58712025-05-13T21:09:48.984Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
58722025-05-13T21:09:48.984Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
58732025-05-13T21:09:48.984Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
58742025-05-13T21:09:48.984Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
58752025-05-13T21:09:48.984Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
58762025-05-13T21:09:48.984Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
58772025-05-13T21:09:48.984Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
58782025-05-13T21:09:48.984Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
58792025-05-13T21:09:48.984Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
58802025-05-13T21:09:48.984Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
58812025-05-13T21:09:48.984Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
58822025-05-13T21:09:48.984Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
58832025-05-13T21:09:48.984Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
58842025-05-13T21:09:48.984Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
58852025-05-13T21:09:48.984Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
58862025-05-13T21:09:48.985Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
58872025-05-13T21:09:48.985Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
58882025-05-13T21:09:48.985Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
58892025-05-13T21:09:48.985Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
58902025-05-13T21:09:48.985Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
58912025-05-13T21:09:48.985Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
58922025-05-13T21:09:48.985Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
58932025-05-13T21:09:48.985Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
58942025-05-13T21:09:48.985Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
58952025-05-13T21:09:48.985Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
58962025-05-13T21:09:48.985Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
58972025-05-13T21:09:48.985Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
58982025-05-13T21:09:48.985Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
58992025-05-13T21:09:48.985Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
59002025-05-13T21:09:48.985Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
59012025-05-13T21:09:48.985Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
59022025-05-13T21:09:48.985Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
59032025-05-13T21:09:48.985Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
59042025-05-13T21:09:48.985Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
59052025-05-13T21:09:48.985Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
59062025-05-13T21:09:48.985Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
59072025-05-13T21:09:48.985Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
59082025-05-13T21:09:48.985Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
59092025-05-13T21:09:48.985Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
59102025-05-13T21:09:48.985Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
59112025-05-13T21:09:48.985Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
59122025-05-13T21:09:48.985Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
59132025-05-13T21:09:48.985Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
59142025-05-13T21:09:48.985Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
59152025-05-13T21:09:48.985Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
59162025-05-13T21:09:48.985Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
59172025-05-13T21:09:48.985Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
59182025-05-13T21:09:48.985Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
59192025-05-13T21:09:48.985Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
59202025-05-13T21:09:48.985Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
59212025-05-13T21:09:48.985Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
59222025-05-13T21:09:48.985Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
59232025-05-13T21:09:48.985Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
59242025-05-13T21:09:48.985Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
59252025-05-13T21:09:48.986Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
59262025-05-13T21:09:48.986Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
59272025-05-13T21:09:48.986Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
59282025-05-13T21:09:48.986Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
59292025-05-13T21:09:48.986Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
59302025-05-13T21:09:48.986Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
59312025-05-13T21:09:48.986Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
59322025-05-13T21:09:48.986Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
59332025-05-13T21:09:48.986Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
59342025-05-13T21:09:48.986Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
59352025-05-13T21:09:48.986Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
59362025-05-13T21:09:48.986Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
59372025-05-13T21:09:48.986Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
59382025-05-13T21:09:48.986Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
59392025-05-13T21:09:48.986Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
59402025-05-13T21:09:48.986Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
59412025-05-13T21:09:48.986Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
59422025-05-13T21:09:48.986Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
59432025-05-13T21:09:48.986Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
59442025-05-13T21:09:48.986Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
59452025-05-13T21:09:48.986Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
59462025-05-13T21:09:48.986Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
59472025-05-13T21:09:48.986Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
59482025-05-13T21:09:50.273Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=366b9323ee46a9a4 -C extra-filename=-a3a2922cc7d09109 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9833fc5cd7c8fc36.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-254fa508ed3ae8e4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-efabdca7d4d10da9.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-78c372f97d436818.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-2ea8c282179b5cc7.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dec9ecdfc403e756.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6afa5f4cbec0d98d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-dbe9a68106501e22.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9daae4b4f2aba377.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-369723c8a3be929f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8762e7036bbf5de2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f228b60769bea7bf.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7672ffb85a944856.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-87047c1a22ab6383.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2af19e5e162117b7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f21380656f72144a.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-7b51ed40656a31eb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a854185ab87c3729.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6357c50e7f597620.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ac58516b41c56e87.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ab6d84de1604e177.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bd3de532a008bf03.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48221bba85de022b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-adc6ec5cf5760e74.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e62386aca1092dab.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f5ddc991ca628060.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0aa07d7917da2689.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6abd86fd201e092c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2cdbdd8bdcd797f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-5a89abeae4ccc5a3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bed803b8ec77a4ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bd11bb43c8264d83.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53f589bd0c909c6e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-58b5a42154eb3f96.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fb5739d9a9bc02f0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b4cae566fbeeab99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b3c1e3fad548906a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-18628d290fb1d91e.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-25196b4ef591aa15.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9782d927e809adbc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c96d12e208cfcb02.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df553d39a8665e09.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-848303ce7e34c92b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-349d83d8ef81886c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e4fdf4bdded753d6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-abb97dbd382c33b5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6adb7912bf9a9b69.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ccc284c85f6873a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
59492025-05-13T21:09:50.323Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b5788fa34128474 -C extra-filename=-4e302118170cf420 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9833fc5cd7c8fc36.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-254fa508ed3ae8e4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-efabdca7d4d10da9.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-78c372f97d436818.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-2ea8c282179b5cc7.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dec9ecdfc403e756.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6afa5f4cbec0d98d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-dbe9a68106501e22.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9daae4b4f2aba377.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-369723c8a3be929f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8762e7036bbf5de2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f228b60769bea7bf.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7672ffb85a944856.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-87047c1a22ab6383.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2af19e5e162117b7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f21380656f72144a.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-7b51ed40656a31eb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a854185ab87c3729.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6357c50e7f597620.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ac58516b41c56e87.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ab6d84de1604e177.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bd3de532a008bf03.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48221bba85de022b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-adc6ec5cf5760e74.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e62386aca1092dab.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f5ddc991ca628060.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0aa07d7917da2689.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6abd86fd201e092c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2cdbdd8bdcd797f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-5a89abeae4ccc5a3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bed803b8ec77a4ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bd11bb43c8264d83.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53f589bd0c909c6e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-58b5a42154eb3f96.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fb5739d9a9bc02f0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b4cae566fbeeab99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b3c1e3fad548906a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-18628d290fb1d91e.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-25196b4ef591aa15.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9782d927e809adbc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c96d12e208cfcb02.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df553d39a8665e09.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-848303ce7e34c92b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-349d83d8ef81886c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e4fdf4bdded753d6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-abb97dbd382c33b5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6adb7912bf9a9b69.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ccc284c85f6873a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
59502025-05-13T21:09:50.324Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea7616faf741ba8a -C extra-filename=-e36327d104d02b12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9833fc5cd7c8fc36.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-254fa508ed3ae8e4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-efabdca7d4d10da9.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-78c372f97d436818.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-2ea8c282179b5cc7.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dec9ecdfc403e756.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6afa5f4cbec0d98d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-dbe9a68106501e22.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9daae4b4f2aba377.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-369723c8a3be929f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8762e7036bbf5de2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f228b60769bea7bf.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7672ffb85a944856.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-87047c1a22ab6383.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2af19e5e162117b7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f21380656f72144a.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-7b51ed40656a31eb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a854185ab87c3729.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6357c50e7f597620.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ac58516b41c56e87.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ab6d84de1604e177.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bd3de532a008bf03.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48221bba85de022b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-adc6ec5cf5760e74.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e62386aca1092dab.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f5ddc991ca628060.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0aa07d7917da2689.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6abd86fd201e092c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2cdbdd8bdcd797f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-5a89abeae4ccc5a3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bd11bb43c8264d83.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53f589bd0c909c6e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-58b5a42154eb3f96.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fb5739d9a9bc02f0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b4cae566fbeeab99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b3c1e3fad548906a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-18628d290fb1d91e.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-25196b4ef591aa15.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9782d927e809adbc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c96d12e208cfcb02.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df553d39a8665e09.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-848303ce7e34c92b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-349d83d8ef81886c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e4fdf4bdded753d6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-abb97dbd382c33b5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6adb7912bf9a9b69.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ccc284c85f6873a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
59512025-05-13T21:09:50.325Z Running `/home/build/.rustup/toolchains/1.86.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=311b6d409fb2e943 -C extra-filename=-421abf294479f28e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9833fc5cd7c8fc36.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-254fa508ed3ae8e4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-efabdca7d4d10da9.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-78c372f97d436818.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-2ea8c282179b5cc7.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dec9ecdfc403e756.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6afa5f4cbec0d98d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-dbe9a68106501e22.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9daae4b4f2aba377.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-369723c8a3be929f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8762e7036bbf5de2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f228b60769bea7bf.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7672ffb85a944856.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-87047c1a22ab6383.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2af19e5e162117b7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f21380656f72144a.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-7b51ed40656a31eb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a854185ab87c3729.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6357c50e7f597620.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ac58516b41c56e87.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ab6d84de1604e177.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bd3de532a008bf03.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48221bba85de022b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-adc6ec5cf5760e74.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e62386aca1092dab.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f5ddc991ca628060.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0aa07d7917da2689.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6abd86fd201e092c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2cdbdd8bdcd797f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-5a89abeae4ccc5a3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bed803b8ec77a4ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bd11bb43c8264d83.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53f589bd0c909c6e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-58b5a42154eb3f96.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fb5739d9a9bc02f0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b4cae566fbeeab99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b3c1e3fad548906a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-18628d290fb1d91e.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-25196b4ef591aa15.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9782d927e809adbc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c96d12e208cfcb02.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df553d39a8665e09.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-848303ce7e34c92b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-349d83d8ef81886c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e4fdf4bdded753d6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-abb97dbd382c33b5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6adb7912bf9a9b69.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ccc284c85f6873a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L /usr/platform/oxide/lib/amd64/`
59522025-05-13T21:16:40.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 56s
59532025-05-13T21:16:41.224Z
59542025-05-13T21:16:41.224Zreal 6:56.765272806
59552025-05-13T21:16:41.224Zuser 15:28.563527673
59562025-05-13T21:16:41.224Zsys 1:07.535571969
59572025-05-13T21:16:41.225Ztrap 0.375761364
59582025-05-13T21:16:41.225Ztflt 0.739176137
59592025-05-13T21:16:41.225Zdflt 10.216664349
59602025-05-13T21:16:41.225Zkflt 0.056650575
59612025-05-13T21:16:41.225Zlock 29:15.313964901
59622025-05-13T21:16:41.225Zslp 48:38.236559718
59632025-05-13T21:16:41.225Zlat 3.930960746
59642025-05-13T21:16:41.225Zstop 6.802438636
59652025-05-13T21:16:41.330Z+ banner test
59662025-05-13T21:16:41.330Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
59672025-05-13T21:16:41.429Z
59682025-05-13T21:16:41.430Z ##### ###### #### #####
59692025-05-13T21:16:41.430Z # # # #
59702025-05-13T21:16:41.430Z # ##### #### #
59712025-05-13T21:16:41.430Z # # # #
59722025-05-13T21:16:41.430Z # # # # #
59732025-05-13T21:16:41.430Z # ###### #### #
59742025-05-13T21:16:41.431Z
59752025-05-13T21:16:43.835Zinfo: experimental features enabled: setup-scripts
59762025-05-13T21:16:46.068Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
59772025-05-13T21:16:46.117Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
59782025-05-13T21:16:46.152Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
59792025-05-13T21:16:46.185Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
59802025-05-13T21:16:58.238Z Finished `test` profile [unoptimized + debuginfo] target(s) in 14.37s
59812025-05-13T21:17:04.068Z────────────
59822025-05-13T21:17:04.069Z Nextest run ID 8e7edf99-3e23-4063-b33d-1fc27b63c62b with nextest profile: ci
59832025-05-13T21:17:04.069Z Starting 2060 tests across 201 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
59842025-05-13T21:17:04.094Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
59852025-05-13T21:17:05.503Z Compiling newtype-uuid v1.2.1
59862025-05-13T21:17:06.098Z Compiling daft v0.1.3
59872025-05-13T21:17:06.706Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
59882025-05-13T21:17:07.282Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
59892025-05-13T21:17:07.335Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
59902025-05-13T21:17:08.167Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
59912025-05-13T21:17:19.215Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
59922025-05-13T21:17:22.115Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
59932025-05-13T21:17:24.499Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
59942025-05-13T21:17:33.003Z Finished `test` profile [unoptimized + debuginfo] target(s) in 28.83s
59952025-05-13T21:17:33.126Z Running `target/debug/crdb-seed`
59962025-05-13T21:17:33.195ZMay 13 21:17:32.905 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpkAA9y9
59972025-05-13T21:17:33.220ZMay 13 21:17:32.905 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpQRlEDF,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpkAA9y9/listen-url
59982025-05-13T21:17:33.220ZMay 13 21:17:32.907 INFO cockroach environment: BUILDOMAT_JOB_ID=01JV5P6FYBVDH85XV47AAZ7201 BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.86.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=eliza/ereport-sp-api GITHUB_REF=refs/heads/eliza/ereport-sp-api GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=368f84fc2e1b9a1e2e6acc1f46a68f8bdb5d61d2 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-d12449401d8e18e5/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out:/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envvQxVae NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d12449401d8e18e5/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out:/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RUN_ID=8e7edf99-3e23-4063-b33d-1fc27b63c62b 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=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.86.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
59992025-05-13T21:17:34.112ZMay 13 21:17:33.822 INFO cockroach pid: 12305
60002025-05-13T21:17:34.112ZMay 13 21:17:33.822 INFO cockroach listen URL: postgresql://root@[::1]:55779/omicron?sslmode=disable
60012025-05-13T21:17:34.112ZMay 13 21:17:33.822 INFO cockroach: populating
60022025-05-13T21:17:37.267ZMay 13 21:17:36.977 INFO cockroach: populated
60032025-05-13T21:17:39.095ZMay 13 21:17:38.805 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/3881402aa0db3316e933eb2808ff04a341db887480010730dea1d66507dfd9c0.tar`
60042025-05-13T21:17:39.120Z SETUP PASS [ 35.035s] crdb-seed: cargo run -p crdb-seed --profile test
60052025-05-13T21:17:39.120Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
60062025-05-13T21:17:40.538Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
60072025-05-13T21:17:40.563Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
60082025-05-13T21:17:40.563Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
60092025-05-13T21:17:40.588Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
60102025-05-13T21:17:40.612Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
60112025-05-13T21:17:43.373Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
60122025-05-13T21:17:43.397Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
60132025-05-13T21:17:47.369Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
60142025-05-13T21:17:49.454Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
60152025-05-13T21:17:59.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.23s
60162025-05-13T21:17:59.571Z Running `target/debug/clickhouse-cluster-dev`
60172025-05-13T21:17:59.640ZMay 13 21:17:59.351 INFO Setting up a ClickHouse cluster
60182025-05-13T21:17:59.665ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
60192025-05-13T21:17:59.665ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
60202025-05-13T21:17:59.665ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
60212025-05-13T21:17:59.665ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
60222025-05-13T21:17:59.665ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
60232025-05-13T21:18:02.038ZMay 13 21:18:01.748 INFO ClickHouse server ready
60242025-05-13T21:18:02.063ZMay 13 21:18:01.749 INFO ClickHouse server ready
60252025-05-13T21:18:02.358ZMay 13 21:18:02.068 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
60262025-05-13T21:18:02.383Z SETUP PASS [ 23.265s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
60272025-05-13T21:18:25.465Z PASS [ 23.021s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
60282025-05-13T21:18:25.585Z PASS [ 23.071s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
60292025-05-13T21:18:33.105Z PASS [ 30.718s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
60302025-05-13T21:18:33.279Z PASS [ 30.894s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
60312025-05-13T21:18:39.833Z PASS [ 37.445s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
60322025-05-13T21:18:40.130Z PASS [ 37.747s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
60332025-05-13T21:18:59.743Z PASS [ 34.346s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
60342025-05-13T21:19:00.075Z PASS [ 34.601s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
60352025-05-13T21:19:02.451Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
60362025-05-13T21:19:02.452Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
60372025-05-13T21:19:05.410Z PASS [ 32.127s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
60382025-05-13T21:19:12.462Z PASS [ 32.263s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
60392025-05-13T21:19:18.545Z PASS [ 38.479s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
60402025-05-13T21:19:33.106Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
60412025-05-13T21:19:36.492Z PASS [ 36.446s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
60422025-05-13T21:19:37.432Z PASS [ 37.690s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
60432025-05-13T21:19:50.652Z PASS [ 32.331s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
60442025-05-13T21:19:56.146Z PASS [ 83.055s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
60452025-05-13T21:19:56.194Z PASS [ 0.047s] api_identity test::test_identity
60462025-05-13T21:19:56.230Z PASS [ 0.036s] api_identity test::test_identity_no_field
60472025-05-13T21:19:56.311Z PASS [ 0.081s] authz-macros tests::test_authz_snapshots
60482025-05-13T21:19:56.365Z PASS [ 0.054s] bootstore schemes::tests::hello_roundtrip
60492025-05-13T21:19:57.530Z PASS [ 1.164s] bootstore schemes::v0::peer::tests::basic_3_nodes
60502025-05-13T21:19:57.628Z PASS [ 0.098s] bootstore schemes::v0::peer::tests::network_config
60512025-05-13T21:19:57.677Z PASS [ 0.048s] bootstore schemes::v0::share_pkg::tests::create_packages
60522025-05-13T21:19:57.717Z PASS [ 0.040s] bootstore trust_quorum::rack_secret::tests::create_and_verify
60532025-05-13T21:19:57.753Z PASS [ 0.035s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
60542025-05-13T21:19:58.611Z PASS [ 22.119s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
60552025-05-13T21:19:59.487Z PASS [ 22.055s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
60562025-05-13T21:19:59.671Z PASS [ 0.181s] cert-dev::test-cert-dev test_cert_create
60572025-05-13T21:19:59.968Z PASS [ 0.298s] clickana chart::tests::gather_chart_data_failure
60582025-05-13T21:20:00.006Z PASS [ 0.037s] clickana chart::tests::gather_chart_data_for_disk_usage_success
60592025-05-13T21:20:00.048Z PASS [ 0.041s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
60602025-05-13T21:20:00.079Z PASS [ 0.031s] clickana chart::tests::gather_chart_data_for_query_count_success
60612025-05-13T21:20:00.123Z PASS [ 0.043s] clickana chart::tests::gather_chart_data_for_running_queries_success
60622025-05-13T21:20:00.230Z PASS [ 0.107s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
60632025-05-13T21:20:00.287Z PASS [ 0.042s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
60642025-05-13T21:20:00.320Z PASS [ 0.047s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
60652025-05-13T21:20:00.365Z PASS [ 0.045s] clickhouse-admin-types tests::test_empty_output_parse_fail
60662025-05-13T21:20:00.399Z PASS [ 0.033s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
60672025-05-13T21:20:00.444Z PASS [ 0.044s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
60682025-05-13T21:20:00.494Z PASS [ 0.040s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
60692025-05-13T21:20:00.543Z PASS [ 0.059s] clickhouse-admin-types tests::test_full_lgif_parse_success
60702025-05-13T21:20:00.590Z PASS [ 0.045s] clickhouse-admin-types tests::test_full_raft_config_parse_success
60712025-05-13T21:20:00.648Z PASS [ 0.060s] clickhouse-admin-types tests::test_generate_keeper_config
60722025-05-13T21:20:00.704Z PASS [ 0.055s] clickhouse-admin-types tests::test_generate_replica_config
60732025-05-13T21:20:00.749Z PASS [ 0.045s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
60742025-05-13T21:20:00.799Z PASS [ 0.046s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
60752025-05-13T21:20:00.845Z PASS [ 0.048s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
60762025-05-13T21:20:00.909Z PASS [ 0.061s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
60772025-05-13T21:20:01.009Z PASS [ 0.049s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
60782025-05-13T21:20:01.033Z PASS [ 0.049s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
60792025-05-13T21:20:01.072Z PASS [ 0.064s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
60802025-05-13T21:20:01.125Z PASS [ 0.052s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
60812025-05-13T21:20:01.170Z PASS [ 0.045s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
60822025-05-13T21:20:01.210Z PASS [ 0.039s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
60832025-05-13T21:20:01.264Z PASS [ 0.050s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
60842025-05-13T21:20:01.311Z PASS [ 0.050s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
60852025-05-13T21:20:01.360Z PASS [ 0.049s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
60862025-05-13T21:20:01.403Z PASS [ 0.043s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
60872025-05-13T21:20:01.450Z PASS [ 0.043s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
60882025-05-13T21:20:01.483Z PASS [ 0.035s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
60892025-05-13T21:20:01.538Z PASS [ 0.054s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
60902025-05-13T21:20:01.575Z PASS [ 0.037s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
60912025-05-13T21:20:01.624Z PASS [ 0.049s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
60922025-05-13T21:20:01.674Z PASS [ 0.047s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
60932025-05-13T21:20:01.713Z PASS [ 0.040s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
60942025-05-13T21:20:01.763Z PASS [ 0.049s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
60952025-05-13T21:20:01.808Z PASS [ 0.044s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
60962025-05-13T21:20:01.925Z PASS [ 0.117s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
60972025-05-13T21:20:02.029Z PASS [ 0.102s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
60982025-05-13T21:20:02.069Z PASS [ 0.036s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
60992025-05-13T21:20:02.105Z PASS [ 0.038s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
61002025-05-13T21:20:02.192Z PASS [ 0.089s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
61012025-05-13T21:20:02.235Z PASS [ 0.042s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
61022025-05-13T21:20:02.284Z PASS [ 0.049s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
61032025-05-13T21:20:02.408Z PASS [ 4.650s] bootstore::v0-fsm-proptest-learner run
61042025-05-13T21:20:02.450Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
61052025-05-13T21:20:02.451Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
61062025-05-13T21:20:02.585Z PASS [ 0.181s] db-dev::test-db-dev test_db_dev_wipe_no_args
61072025-05-13T21:20:02.610Z PASS [ 0.313s] db-dev::test-db-dev test_db_dev_populate_no_args
61082025-05-13T21:20:05.421Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
61092025-05-13T21:20:06.919Z PASS [ 8.308s] bootstore::v0-fsm-proptest-rack-coordinator run
61102025-05-13T21:20:07.004Z PASS [ 0.083s] db-macros lookup::test::test_lookup_snapshots
61112025-05-13T21:20:07.035Z PASS [ 0.032s] db-macros tests::test_derive_metadata_identity_fails_for_enums
61122025-05-13T21:20:07.116Z PASS [ 0.080s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
61132025-05-13T21:20:07.219Z PASS [ 0.103s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
61142025-05-13T21:20:07.253Z PASS [ 0.034s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
61152025-05-13T21:20:07.291Z PASS [ 0.037s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
61162025-05-13T21:20:07.344Z PASS [ 0.052s] db-macros tests::test_derive_snapshots
61172025-05-13T21:20:07.378Z PASS [ 0.035s] db-macros tests::test_derive_with_unknown_field
61182025-05-13T21:20:07.702Z PASS [ 0.324s] dns-server storage::test::test_update_basic
61192025-05-13T21:20:07.866Z PASS [ 0.163s] dns-server storage::test::test_update_in_progress
61202025-05-13T21:20:08.051Z PASS [ 0.184s] dns-server storage::test::test_update_interrupted
61212025-05-13T21:20:09.638Z PASS [ 1.589s] dns-server::basic_test a_crud
61222025-05-13T21:20:09.947Z PASS [ 0.308s] dns-server::basic_test aaaa_crud
61232025-05-13T21:20:10.239Z PASS [ 0.291s] dns-server::basic_test answers_match_question
61242025-05-13T21:20:10.809Z PASS [ 0.570s] dns-server::basic_test empty_record
61252025-05-13T21:20:11.361Z PASS [ 0.549s] dns-server::basic_test multi_record_crud
61262025-05-13T21:20:11.396Z PASS [ 8.810s] db-dev::test-db-dev test_db_killed
61272025-05-13T21:20:11.814Z PASS [ 0.454s] dns-server::basic_test name_contains_zone
61282025-05-13T21:20:11.838Z PASS [ 0.440s] dns-server::basic_test nxdomain
61292025-05-13T21:20:12.149Z PASS [ 0.310s] dns-server::basic_test srv_crud
61302025-05-13T21:20:12.175Z PASS [ 0.360s] dns-server::basic_test servfail
61312025-05-13T21:20:12.235Z PASS [ 0.061s] ereport-types tests::test_arb_json_deserializes
61322025-05-13T21:20:12.289Z PASS [ 0.052s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
61332025-05-13T21:20:12.321Z PASS [ 0.031s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
61342025-05-13T21:20:12.375Z PASS [ 0.055s] gfss gf256::tests::test_all_multiplication
61352025-05-13T21:20:12.400Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
61362025-05-13T21:20:12.424Z PASS [ 0.034s] gfss gf256::tests::test_all_multiplicative_inverses
61372025-05-13T21:20:12.452Z PASS [ 0.032s] gfss gf256::tests::test_docs_example
61382025-05-13T21:20:16.883Z PASS [ 4.737s] dns-server::commands_test test_dnsadm
61392025-05-13T21:20:19.867Z PASS [ 2.972s] gfss shamir::tests::split_and_combine
61402025-05-13T21:20:19.946Z PASS [ 0.025s] gfss shamir::tests::test_share_reconstruction
61412025-05-13T21:20:19.973Z PASS [ 0.036s] id-map tests::deserialize_rejects_duplicates
61422025-05-13T21:20:19.974Z PASS [ 0.029s] id-map tests::deserialize_rejects_mismatched_keys
61432025-05-13T21:20:20.136Z PASS [ 0.129s] id-map tests::get_mut_panics_if_id_changes
61442025-05-13T21:20:20.318Z PASS [ 0.130s] id-map tests::iter_mut_panics_if_id_changes
61452025-05-13T21:20:20.362Z PASS [ 0.046s] id-map tests::methods_allow_borrowed_ids
61462025-05-13T21:20:20.390Z PASS [ 0.103s] id-map tests::mut_into_iter_panics_if_id_changes
61472025-05-13T21:20:20.526Z PASS [ 0.089s] id-map tests::occupied_entry_panics_if_id_changed_via_get_mut
61482025-05-13T21:20:20.584Z PASS [ 0.067s] id-map tests::occupied_entry_panics_if_id_changed_via_into_mut
61492025-05-13T21:20:20.636Z PASS [ 0.074s] id-map tests::occupied_entry_panics_if_id_changes_on_insert
61502025-05-13T21:20:20.698Z PASS [ 0.071s] id-map tests::retain_panics_if_id_changes
61512025-05-13T21:20:20.818Z PASS [ 0.097s] id-map tests::serialization_is_transparent
61522025-05-13T21:20:20.922Z PASS [ 0.115s] id-map tests::serialization_roundtrip
61532025-05-13T21:20:20.960Z PASS [ 0.073s] id-map tests::vacant_entry_panics_if_id_changed_after_insert
61542025-05-13T21:20:21.066Z PASS [ 0.080s] id-map tests::vacant_entry_panics_if_id_changes_on_insert
61552025-05-13T21:20:21.118Z PASS [ 0.084s] illumos-utils destructor::test::test_delayed_delete
61562025-05-13T21:20:22.178Z PASS [ 1.058s] illumos-utils destructor::test::test_delayed_delete_with_error
61572025-05-13T21:20:22.295Z PASS [ 0.091s] illumos-utils destructor::test::test_destructor_bad_close
61582025-05-13T21:20:22.353Z PASS [ 0.087s] illumos-utils link::test::test_allocate
61592025-05-13T21:20:22.396Z PASS [ 0.044s] illumos-utils link::test::test_allocate_within_scopes
61602025-05-13T21:20:22.473Z PASS [ 0.077s] illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
61612025-05-13T21:20:22.517Z PASS [ 0.044s] illumos-utils running_zone::tests::test_is_oxide_smf_service
61622025-05-13T21:20:22.671Z PASS [ 0.153s] illumos-utils zfs::test::directory_mutability
61632025-05-13T21:20:22.808Z PASS [ 0.091s] illumos-utils zfs::test::get_values_of_rpool
61642025-05-13T21:20:22.870Z PASS [ 0.038s] illumos-utils zfs::test::parse_dataset_bad_avail
61652025-05-13T21:20:22.897Z PASS [ 0.039s] illumos-utils zfs::test::parse_dataset_bad_quota
61662025-05-13T21:20:22.897Z PASS [ 0.053s] illumos-utils zfs::test::parse_dataset_bad_reservation
61672025-05-13T21:20:22.944Z PASS [ 0.048s] illumos-utils zfs::test::parse_dataset_bad_usage
61682025-05-13T21:20:22.984Z PASS [ 0.042s] illumos-utils zfs::test::parse_dataset_bad_uuid
61692025-05-13T21:20:23.010Z PASS [ 10.566s] gfss polynomial::tests::test_polynomial_eval
61702025-05-13T21:20:23.036Z PASS [ 0.038s] illumos-utils zfs::test::parse_dataset_missing_fields
61712025-05-13T21:20:23.061Z PASS [ 0.048s] illumos-utils zfs::test::parse_dataset_props
61722025-05-13T21:20:23.104Z PASS [ 0.081s] illumos-utils zfs::test::parse_dataset_props_with_optionals
61732025-05-13T21:20:23.339Z PASS [ 0.281s] illumos-utils zfs::test::parse_dataset_too_many_columns
61742025-05-13T21:20:23.366Z PASS [ 0.258s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
61752025-05-13T21:20:23.394Z PASS [ 0.038s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
61762025-05-13T21:20:23.437Z PASS [ 0.040s] illumos-utils zfs::test::parse_reservation_ignored_if_default
61772025-05-13T21:20:23.477Z PASS [ 0.105s] illumos-utils zfs::test::parse_quota_ignored_if_default
61782025-05-13T21:20:23.507Z PASS [ 0.053s] illumos-utils zfs::test::parse_sorts_and_dedups
61792025-05-13T21:20:23.539Z PASS [ 0.046s] illumos-utils zone::tests::test_parse_ip_network
61802025-05-13T21:20:23.601Z PASS [ 0.117s] illumos-utils zone::tests::delete_nonexistent_address
61812025-05-13T21:20:23.670Z PASS [ 0.077s] illumos-utils zpool::test::test_parse_zpool
61822025-05-13T21:20:23.754Z PASS [ 0.159s] illumos-utils zpool::test::test_parse_zpool_missing_column
61832025-05-13T21:20:29.280Z PASS [ 3.224s] installinator write::tests::proptest_write_artifact
61842025-05-13T21:20:29.280Z PASS [ 0.171s] installinator-common block_size_writer::tests::proptest_block_writer
61852025-05-13T21:20:29.280Z PASS [ 0.767s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
61862025-05-13T21:20:29.280Z PASS [ 0.260s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
61872025-05-13T21:20:29.280Z PASS [ 0.352s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
61882025-05-13T21:20:29.280Z PASS [ 5.135s] installinator mock_peers::tests::proptest_fetch_artifact
61892025-05-13T21:20:29.280Z PASS [ 0.581s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
61902025-05-13T21:20:29.280Z PASS [ 0.417s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
61912025-05-13T21:20:29.644Z PASS [ 0.486s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
61922025-05-13T21:20:29.695Z PASS [ 0.411s] internal-dns-resolver resolver::test::update_record
61932025-05-13T21:20:29.696Z PASS [ 0.049s] internal-dns-types config::test::display_hosts
61942025-05-13T21:20:29.696Z PASS [ 0.040s] internal-dns-types config::test::display_srv_service
61952025-05-13T21:20:29.753Z PASS [ 0.053s] internal-dns-types config::test::test_builder_errors
61962025-05-13T21:20:29.799Z PASS [ 0.054s] internal-dns-types config::test::test_builder_output
61972025-05-13T21:20:29.799Z PASS [ 0.045s] internal-dns-types diff::test::diff_different
61982025-05-13T21:20:29.799Z PASS [ 0.045s] internal-dns-types diff::test::diff_equivalent
61992025-05-13T21:20:29.841Z PASS [ 27.184s] db-dev::test-db-dev test_db_run
62002025-05-13T21:20:29.842Z PASS [ 0.045s] internal-dns-types diff::test::diff_invalid
62012025-05-13T21:20:29.842Z PASS [ 0.033s] ipcc tests::deserialize_fixed_value
62022025-05-13T21:20:29.842Z PASS [ 0.041s] ipcc tests::installinator_image_id_round_trip
62032025-05-13T21:20:29.892Z PASS [ 0.046s] ipcc tests::serialized_size
62042025-05-13T21:20:29.937Z PASS [ 0.068s] key-manager tests::different_disks_produce_different_keys
62052025-05-13T21:20:29.939Z PASS [ 0.061s] key-manager tests::different_ikm_produces_different_keys
62062025-05-13T21:20:29.939Z PASS [ 0.047s] key-manager tests::disk_encryption_key_epoch_0
62072025-05-13T21:20:29.939Z PASS [ 0.037s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
62082025-05-13T21:20:30.012Z PASS [ 0.065s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
62092025-05-13T21:20:30.062Z PASS [ 0.139s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
62102025-05-13T21:20:30.062Z PASS [ 0.148s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
62112025-05-13T21:20:30.062Z PASS [ 0.055s] nexus-auth authn::external::session_cookie::test::test_get_token
62122025-05-13T21:20:30.102Z PASS [ 0.058s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
62132025-05-13T21:20:30.140Z PASS [ 0.074s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
62142025-05-13T21:20:30.141Z PASS [ 0.081s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
62152025-05-13T21:20:30.183Z PASS [ 0.065s] nexus-auth authn::external::session_cookie::test::test_other_cookie
62162025-05-13T21:20:30.183Z PASS [ 0.050s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
62172025-05-13T21:20:30.218Z PASS [ 0.058s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
62182025-05-13T21:20:30.251Z PASS [ 0.077s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
62192025-05-13T21:20:30.277Z PASS [ 0.088s] nexus-auth authn::external::spoof::test::test_make_header_value
62202025-05-13T21:20:30.278Z PASS [ 0.095s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
62212025-05-13T21:20:30.304Z PASS [ 0.063s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
62222025-05-13T21:20:30.330Z PASS [ 0.060s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
62232025-05-13T21:20:30.365Z PASS [ 0.075s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
62242025-05-13T21:20:30.394Z PASS [ 0.072s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
62252025-05-13T21:20:30.394Z PASS [ 0.063s] nexus-auth authn::external::test::test_authn_sequence
62262025-05-13T21:20:30.425Z PASS [ 0.051s] nexus-auth authn::external::token::test::test_make_header_value
62272025-05-13T21:20:30.425Z PASS [ 0.044s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
62282025-05-13T21:20:30.454Z PASS [ 0.065s] nexus-auth authn::external::token::test::test_token_header_missing
62292025-05-13T21:20:30.496Z PASS [ 0.055s] nexus-auth authn::test::test_internal_users
62302025-05-13T21:20:30.521Z PASS [ 0.097s] nexus-auth authn::external::token::test::test_token_header_valid
62312025-05-13T21:20:30.547Z PASS [ 0.065s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
62322025-05-13T21:20:30.594Z PASS [ 0.094s] nexus-auth context::test::test_background_context
62332025-05-13T21:20:30.623Z PASS [ 0.080s] nexus-auth context::test::test_child_context
62342025-05-13T21:20:30.652Z PASS [ 0.185s] nexus-auth authz::context::test::test_unregistered_resource
62352025-05-13T21:20:30.680Z PASS [ 0.073s] nexus-auth context::test::test_test_context
62362025-05-13T21:20:30.707Z PASS [ 0.058s] nexus-config nexus_config::test::test_config_bad_toml
62372025-05-13T21:20:30.734Z PASS [ 0.094s] nexus-config nexus_config::test::test_bad_authn_schemes
62382025-05-13T21:20:30.734Z PASS [ 0.038s] nexus-config nexus_config::test::test_config_nonexistent
62392025-05-13T21:20:30.734Z PASS [ 0.063s] nexus-config nexus_config::test::test_config_empty
62402025-05-13T21:20:30.765Z PASS [ 0.043s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
62412025-05-13T21:20:30.790Z PASS [ 0.060s] nexus-config nexus_config::test::test_deployment_config_schema
62422025-05-13T21:20:30.824Z PASS [ 0.066s] nexus-config nexus_config::test::test_repo_configs_are_valid
62432025-05-13T21:20:30.849Z PASS [ 0.055s] nexus-config nexus_config::test::test_valid
62442025-05-13T21:20:30.849Z PASS [ 0.060s] nexus-config postgres_config::test::test_bad_url
62452025-05-13T21:20:30.849Z PASS [ 0.048s] nexus-config postgres_config::test::test_example_url
62462025-05-13T21:20:30.873Z PASS [ 0.050s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
62472025-05-13T21:20:30.897Z PASS [ 0.055s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
62482025-05-13T21:20:30.922Z PASS [ 0.040s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
62492025-05-13T21:20:30.946Z PASS [ 0.079s] nexus-db-fixed-data test::test_allowlist_id_is_valid
62502025-05-13T21:20:30.946Z PASS [ 0.044s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
62512025-05-13T21:20:30.973Z PASS [ 0.047s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
62522025-05-13T21:20:30.997Z PASS [ 0.056s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
62532025-05-13T21:20:31.027Z PASS [ 0.051s] nexus-db-model device_auth::test::test_generate_user_code
62542025-05-13T21:20:31.110Z PASS [ 0.041s] nexus-db-model instance_state::tests::test_from_str_roundtrips
62552025-05-13T21:20:31.141Z PASS [ 0.051s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
62562025-05-13T21:20:31.141Z PASS [ 0.056s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
62572025-05-13T21:20:31.166Z PASS [ 0.049s] nexus-db-model schema_versions::test::test_known_versions
62582025-05-13T21:20:31.166Z PASS [ 0.075s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
62592025-05-13T21:20:31.211Z PASS [ 0.068s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
62602025-05-13T21:20:31.236Z PASS [ 0.066s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
62612025-05-13T21:20:31.423Z PASS [ 0.054s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
62622025-05-13T21:20:31.465Z PASS [ 0.053s] nexus-db-model schema_versions::test::test_verify
62632025-05-13T21:20:31.466Z PASS [ 0.054s] nexus-db-model semver_version::test::test_to_from_sortable_string
62642025-05-13T21:20:31.466Z PASS [ 0.054s] nexus-db-model tests::test_ip_subnet_check_requestable_address
62652025-05-13T21:20:31.466Z PASS [ 0.044s] nexus-db-model tests::test_ipv6_net_random_subnet
62662025-05-13T21:20:31.466Z PASS [ 0.065s] nexus-db-model tests::test_roles_database_strings
62672025-05-13T21:20:31.466Z PASS [ 0.053s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
62682025-05-13T21:20:31.466Z PASS [ 0.036s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
62692025-05-13T21:20:31.519Z PASS [ 0.051s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
62702025-05-13T21:20:31.519Z PASS [ 0.048s] nexus-db-model webhook_event_class::tests::test_from_str_roundtrips
62712025-05-13T21:20:31.563Z PASS [ 0.041s] nexus-db-model webhook_event_class::tests::test_is_test
62722025-05-13T21:20:31.563Z PASS [ 0.052s] nexus-db-model webhook_rx::test::test_event_class_glob_to_regex
62732025-05-13T21:20:31.618Z PASS [ 0.054s] nexus-db-model webhook_rx::test::test_invalid_subscription_parsing
62742025-05-13T21:20:31.647Z PASS [ 0.065s] nexus-db-model webhook_rx::test::test_valid_subscription_parsing
62752025-05-13T21:20:35.952Z PASS [ 4.378s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
62762025-05-13T21:20:36.373Z PASS [ 4.761s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
62772025-05-13T21:20:36.727Z PASS [ 5.813s] nexus-db-lookup::integration lookup::test_lookup
62782025-05-13T21:20:40.037Z PASS [ 4.092s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
62792025-05-13T21:20:40.173Z PASS [ 3.448s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
62802025-05-13T21:20:40.686Z PASS [ 4.292s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
62812025-05-13T21:20:44.600Z PASS [ 4.425s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
62822025-05-13T21:20:44.707Z PASS [ 4.670s] nexus-db-queries db::collection_attach::test::test_attach_once
62832025-05-13T21:20:44.999Z PASS [ 4.348s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
62842025-05-13T21:20:45.058Z PASS [ 0.059s] nexus-db-queries db::collection_attach::test::test_verify_query
62852025-05-13T21:20:48.484Z PASS [ 3.424s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
62862025-05-13T21:20:48.770Z PASS [ 4.054s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
62872025-05-13T21:20:49.329Z PASS [ 4.720s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
62882025-05-13T21:20:50.664Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
62892025-05-13T21:20:52.060Z PASS [ 3.573s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
62902025-05-13T21:20:53.183Z PASS [ 4.421s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
62912025-05-13T21:20:53.633Z PASS [ 4.313s] nexus-db-queries db::collection_detach::test::test_detach_once
62922025-05-13T21:20:53.721Z PASS [ 0.088s] nexus-db-queries db::collection_detach::test::test_verify_query
62932025-05-13T21:20:55.805Z PASS [ 3.749s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
62942025-05-13T21:20:57.527Z PASS [ 3.803s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
62952025-05-13T21:20:57.582Z PASS [ 4.398s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
62962025-05-13T21:20:59.978Z PASS [ 107.594s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
62972025-05-13T21:21:00.028Z PASS [ 4.215s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
62982025-05-13T21:21:01.355Z PASS [ 3.772s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
62992025-05-13T21:21:02.068Z PASS [ 4.543s] nexus-db-queries db::collection_detach_many::test::test_detach_many
63002025-05-13T21:21:02.452Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
63012025-05-13T21:21:02.452Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
63022025-05-13T21:21:03.731Z PASS [ 3.754s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
63032025-05-13T21:21:03.785Z PASS [ 0.054s] nexus-db-queries db::collection_detach_many::test::test_verify_query
63042025-05-13T21:21:04.870Z PASS [ 4.849s] nexus-db-queries db::collection_detach_many::test::test_detach_once
63052025-05-13T21:21:05.226Z PASS [ 3.872s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
63062025-05-13T21:21:05.339Z PASS [ 0.112s] nexus-db-queries db::collection_insert::test::test_verify_query
63072025-05-13T21:21:05.396Z PASS [ 0.057s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
63082025-05-13T21:21:05.424Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
63092025-05-13T21:21:05.487Z PASS [ 0.080s] nexus-db-queries db::column_walker::test::test_walk_columns
63102025-05-13T21:21:05.546Z PASS [ 0.069s] nexus-db-queries db::column_walker::test::test_walk_table
63112025-05-13T21:21:06.416Z PASS [ 4.346s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
63122025-05-13T21:21:06.662Z PASS [ 2.876s] nexus-db-queries db::collection_insert::test::test_collection_not_present
63132025-05-13T21:21:07.546Z PASS [ 2.675s] nexus-db-queries db::collection_insert::test::test_collection_present
63142025-05-13T21:21:12.370Z PASS [ 6.819s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
63152025-05-13T21:21:13.747Z PASS [ 7.332s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
63162025-05-13T21:21:14.562Z PASS [ 7.016s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
63172025-05-13T21:21:19.052Z PASS [ 12.390s] nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
63182025-05-13T21:21:19.220Z PASS [ 6.854s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
63192025-05-13T21:21:21.625Z PASS [ 7.060s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
63202025-05-13T21:21:22.484Z PASS [ 8.737s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
63212025-05-13T21:21:25.510Z PASS [ 6.288s] nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
63222025-05-13T21:21:26.286Z PASS [ 7.234s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
63232025-05-13T21:21:27.671Z PASS [ 6.048s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
63242025-05-13T21:21:28.552Z PASS [ 6.068s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
63252025-05-13T21:21:32.349Z PASS [ 6.826s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
63262025-05-13T21:21:32.986Z PASS [ 6.698s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
63272025-05-13T21:21:35.726Z PASS [ 7.172s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
63282025-05-13T21:21:39.088Z PASS [ 6.752s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
63292025-05-13T21:21:39.454Z PASS [ 11.782s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
63302025-05-13T21:21:40.746Z PASS [ 7.758s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
63312025-05-13T21:21:42.200Z PASS [ 6.474s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
63322025-05-13T21:21:46.300Z PASS [ 6.846s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
63332025-05-13T21:21:46.937Z PASS [ 7.847s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
63342025-05-13T21:21:47.562Z PASS [ 6.818s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
63352025-05-13T21:21:49.479Z PASS [ 7.277s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
63362025-05-13T21:21:50.652Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
63372025-05-13T21:21:53.677Z PASS [ 6.114s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
63382025-05-13T21:21:55.361Z PASS [ 5.883s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
63392025-05-13T21:21:55.849Z PASS [ 9.549s] nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
63402025-05-13T21:21:56.602Z PASS [ 9.664s] nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
63412025-05-13T21:21:59.804Z PASS [ 6.125s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
63422025-05-13T21:22:02.078Z PASS [ 6.715s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
63432025-05-13T21:22:02.399Z PASS [ 6.550s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
63442025-05-13T21:22:02.453Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
63452025-05-13T21:22:02.453Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
63462025-05-13T21:22:03.468Z PASS [ 3.665s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
63472025-05-13T21:22:03.659Z PASS [ 7.059s] nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
63482025-05-13T21:22:04.515Z PASS [ 2.438s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
63492025-05-13T21:22:05.424Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
63502025-05-13T21:22:05.655Z PASS [ 3.255s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
63512025-05-13T21:22:10.208Z PASS [ 6.549s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
63522025-05-13T21:22:11.185Z PASS [ 7.011s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
63532025-05-13T21:22:11.185Z PASS [ 6.070s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
63542025-05-13T21:22:13.145Z PASS [ 7.490s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
63552025-05-13T21:22:17.273Z PASS [ 7.063s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
63562025-05-13T21:22:18.194Z PASS [ 7.608s] nexus-db-queries db::datastore::deployment::tests::test_set_target
63572025-05-13T21:22:18.256Z PASS [ 0.061s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
63582025-05-13T21:22:18.777Z PASS [ 8.298s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
63592025-05-13T21:22:21.137Z PASS [ 7.991s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
63602025-05-13T21:22:23.641Z PASS [ 6.368s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
63612025-05-13T21:22:24.027Z PASS [ 5.771s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
63622025-05-13T21:22:25.179Z PASS [ 6.401s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
63632025-05-13T21:22:29.678Z PASS [ 8.541s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
63642025-05-13T21:22:30.388Z PASS [ 6.746s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
63652025-05-13T21:22:30.921Z PASS [ 6.893s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
63662025-05-13T21:22:31.402Z PASS [ 6.223s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
63672025-05-13T21:22:37.480Z PASS [ 7.802s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
63682025-05-13T21:22:37.551Z PASS [ 6.630s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
63692025-05-13T21:22:38.157Z PASS [ 6.755s] nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
63702025-05-13T21:22:40.628Z PASS [ 10.239s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
63712025-05-13T21:22:44.224Z PASS [ 6.742s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
63722025-05-13T21:22:44.664Z PASS [ 7.113s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
63732025-05-13T21:22:44.906Z PASS [ 6.748s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
63742025-05-13T21:22:48.112Z PASS [ 7.483s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
63752025-05-13T21:22:50.653Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
63762025-05-13T21:22:51.603Z PASS [ 6.697s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
63772025-05-13T21:22:51.805Z PASS [ 7.582s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
63782025-05-13T21:22:51.848Z PASS [ 7.184s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
63792025-05-13T21:22:54.319Z PASS [ 6.208s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
63802025-05-13T21:22:58.797Z PASS [ 6.467s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
63812025-05-13T21:22:58.862Z PASS [ 7.259s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
63822025-05-13T21:23:01.655Z PASS [ 9.848s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
63832025-05-13T21:23:01.680Z PASS [ 7.360s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
63842025-05-13T21:23:02.456Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
63852025-05-13T21:23:02.456Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
63862025-05-13T21:23:04.936Z PASS [ 6.620s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
63872025-05-13T21:23:05.424Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
63882025-05-13T21:23:05.690Z PASS [ 6.828s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
63892025-05-13T21:23:07.724Z PASS [ 6.044s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
63902025-05-13T21:23:10.862Z PASS [ 5.925s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
63912025-05-13T21:23:11.303Z PASS [ 9.648s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
63922025-05-13T21:23:11.616Z PASS [ 5.925s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
63932025-05-13T21:23:14.757Z PASS [ 7.033s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
63942025-05-13T21:23:18.347Z PASS [ 7.043s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
63952025-05-13T21:23:18.894Z PASS [ 8.030s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
63962025-05-13T21:23:19.877Z PASS [ 8.259s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
63972025-05-13T21:23:24.521Z PASS [ 6.174s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
63982025-05-13T21:23:25.538Z PASS [ 5.661s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
63992025-05-13T21:23:30.909Z PASS [ 6.387s] nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
64002025-05-13T21:23:32.210Z PASS [ 6.673s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
64012025-05-13T21:23:34.845Z PASS [ 20.087s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
64022025-05-13T21:23:37.119Z PASS [ 6.209s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
64032025-05-13T21:23:38.750Z PASS [ 6.500s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
64042025-05-13T21:23:41.075Z PASS [ 6.230s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
64052025-05-13T21:23:43.689Z PASS [ 6.570s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
64062025-05-13T21:23:45.364Z PASS [ 6.654s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
64072025-05-13T21:23:48.477Z PASS [ 7.402s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
64082025-05-13T21:23:50.653Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
64092025-05-13T21:23:52.883Z PASS [ 7.518s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
64102025-05-13T21:23:53.105Z PASS [ 34.212s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
64112025-05-13T21:23:53.374Z PASS [ 9.683s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
64122025-05-13T21:23:54.976Z PASS [ 6.499s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
64132025-05-13T21:24:00.733Z PASS [ 7.849s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
64142025-05-13T21:24:00.786Z PASS [ 0.053s] nexus-db-queries db::datastore::region::test::test_extent_count
64152025-05-13T21:24:01.310Z PASS [ 8.204s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
64162025-05-13T21:24:01.478Z PASS [ 8.104s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
64172025-05-13T21:24:02.401Z PASS [ 7.424s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
64182025-05-13T21:24:02.455Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64192025-05-13T21:24:02.455Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64202025-05-13T21:24:05.424Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64212025-05-13T21:24:07.138Z PASS [ 6.351s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
64222025-05-13T21:24:07.908Z PASS [ 6.598s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
64232025-05-13T21:24:08.008Z PASS [ 6.529s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
64242025-05-13T21:24:08.957Z PASS [ 6.554s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
64252025-05-13T21:24:13.533Z PASS [ 6.395s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
64262025-05-13T21:24:14.970Z PASS [ 7.061s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
64272025-05-13T21:24:15.063Z PASS [ 7.021s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
64282025-05-13T21:24:15.487Z PASS [ 6.517s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
64292025-05-13T21:24:20.210Z PASS [ 6.676s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
64302025-05-13T21:24:21.804Z PASS [ 6.775s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
64312025-05-13T21:24:21.906Z PASS [ 6.936s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
64322025-05-13T21:24:22.006Z PASS [ 6.532s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
64332025-05-13T21:24:26.382Z PASS [ 6.171s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
64342025-05-13T21:24:27.713Z PASS [ 5.806s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
64352025-05-13T21:24:28.250Z PASS [ 6.445s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
64362025-05-13T21:24:28.274Z PASS [ 6.253s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
64372025-05-13T21:24:32.687Z PASS [ 6.304s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
64382025-05-13T21:24:33.426Z PASS [ 5.711s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
64392025-05-13T21:24:34.617Z PASS [ 6.367s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
64402025-05-13T21:24:34.754Z PASS [ 6.495s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
64412025-05-13T21:24:38.979Z PASS [ 6.292s] nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
64422025-05-13T21:24:39.924Z PASS [ 6.500s] nexus-db-queries db::datastore::sled::test::affinity_multi_group
64432025-05-13T21:24:40.634Z PASS [ 6.016s] nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
64442025-05-13T21:24:40.856Z PASS [ 6.102s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail
64452025-05-13T21:24:45.681Z PASS [ 6.702s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
64462025-05-13T21:24:46.874Z PASS [ 6.949s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
64472025-05-13T21:24:47.521Z PASS [ 6.887s] nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
64482025-05-13T21:24:47.594Z PASS [ 6.737s] nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
64492025-05-13T21:24:50.653Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
64502025-05-13T21:24:52.433Z PASS [ 6.751s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
64512025-05-13T21:24:53.507Z PASS [ 6.632s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
64522025-05-13T21:24:54.318Z PASS [ 6.795s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
64532025-05-13T21:24:55.081Z PASS [ 7.487s] nexus-db-queries db::datastore::sled::test::sled_list_batch
64542025-05-13T21:24:59.636Z PASS [ 7.201s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
64552025-05-13T21:25:01.292Z PASS [ 7.785s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
64562025-05-13T21:25:02.077Z PASS [ 7.755s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
64572025-05-13T21:25:02.455Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64582025-05-13T21:25:02.455Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64592025-05-13T21:25:03.478Z PASS [ 8.396s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
64602025-05-13T21:25:08.217Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64612025-05-13T21:25:08.277Z PASS [ 6.617s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
64622025-05-13T21:25:08.277Z PASS [ 5.705s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
64632025-05-13T21:25:09.366Z PASS [ 5.887s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
64642025-05-13T21:25:12.157Z PASS [ 5.905s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
64652025-05-13T21:25:14.607Z PASS [ 13.315s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
64662025-05-13T21:25:16.497Z PASS [ 8.719s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
64672025-05-13T21:25:18.118Z PASS [ 8.753s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
64682025-05-13T21:25:21.029Z PASS [ 8.871s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
64692025-05-13T21:25:23.513Z PASS [ 6.448s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
64702025-05-13T21:25:23.568Z PASS [ 8.891s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
64712025-05-13T21:25:24.450Z PASS [ 6.331s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
64722025-05-13T21:25:27.053Z PASS [ 6.024s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
64732025-05-13T21:25:28.994Z PASS [ 6.048s] nexus-db-queries db::datastore::target_release::test::target_release_datastore
64742025-05-13T21:25:29.608Z PASS [ 6.110s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
64752025-05-13T21:25:30.202Z PASS [ 5.752s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
64762025-05-13T21:25:32.936Z PASS [ 5.882s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
64772025-05-13T21:25:34.559Z PASS [ 5.560s] nexus-db-queries db::datastore::test::test_project_creation
64782025-05-13T21:25:34.944Z PASS [ 5.336s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
64792025-05-13T21:25:36.094Z PASS [ 5.892s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
64802025-05-13T21:25:41.287Z PASS [ 6.732s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
64812025-05-13T21:25:42.515Z PASS [ 7.569s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
64822025-05-13T21:25:42.828Z PASS [ 6.734s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
64832025-05-13T21:25:47.584Z PASS [ 14.648s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
64842025-05-13T21:25:50.654Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
64852025-05-13T21:25:55.514Z PASS [ 14.225s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
64862025-05-13T21:25:58.364Z PASS [ 15.850s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
64872025-05-13T21:26:02.455Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64882025-05-13T21:26:02.456Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64892025-05-13T21:26:02.723Z PASS [ 7.210s] nexus-db-queries db::datastore::test::test_session_methods
64902025-05-13T21:26:03.704Z PASS [ 20.876s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
64912025-05-13T21:26:04.721Z PASS [ 6.355s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
64922025-05-13T21:26:05.425Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64932025-05-13T21:26:05.554Z PASS [ 17.969s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
64942025-05-13T21:26:08.751Z PASS [ 6.028s] nexus-db-queries db::datastore::test::test_ssh_keys
64952025-05-13T21:26:09.183Z PASS [ 5.478s] nexus-db-queries db::datastore::test::test_table_scan
64962025-05-13T21:26:11.242Z PASS [ 6.512s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
64972025-05-13T21:26:12.713Z PASS [ 7.159s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
64982025-05-13T21:26:15.767Z PASS [ 7.016s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
64992025-05-13T21:26:15.917Z PASS [ 6.733s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
65002025-05-13T21:26:18.489Z PASS [ 7.256s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
65012025-05-13T21:26:18.597Z PASS [ 0.107s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
65022025-05-13T21:26:18.693Z PASS [ 0.095s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
65032025-05-13T21:26:19.257Z PASS [ 6.543s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
65042025-05-13T21:26:22.462Z PASS [ 6.695s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
65052025-05-13T21:26:28.872Z PASS [ 6.409s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
65062025-05-13T21:26:30.684Z PASS [ 14.768s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
65072025-05-13T21:26:34.051Z PASS [ 15.358s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
65082025-05-13T21:26:34.530Z PASS [ 5.657s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
65092025-05-13T21:26:35.011Z PASS [ 15.754s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
65102025-05-13T21:26:36.541Z PASS [ 5.856s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
65112025-05-13T21:26:40.958Z PASS [ 6.907s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
65122025-05-13T21:26:42.316Z PASS [ 7.787s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
65132025-05-13T21:26:42.785Z PASS [ 0.468s] nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
65142025-05-13T21:26:44.583Z PASS [ 9.571s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
65152025-05-13T21:26:45.449Z PASS [ 8.908s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
65162025-05-13T21:26:46.580Z PASS [ 3.795s] nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
65172025-05-13T21:26:47.171Z PASS [ 416.537s] oximeter-db client::tests::test_replicated
65182025-05-13T21:26:47.242Z PASS [ 0.068s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
65192025-05-13T21:26:47.290Z PASS [ 0.048s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
65202025-05-13T21:26:47.333Z PASS [ 0.043s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
65212025-05-13T21:26:47.372Z PASS [ 0.038s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
65222025-05-13T21:26:47.415Z PASS [ 0.042s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
65232025-05-13T21:26:48.293Z PASS [ 2.844s] nexus-db-queries db::datastore::webhook_rx::test::explain_event_class_glob
65242025-05-13T21:26:48.420Z PASS [ 1.006s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
65252025-05-13T21:26:48.832Z PASS [ 0.411s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
65262025-05-13T21:26:49.217Z PASS [ 0.384s] omicron-clickhouse-admin::integration_test test_lgif_parsing
65272025-05-13T21:26:49.753Z PASS [ 0.533s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
65282025-05-13T21:26:50.190Z PASS [ 0.439s] omicron-clickhouse-admin::integration_test test_teardown
65292025-05-13T21:26:50.337Z PASS [ 0.145s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
65302025-05-13T21:26:50.872Z PASS [ 6.290s] nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
65312025-05-13T21:26:50.898Z PASS [ 9.923s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
65322025-05-13T21:26:53.012Z PASS [ 2.139s] nexus-db-queries db::explain::test::test_explain_async
65332025-05-13T21:26:53.037Z PASS [ 6.448s] nexus-db-queries db::datastore::webhook_rx::test::test_event_class_globs
65342025-05-13T21:26:53.037Z PASS [ 2.146s] nexus-db-queries db::explain::test::test_explain_full_table_scan
65352025-05-13T21:26:53.859Z PASS [ 5.565s] nexus-db-queries db::datastore::webhook_rx::test::test_rx_is_subscribed_to_event
65362025-05-13T21:26:57.256Z PASS [ 4.227s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
65372025-05-13T21:26:57.912Z PASS [ 4.883s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
65382025-05-13T21:26:57.989Z PASS [ 0.076s] nexus-db-queries db::pagination::test::test_paginator
65392025-05-13T21:26:58.063Z PASS [ 5.051s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
65402025-05-13T21:26:58.948Z PASS [ 4.483s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
65412025-05-13T21:26:59.780Z PASS [ 1.716s] nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
65422025-05-13T21:26:59.897Z PASS [ 1.907s] nexus-db-queries db::pool::test::test_pool_can_be_terminated
65432025-05-13T21:27:01.642Z PASS [ 4.385s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
65442025-05-13T21:27:02.456Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65452025-05-13T21:27:02.456Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65462025-05-13T21:27:05.425Z SLOW [>480.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65472025-05-13T21:27:05.504Z PASS [ 7.161s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
65482025-05-13T21:27:07.031Z PASS [ 7.134s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
65492025-05-13T21:27:07.536Z PASS [ 7.756s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
65502025-05-13T21:27:08.175Z PASS [ 6.532s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
65512025-05-13T21:27:11.704Z PASS [ 6.199s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
65522025-05-13T21:27:13.753Z PASS [ 6.722s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
65532025-05-13T21:27:14.857Z PASS [ 7.320s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
65542025-05-13T21:27:15.254Z PASS [ 7.079s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
65552025-05-13T21:27:15.314Z PASS [ 0.059s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
65562025-05-13T21:27:18.219Z PASS [ 6.514s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
65572025-05-13T21:27:20.811Z PASS [ 7.056s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
65582025-05-13T21:27:21.561Z PASS [ 6.247s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
65592025-05-13T21:27:23.571Z PASS [ 8.714s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
65602025-05-13T21:27:24.677Z PASS [ 6.458s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
65612025-05-13T21:27:27.197Z PASS [ 6.386s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
65622025-05-13T21:27:28.505Z PASS [ 6.943s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
65632025-05-13T21:27:29.962Z PASS [ 6.391s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
65642025-05-13T21:27:31.936Z PASS [ 7.258s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
65652025-05-13T21:27:33.646Z PASS [ 6.450s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
65662025-05-13T21:27:34.890Z PASS [ 6.384s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
65672025-05-13T21:27:36.131Z PASS [ 6.168s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
65682025-05-13T21:27:38.494Z PASS [ 6.558s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
65692025-05-13T21:27:40.591Z PASS [ 6.944s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
65702025-05-13T21:27:40.656Z PASS [ 0.064s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
65712025-05-13T21:27:41.759Z PASS [ 6.868s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
65722025-05-13T21:27:42.948Z PASS [ 6.817s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
65732025-05-13T21:27:45.408Z PASS [ 6.913s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
65742025-05-13T21:27:45.484Z PASS [ 3.717s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
65752025-05-13T21:27:47.035Z PASS [ 4.087s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
65762025-05-13T21:27:47.097Z PASS [ 0.061s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
65772025-05-13T21:27:48.312Z PASS [ 7.656s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
65782025-05-13T21:27:48.926Z PASS [ 0.613s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
65792025-05-13T21:27:49.372Z PASS [ 3.894s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
65802025-05-13T21:27:49.785Z PASS [ 0.859s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
65812025-05-13T21:27:50.060Z PASS [ 4.653s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
65822025-05-13T21:27:50.115Z PASS [ 0.055s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
65832025-05-13T21:27:50.173Z PASS [ 0.057s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
65842025-05-13T21:27:50.351Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
65852025-05-13T21:27:50.939Z PASS [ 3.842s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
65862025-05-13T21:27:51.637Z PASS [ 2.263s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
65872025-05-13T21:27:52.327Z PASS [ 0.692s] nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
65882025-05-13T21:27:52.353Z PASS [ 2.179s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
65892025-05-13T21:27:52.811Z PASS [ 3.025s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
65902025-05-13T21:27:52.863Z PASS [ 0.509s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
65912025-05-13T21:27:53.549Z PASS [ 0.738s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
65922025-05-13T21:27:54.363Z PASS [ 3.424s] nexus-db-queries db::queries::region_allocation::test::explainable
65932025-05-13T21:27:54.773Z PASS [ 2.446s] nexus-db-queries db::queries::regions_hard_delete::test::explainable
65942025-05-13T21:27:54.842Z PASS [ 0.478s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
65952025-05-13T21:27:55.309Z PASS [ 0.535s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
65962025-05-13T21:27:55.426Z PASS [ 0.581s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
65972025-05-13T21:27:55.668Z PASS [ 2.804s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
65982025-05-13T21:27:55.847Z PASS [ 0.536s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
65992025-05-13T21:27:56.305Z PASS [ 2.756s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
66002025-05-13T21:27:57.834Z PASS [ 2.409s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
66012025-05-13T21:27:58.019Z PASS [ 0.185s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
66022025-05-13T21:27:58.078Z PASS [ 0.057s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
66032025-05-13T21:27:58.147Z PASS [ 0.069s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
66042025-05-13T21:27:58.207Z PASS [ 0.061s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
66052025-05-13T21:27:58.248Z PASS [ 2.580s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
66062025-05-13T21:27:58.297Z PASS [ 0.089s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
66072025-05-13T21:27:58.423Z PASS [ 2.575s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
66082025-05-13T21:27:58.449Z PASS [ 2.133s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
66092025-05-13T21:28:00.615Z PASS [ 2.366s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
66102025-05-13T21:28:00.956Z PASS [ 2.534s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
66112025-05-13T21:28:01.165Z PASS [ 2.868s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
66122025-05-13T21:28:01.620Z PASS [ 71.285s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
66132025-05-13T21:28:02.456Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66142025-05-13T21:28:02.456Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66152025-05-13T21:28:05.425Z SLOW [>540.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66162025-05-13T21:28:05.838Z PASS [ 4.218s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
66172025-05-13T21:28:06.717Z PASS [ 5.552s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
66182025-05-13T21:28:06.790Z PASS [ 0.073s] nexus-defaults tests::test_random_vpc_ipv6_prefix
66192025-05-13T21:28:06.995Z PASS [ 6.038s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
66202025-05-13T21:28:07.053Z PASS [ 0.057s] nexus-inventory builder::test::test_empty
66212025-05-13T21:28:07.078Z PASS [ 0.277s] nexus-inventory builder::test::test_basic
66222025-05-13T21:28:07.105Z PASS [ 0.052s] nexus-inventory builder::test::test_problems
66232025-05-13T21:28:09.336Z PASS [ 2.267s] nexus-inventory collector::test::test_basic
66242025-05-13T21:28:09.584Z PASS [ 2.479s] nexus-inventory collector::test::test_multi_mgs
66252025-05-13T21:28:09.977Z PASS [ 11.538s] nexus-db-queries policy_test::test_conferred_roles
66262025-05-13T21:28:10.136Z PASS [ 0.799s] nexus-inventory collector::test::test_multi_mgs_failure
66272025-05-13T21:28:11.152Z PASS [ 1.568s] nexus-inventory collector::test::test_sled_agent_failure
66282025-05-13T21:28:16.690Z PASS [ 5.537s] nexus-mgs-updates driver_update::test::test_sp_basic_failures
66292025-05-13T21:28:17.685Z PASS [ 7.708s] nexus-metrics-producer-gc tests::test_prune_expired_producers
66302025-05-13T21:28:17.710Z PASS [ 7.557s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
66312025-05-13T21:28:19.560Z PASS [ 13.720s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
66322025-05-13T21:28:23.071Z PASS [ 5.377s] nexus-mgs-updates driver_update::test::test_sp_update_watched
66332025-05-13T21:28:23.341Z PASS [ 0.268s] nexus-mgs-updates test_util::step_through::test::test_basic
66342025-05-13T21:28:27.013Z PASS [ 10.322s] nexus-mgs-updates driver_update::test::test_sp_update_basic
66352025-05-13T21:28:27.039Z PASS [ 3.699s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_delivers_progress
66362025-05-13T21:28:27.497Z PASS [ 0.458s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_switches_mgs_instances_on_failure
66372025-05-13T21:28:27.522Z PASS [ 0.504s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_remembers_successful_mgs_instance
66382025-05-13T21:28:27.906Z PASS [ 0.409s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_updates_sled
66392025-05-13T21:28:31.348Z PASS [ 3.830s] nexus-mgs-updates::rot_updater test_rot_updater_delivers_progress
66402025-05-13T21:28:31.452Z PASS [ 3.544s] nexus-mgs-updates::rot_updater test_rot_updater_remembers_successful_mgs_instance
66412025-05-13T21:28:31.716Z PASS [ 0.367s] nexus-mgs-updates::rot_updater test_rot_updater_switches_mgs_instances_on_failure
66422025-05-13T21:28:32.983Z PASS [ 15.298s] nexus-mgs-updates driver_update::test::test_sp_update_takeover
66432025-05-13T21:28:34.933Z PASS [ 3.482s] nexus-mgs-updates::rot_updater test_rot_updater_updates_sled
66442025-05-13T21:28:35.203Z PASS [ 3.487s] nexus-mgs-updates::rot_updater test_rot_updater_updates_switch
66452025-05-13T21:28:35.889Z PASS [ 16.330s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
66462025-05-13T21:28:36.565Z PASS [ 1.361s] nexus-mgs-updates::sp_updater test_sp_updater_switches_mgs_instances_on_failure
66472025-05-13T21:28:37.692Z PASS [ 4.708s] nexus-mgs-updates::sp_updater test_sp_updater_delivers_progress
66482025-05-13T21:28:37.926Z PASS [ 0.234s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
66492025-05-13T21:28:37.974Z PASS [ 0.048s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
66502025-05-13T21:28:38.021Z PASS [ 0.046s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
66512025-05-13T21:28:38.078Z PASS [ 0.057s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
66522025-05-13T21:28:38.131Z PASS [ 0.051s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
66532025-05-13T21:28:38.176Z PASS [ 0.046s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
66542025-05-13T21:28:38.222Z PASS [ 0.045s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
66552025-05-13T21:28:38.274Z PASS [ 0.051s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
66562025-05-13T21:28:38.323Z PASS [ 0.049s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
66572025-05-13T21:28:38.373Z PASS [ 0.049s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
66582025-05-13T21:28:38.424Z PASS [ 0.051s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
66592025-05-13T21:28:38.476Z PASS [ 0.051s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
66602025-05-13T21:28:38.528Z PASS [ 0.050s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
66612025-05-13T21:28:38.577Z PASS [ 0.050s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
66622025-05-13T21:28:39.448Z PASS [ 4.514s] nexus-mgs-updates::sp_updater test_sp_updater_remembers_successful_mgs_instance
66632025-05-13T21:28:39.572Z PASS [ 0.124s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
66642025-05-13T21:28:40.277Z PASS [ 4.387s] nexus-mgs-updates::sp_updater test_sp_updater_updates_sled
66652025-05-13T21:28:40.421Z PASS [ 0.144s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
66662025-05-13T21:28:40.533Z PASS [ 0.111s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
66672025-05-13T21:28:40.596Z PASS [ 0.063s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
66682025-05-13T21:28:40.697Z PASS [ 0.100s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
66692025-05-13T21:28:40.939Z PASS [ 4.373s] nexus-mgs-updates::sp_updater test_sp_updater_updates_switch
66702025-05-13T21:29:00.630Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
66712025-05-13T21:29:02.457Z SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66722025-05-13T21:29:02.482Z SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66732025-05-13T21:29:04.095Z PASS [ 23.155s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
66742025-05-13T21:29:05.426Z SLOW [>600.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66752025-05-13T21:29:24.530Z PASS [ 45.951s] nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
66762025-05-13T21:29:24.772Z PASS [ 20.676s] nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
66772025-05-13T21:29:30.391Z PASS [ 89.777s] nexus-db-queries policy_test::test_iam_roles_behavior
66782025-05-13T21:29:30.562Z PASS [ 0.170s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
66792025-05-13T21:29:30.614Z PASS [ 0.052s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
66802025-05-13T21:29:30.666Z PASS [ 0.051s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
66812025-05-13T21:29:30.891Z PASS [ 0.223s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
66822025-05-13T21:29:30.958Z PASS [ 0.068s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
66832025-05-13T21:29:31.015Z PASS [ 0.056s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
66842025-05-13T21:29:31.124Z PASS [ 0.109s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
66852025-05-13T21:29:31.176Z PASS [ 0.052s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
66862025-05-13T21:29:31.234Z PASS [ 0.058s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
66872025-05-13T21:29:31.278Z PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
66882025-05-13T21:29:31.328Z PASS [ 0.050s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
66892025-05-13T21:29:31.387Z PASS [ 0.059s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
66902025-05-13T21:29:31.447Z PASS [ 0.060s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
66912025-05-13T21:29:31.504Z PASS [ 0.056s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
66922025-05-13T21:29:31.557Z PASS [ 0.053s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
66932025-05-13T21:29:31.604Z PASS [ 0.046s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
66942025-05-13T21:29:31.657Z PASS [ 0.053s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
66952025-05-13T21:29:31.785Z PASS [ 0.128s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
66962025-05-13T21:29:37.616Z PASS [ 5.830s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
66972025-05-13T21:29:37.671Z PASS [ 0.054s] nexus-reconfigurator-planning blueprint_editor::allocators::internal_dns::test::test_dns_subnet_allocator
66982025-05-13T21:29:38.760Z PASS [ 1.089s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
66992025-05-13T21:29:39.586Z SLOW [> 60.000s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
67002025-05-13T21:29:39.823Z PASS [ 1.062s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
67012025-05-13T21:29:40.415Z PASS [ 0.592s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
67022025-05-13T21:29:40.713Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
67032025-05-13T21:29:40.852Z PASS [ 0.436s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
67042025-05-13T21:29:40.901Z PASS [ 0.049s] nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
67052025-05-13T21:29:40.978Z PASS [ 0.071s] nexus-reconfigurator-planning example::tests::builder_zone_counts
67062025-05-13T21:29:41.022Z PASS [ 0.048s] nexus-reconfigurator-planning example::tests::instances_on_examples
67072025-05-13T21:29:41.121Z PASS [ 0.100s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
67082025-05-13T21:29:41.353Z PASS [ 0.230s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
67092025-05-13T21:29:41.433Z PASS [ 0.079s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
67102025-05-13T21:29:41.638Z PASS [ 0.204s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
67112025-05-13T21:29:41.725Z PASS [ 0.085s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
67122025-05-13T21:29:41.853Z PASS [ 0.129s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
67132025-05-13T21:29:41.946Z PASS [ 0.092s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
67142025-05-13T21:29:42.049Z PASS [ 0.102s] nexus-reconfigurator-planning planner::test::test_disk_add_expunge_decommission
67152025-05-13T21:29:42.200Z PASS [ 0.151s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
67162025-05-13T21:29:42.271Z PASS [ 0.071s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
67172025-05-13T21:29:42.327Z PASS [ 0.055s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
67182025-05-13T21:29:42.407Z PASS [ 0.081s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
67192025-05-13T21:29:42.528Z PASS [ 0.120s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
67202025-05-13T21:29:42.667Z PASS [ 0.138s] nexus-reconfigurator-planning planner::test::test_internal_dns_zone_replaced_after_marked_for_cleanup
67212025-05-13T21:29:42.944Z PASS [ 0.277s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
67222025-05-13T21:29:43.062Z PASS [ 0.118s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
67232025-05-13T21:29:43.178Z PASS [ 0.114s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
67242025-05-13T21:29:43.204Z PASS [ 18.425s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
67252025-05-13T21:29:43.311Z PASS [ 18.783s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
67262025-05-13T21:29:43.343Z PASS [ 0.166s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
67272025-05-13T21:29:43.407Z PASS [ 0.210s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
67282025-05-13T21:29:43.477Z PASS [ 0.134s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
67292025-05-13T21:29:43.505Z PASS [ 0.184s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
67302025-05-13T21:29:43.637Z PASS [ 0.226s] nexus-reconfigurator-planning planner::test::test_zones_marked_ready_for_cleanup_based_on_inventory
67312025-05-13T21:29:43.951Z PASS [ 0.317s] nexus-saga-recovery recovery::test::test_execution_basic
67322025-05-13T21:29:44.001Z PASS [ 0.050s] nexus-saga-recovery recovery::test::test_plan_basic
67332025-05-13T21:29:44.047Z PASS [ 0.045s] nexus-saga-recovery recovery::test::test_read_all_from_channel
67342025-05-13T21:29:44.098Z PASS [ 0.051s] nexus-saga-recovery test::test_basic
67352025-05-13T21:29:44.160Z PASS [ 0.061s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
67362025-05-13T21:29:44.214Z PASS [ 0.051s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
67372025-05-13T21:29:44.268Z PASS [ 0.055s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
67382025-05-13T21:29:44.320Z PASS [ 0.052s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
67392025-05-13T21:29:44.368Z PASS [ 0.048s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
67402025-05-13T21:29:44.430Z PASS [ 0.060s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
67412025-05-13T21:29:44.475Z PASS [ 0.046s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
67422025-05-13T21:29:44.522Z PASS [ 0.045s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
67432025-05-13T21:29:44.715Z PASS [ 0.193s] nexus-types deployment::test::test_serialize_pending_mgs_updates
67442025-05-13T21:29:48.614Z PASS [ 69.042s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
67452025-05-13T21:29:51.831Z PASS [ 3.216s] nexus-types deployment::tri_map::tests::proptest_permutation_eq
67462025-05-13T21:29:53.648Z PASS [ 8.933s] nexus-types deployment::tri_map::tests::proptest_ops
67472025-05-13T21:29:53.723Z PASS [ 0.070s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
67482025-05-13T21:29:53.802Z PASS [ 0.079s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples
67492025-05-13T21:29:53.852Z PASS [ 0.049s] nexus-types external_api::shared::test::test_policy_parsing
67502025-05-13T21:29:53.910Z PASS [ 0.057s] nexus-types external_api::shared::test::test_webhook_subscription_validation
67512025-05-13T21:29:53.975Z PASS [ 0.065s] nexus-types external_api::views::test::test_expected_one_of
67522025-05-13T21:29:54.099Z PASS [ 0.120s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
67532025-05-13T21:29:54.173Z PASS [ 0.075s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
67542025-05-13T21:29:54.238Z PASS [ 0.066s] omicron-certificates tests::test_cert_extended_key_usage
67552025-05-13T21:29:54.307Z PASS [ 0.069s] omicron-certificates tests::test_common_name_is_validated
67562025-05-13T21:29:54.370Z PASS [ 0.063s] omicron-certificates tests::test_subject_alternate_names_are_validated
67572025-05-13T21:29:57.905Z PASS [ 6.074s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
67582025-05-13T21:29:59.182Z PASS [ 4.811s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
67592025-05-13T21:30:01.270Z PASS [ 2.088s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
67602025-05-13T21:30:02.458Z SLOW [>720.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67612025-05-13T21:30:02.458Z SLOW [>720.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67622025-05-13T21:30:03.246Z PASS [ 1.976s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
67632025-05-13T21:30:05.428Z SLOW [>660.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67642025-05-13T21:30:05.962Z PASS [ 85.265s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
67652025-05-13T21:30:07.158Z PASS [ 9.252s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
67662025-05-13T21:30:07.208Z PASS [ 0.049s] omicron-common address::test::test_dns_subnets
67672025-05-13T21:30:07.250Z PASS [ 0.042s] omicron-common address::test::test_ip_range_checks_non_decreasing
67682025-05-13T21:30:07.301Z PASS [ 0.051s] omicron-common address::test::test_ip_range_enum_deserialization
67692025-05-13T21:30:07.410Z PASS [ 0.038s] omicron-common address::test::test_ip_range_iter
67702025-05-13T21:30:07.444Z PASS [ 0.060s] omicron-common address::test::test_ip_range_length
67712025-05-13T21:30:07.470Z PASS [ 0.053s] omicron-common address::test::test_ip_range_try_from
67722025-05-13T21:30:07.502Z PASS [ 0.048s] omicron-common address::test::test_ipv6_subnet_deserialize
67732025-05-13T21:30:07.558Z PASS [ 0.055s] omicron-common address::test::test_sled_address
67742025-05-13T21:30:07.608Z PASS [ 0.049s] omicron-common api::external::error::test::test_bail_unless
67752025-05-13T21:30:07.647Z PASS [ 0.039s] omicron-common api::external::error::test::test_context
67762025-05-13T21:30:07.706Z PASS [ 0.059s] omicron-common api::external::http_pagination::test::test_pagination_examples
67772025-05-13T21:30:07.844Z PASS [ 0.137s] omicron-common api::external::http_pagination::test::test_pagination_schemas
67782025-05-13T21:30:07.894Z PASS [ 0.050s] omicron-common api::external::http_pagination::test::test_scan_by_id
67792025-05-13T21:30:07.946Z PASS [ 0.051s] omicron-common api::external::http_pagination::test::test_scan_by_name
67802025-05-13T21:30:07.990Z PASS [ 0.043s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
67812025-05-13T21:30:08.030Z PASS [ 0.041s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
67822025-05-13T21:30:08.056Z PASS [ 2.091s] omicron-cockroach-admin context::tests::test_node_id
67832025-05-13T21:30:08.083Z PASS [ 0.043s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
67842025-05-13T21:30:08.114Z PASS [ 0.037s] omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
67852025-05-13T21:30:08.140Z PASS [ 0.042s] omicron-common api::external::test::test_bytecount
67862025-05-13T21:30:08.140Z PASS [ 0.038s] omicron-common api::external::test::test_bytecount_display
67872025-05-13T21:30:08.172Z PASS [ 0.043s] omicron-common api::external::test::test_firewall_deserialization
67882025-05-13T21:30:08.202Z PASS [ 0.057s] omicron-common api::external::test::test_digest
67892025-05-13T21:30:08.254Z PASS [ 0.080s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
67902025-05-13T21:30:08.285Z PASS [ 0.078s] omicron-common api::external::test::test_firewall_rule_target_parse
67912025-05-13T21:30:08.316Z PASS [ 0.040s] omicron-common api::external::test::test_generation_display_parse
67922025-05-13T21:30:08.316Z PASS [ 0.046s] omicron-common api::external::test::test_generation_from_int
67932025-05-13T21:30:08.361Z PASS [ 0.051s] omicron-common api::external::test::test_generation_serde
67942025-05-13T21:30:08.427Z PASS [ 0.067s] omicron-common api::external::test::test_hostname_from_str
67952025-05-13T21:30:08.466Z PASS [ 0.038s] omicron-common api::external::test::test_ip_port_range_from_str
67962025-05-13T21:30:08.566Z PASS [ 0.082s] omicron-common api::external::test::test_ip_port_range_into_str
67972025-05-13T21:30:08.601Z PASS [ 0.044s] omicron-common api::external::test::test_ipv6_net_operations
67982025-05-13T21:30:08.651Z PASS [ 0.057s] omicron-common api::external::test::test_mac_system_iterator
67992025-05-13T21:30:08.714Z PASS [ 0.063s] omicron-common api::external::test::test_mac_to_int_conversions
68002025-05-13T21:30:08.781Z PASS [ 0.066s] omicron-common api::external::test::test_macaddr
68012025-05-13T21:30:08.841Z PASS [ 0.060s] omicron-common api::external::test::test_name_parse
68022025-05-13T21:30:08.890Z PASS [ 0.047s] omicron-common api::external::test::test_name_parse_from_param
68032025-05-13T21:30:08.941Z PASS [ 0.052s] omicron-common api::external::test::test_resource_name_parse
68042025-05-13T21:30:08.973Z PASS [ 0.669s] omicron-common api::external::test::test_generation_overflow
68052025-05-13T21:30:09.004Z PASS [ 0.046s] omicron-common api::external::test::test_role_name_parse
68062025-05-13T21:30:09.064Z PASS [ 0.066s] omicron-common api::external::test::test_route_target_parse
68072025-05-13T21:30:09.112Z PASS [ 25.596s] nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
68082025-05-13T21:30:09.187Z PASS [ 0.048s] omicron-common api::external::test::test_semver_serialize
68092025-05-13T21:30:09.188Z PASS [ 0.148s] omicron-common api::external::test::test_route_destination_parse
68102025-05-13T21:30:09.523Z PASS [ 0.046s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
68112025-05-13T21:30:09.524Z PASS [ 0.084s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
68122025-05-13T21:30:09.524Z PASS [ 0.044s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
68132025-05-13T21:30:09.524Z PASS [ 0.042s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
68142025-05-13T21:30:09.718Z PASS [ 0.051s] omicron-common ledger::test::test_create_default_ledger
68152025-05-13T21:30:09.718Z PASS [ 0.077s] omicron-common ledger::test::test_commit_handles_write_failures
68162025-05-13T21:30:09.718Z PASS [ 0.056s] omicron-common ledger::test::test_create_ledger_reads_from_storage
68172025-05-13T21:30:09.718Z PASS [ 0.061s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
68182025-05-13T21:30:09.718Z PASS [ 0.051s] omicron-common zpool_name::test::test_parse_external_zpool_name
68192025-05-13T21:30:09.718Z PASS [ 0.064s] omicron-common zpool_name::test::test_parse_bad_zpool_names
68202025-05-13T21:30:09.718Z PASS [ 0.046s] omicron-common zpool_name::test::test_zpool_name_regex
68212025-05-13T21:30:09.718Z PASS [ 0.107s] omicron-common zpool_name::test::test_parse_internal_zpool_name
68222025-05-13T21:30:09.718Z PASS [ 0.087s] omicron-common zpool_name::test::test_parse_zpool_name_json
68232025-05-13T21:30:14.799Z PASS [ 0.880s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
68242025-05-13T21:30:18.064Z PASS [ 0.847s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
68252025-05-13T21:30:18.064Z PASS [ 0.081s] omicron-gateway management_switch::location_map::tests::test_config_validation
68262025-05-13T21:30:18.064Z PASS [ 0.090s] omicron-gateway management_switch::location_map::tests::test_resolve_location
68272025-05-13T21:30:18.184Z PASS [ 0.127s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
68282025-05-13T21:30:18.184Z PASS [ 0.450s] omicron-gateway::test_all integration_tests::ereports::ereports_basic
68292025-05-13T21:30:18.184Z PASS [ 0.613s] omicron-gateway::test_all integration_tests::component_list::component_list
68302025-05-13T21:30:18.184Z PASS [ 0.231s] omicron-gateway::test_all integration_tests::ereports::ereports_commit
68312025-05-13T21:30:18.184Z PASS [ 0.276s] omicron-gateway::test_all integration_tests::ereports::ereports_limit
68322025-05-13T21:30:18.184Z PASS [ 0.252s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
68332025-05-13T21:30:18.184Z PASS [ 27.987s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
68342025-05-13T21:30:18.184Z PASS [ 0.370s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
68352025-05-13T21:30:18.184Z PASS [ 0.229s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
68362025-05-13T21:30:18.185Z PASS [ 0.273s] omicron-gateway::test_all integration_tests::task_dump::task_dump
68372025-05-13T21:30:18.185Z PASS [ 8.646s] omicron-cockroach-admin cockroach_cli::tests::test_schema_init
68382025-05-13T21:30:31.113Z PASS [ 19.356s] omicron-nexus app::background::driver::test::test_driver_basic
68392025-05-13T21:30:32.190Z PASS [ 22.800s] omicron-dev::test-omicron-dev test_run_all
68402025-05-13T21:30:32.284Z PASS [ 20.390s] omicron-nexus app::background::init::test::test_dns_propagation_basic
68412025-05-13T21:30:32.485Z PASS [ 20.803s] omicron-nexus app::background::driver::test::test_activation_in_progress
68422025-05-13T21:30:38.475Z PASS [ 26.963s] omicron-ls-apis::test_dependencies test_api_dependencies
68432025-05-13T21:30:55.436Z PASS [ 22.951s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
68442025-05-13T21:30:56.850Z PASS [ 18.376s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
68452025-05-13T21:30:57.016Z PASS [ 25.903s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
68462025-05-13T21:30:57.989Z PASS [ 25.704s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
68472025-05-13T21:30:58.064Z PASS [ 0.075s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
68482025-05-13T21:30:58.145Z PASS [ 25.955s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
68492025-05-13T21:31:01.069Z PASS [ 5.626s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
68502025-05-13T21:31:02.458Z SLOW [>780.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68512025-05-13T21:31:02.458Z SLOW [>780.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68522025-05-13T21:31:02.575Z PASS [ 717.176s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68532025-05-13T21:31:04.168Z PASS [ 7.316s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
68542025-05-13T21:31:04.700Z PASS [ 7.682s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
68552025-05-13T21:31:20.057Z PASS [ 21.992s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
68562025-05-13T21:31:20.368Z PASS [ 22.222s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
68572025-05-13T21:31:21.270Z PASS [ 20.206s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
68582025-05-13T21:31:22.574Z PASS [ 19.999s] omicron-nexus app::background::tasks::dns_config::test::test_basic
68592025-05-13T21:31:24.657Z PASS [ 20.490s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
68602025-05-13T21:31:25.732Z PASS [ 21.033s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
68612025-05-13T21:31:46.056Z PASS [ 25.688s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
68622025-05-13T21:31:47.706Z PASS [ 21.974s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
68632025-05-13T21:31:47.919Z PASS [ 25.344s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
68642025-05-13T21:31:59.908Z PASS [ 35.251s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
68652025-05-13T21:32:02.458Z SLOW [>840.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68662025-05-13T21:32:02.458Z SLOW [>840.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68672025-05-13T21:32:02.621Z PASS [ 16.565s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
68682025-05-13T21:32:05.349Z PASS [ 17.431s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
68692025-05-13T21:32:05.537Z PASS [ 45.480s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
68702025-05-13T21:32:12.072Z PASS [ 24.365s] omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
68712025-05-13T21:32:18.518Z PASS [ 18.608s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
68722025-05-13T21:32:21.286Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
68732025-05-13T21:32:21.374Z PASS [ 18.753s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
68742025-05-13T21:32:23.333Z PASS [ 17.795s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
68752025-05-13T21:32:24.380Z PASS [ 19.030s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
68762025-05-13T21:32:32.455Z PASS [ 20.384s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
68772025-05-13T21:32:36.883Z PASS [ 874.509s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68782025-05-13T21:32:38.065Z PASS [ 19.546s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
68792025-05-13T21:32:41.282Z PASS [ 19.908s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
68802025-05-13T21:32:41.315Z PASS [ 3.250s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
68812025-05-13T21:32:44.662Z PASS [ 882.295s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68822025-05-13T21:32:45.236Z PASS [ 3.921s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
68832025-05-13T21:32:46.764Z PASS [ 23.431s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
68842025-05-13T21:32:50.734Z PASS [ 26.353s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
68852025-05-13T21:32:52.170Z PASS [ 19.714s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
68862025-05-13T21:32:56.577Z PASS [ 19.694s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
68872025-05-13T21:33:03.272Z PASS [ 21.990s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
68882025-05-13T21:33:05.272Z PASS [ 20.614s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
68892025-05-13T21:33:06.790Z PASS [ 21.554s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
68902025-05-13T21:33:07.769Z PASS [ 21.005s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
68912025-05-13T21:33:07.850Z PASS [ 0.080s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
68922025-05-13T21:33:08.490Z PASS [ 0.639s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
68932025-05-13T21:33:08.939Z PASS [ 0.449s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
68942025-05-13T21:33:09.723Z PASS [ 0.783s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
68952025-05-13T21:33:10.514Z PASS [ 109.244s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
68962025-05-13T21:33:10.899Z PASS [ 20.166s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
68972025-05-13T21:33:11.429Z PASS [ 1.705s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
68982025-05-13T21:33:11.537Z PASS [ 0.109s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
68992025-05-13T21:33:11.921Z PASS [ 19.751s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
69002025-05-13T21:33:11.975Z PASS [ 1.076s] omicron-nexus app::external_endpoints::test::test_authority
69012025-05-13T21:33:12.037Z PASS [ 0.115s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
69022025-05-13T21:33:12.063Z PASS [ 0.070s] omicron-nexus app::external_endpoints::test::test_no_endpoint
69032025-05-13T21:33:12.127Z PASS [ 0.087s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
69042025-05-13T21:33:12.156Z PASS [ 0.109s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
69052025-05-13T21:33:12.215Z PASS [ 0.085s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
69062025-05-13T21:33:12.248Z PASS [ 0.092s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
69072025-05-13T21:33:12.290Z PASS [ 0.080s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
69082025-05-13T21:33:12.323Z PASS [ 0.073s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
69092025-05-13T21:33:13.055Z PASS [ 1.518s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
69102025-05-13T21:33:15.019Z PASS [ 18.441s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
69112025-05-13T21:33:25.281Z PASS [ 22.009s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
69122025-05-13T21:33:25.535Z PASS [ 20.263s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
69132025-05-13T21:33:27.293Z PASS [ 20.502s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
69142025-05-13T21:33:30.849Z PASS [ 20.337s] omicron-nexus app::background::tasks::webhook_dispatcher::test::test_glob_reprocessing
69152025-05-13T21:33:39.755Z PASS [ 27.433s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
69162025-05-13T21:33:40.567Z PASS [ 28.277s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
69172025-05-13T21:33:41.377Z PASS [ 28.322s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
69182025-05-13T21:33:44.066Z PASS [ 29.047s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
69192025-05-13T21:33:48.214Z PASS [ 22.932s] omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
69202025-05-13T21:33:50.867Z PASS [ 23.573s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
69212025-05-13T21:33:58.047Z PASS [ 32.511s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
69222025-05-13T21:34:07.711Z PASS [ 36.777s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
69232025-05-13T21:34:11.338Z PASS [ 31.582s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
69242025-05-13T21:34:15.022Z PASS [ 34.454s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
69252025-05-13T21:34:15.056Z PASS [ 33.678s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
69262025-05-13T21:34:17.541Z PASS [ 33.471s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
69272025-05-13T21:34:21.273Z PASS [ 33.059s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
69282025-05-13T21:34:27.581Z PASS [ 36.714s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
69292025-05-13T21:34:33.444Z PASS [ 35.397s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
69302025-05-13T21:34:39.801Z PASS [ 32.176s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
69312025-05-13T21:34:40.282Z PASS [ 28.945s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
69322025-05-13T21:34:43.187Z PASS [ 28.165s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
69332025-05-13T21:34:43.369Z PASS [ 28.314s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
69342025-05-13T21:34:54.260Z PASS [ 32.988s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
69352025-05-13T21:34:58.011Z PASS [ 30.431s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
69362025-05-13T21:35:07.921Z PASS [ 34.478s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
69372025-05-13T21:35:12.978Z PASS [ 32.695s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
69382025-05-13T21:35:17.555Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
69392025-05-13T21:35:17.821Z PASS [ 34.625s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
69402025-05-13T21:35:27.584Z PASS [ 33.323s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
69412025-05-13T21:35:31.941Z PASS [ 33.930s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
69422025-05-13T21:35:39.822Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
69432025-05-13T21:35:43.385Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
69442025-05-13T21:35:43.491Z PASS [ 30.513s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
69452025-05-13T21:35:52.520Z PASS [ 34.644s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
69462025-05-13T21:36:03.774Z PASS [ 31.832s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
69472025-05-13T21:36:07.935Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
69482025-05-13T21:36:16.737Z PASS [ 33.246s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
69492025-05-13T21:36:17.554Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
69502025-05-13T21:36:24.424Z PASS [ 126.888s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
69512025-05-13T21:36:27.612Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
69522025-05-13T21:36:36.185Z PASS [ 32.411s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
69532025-05-13T21:36:39.919Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
69542025-05-13T21:36:43.385Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
69552025-05-13T21:36:49.112Z PASS [ 32.375s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
69562025-05-13T21:36:52.470Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
69572025-05-13T21:36:54.309Z PASS [ 86.726s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
69582025-05-13T21:37:05.096Z PASS [ 141.711s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
69592025-05-13T21:37:07.935Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
69602025-05-13T21:37:09.779Z PASS [ 33.595s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
69612025-05-13T21:37:18.371Z PASS [ 158.571s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
69622025-05-13T21:37:23.082Z PASS [ 33.969s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
69632025-05-13T21:37:24.438Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
69642025-05-13T21:37:38.103Z PASS [ 33.008s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
69652025-05-13T21:37:50.267Z PASS [ 31.896s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
69662025-05-13T21:37:52.470Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
69672025-05-13T21:37:54.125Z PASS [ 31.042s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
69682025-05-13T21:37:54.322Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
69692025-05-13T21:37:54.525Z PASS [ 90.102s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
69702025-05-13T21:38:09.248Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
69712025-05-13T21:38:09.794Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
69722025-05-13T21:38:13.421Z PASS [ 19.298s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
69732025-05-13T21:38:14.044Z PASS [ 19.518s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
69742025-05-13T21:38:18.119Z PASS [ 27.794s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
69752025-05-13T21:38:24.429Z PASS [ 46.342s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
69762025-05-13T21:38:32.777Z PASS [ 18.733s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
69772025-05-13T21:38:36.082Z PASS [ 163.628s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
69782025-05-13T21:38:38.338Z PASS [ 210.419s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
69792025-05-13T21:38:40.922Z PASS [ 27.496s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
69802025-05-13T21:38:43.634Z PASS [ 19.204s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
69812025-05-13T21:38:44.223Z PASS [ 26.161s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
69822025-05-13T21:38:54.324Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
69832025-05-13T21:39:02.442Z PASS [ 29.664s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
69842025-05-13T21:39:02.512Z PASS [ 0.071s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
69852025-05-13T21:39:03.359Z PASS [ 19.136s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
69862025-05-13T21:39:06.635Z PASS [ 30.553s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
69872025-05-13T21:39:09.796Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
69882025-05-13T21:39:11.017Z PASS [ 32.675s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
69892025-05-13T21:39:12.068Z PASS [ 31.149s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
69902025-05-13T21:39:16.495Z PASS [ 32.860s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
69912025-05-13T21:39:22.809Z PASS [ 148.500s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
69922025-05-13T21:39:30.756Z PASS [ 19.742s] omicron-nexus app::sagas::test_saga::test_saga_stuck
69932025-05-13T21:39:33.342Z PASS [ 30.830s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
69942025-05-13T21:39:37.118Z PASS [ 25.027s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
69952025-05-13T21:39:38.833Z PASS [ 149.055s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
69962025-05-13T21:39:39.655Z PASS [ 23.161s] omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
69972025-05-13T21:39:39.780Z PASS [ 0.125s] omicron-nexus app::webhook::tests::test_event_class_list
69982025-05-13T21:39:44.961Z PASS [ 5.181s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
69992025-05-13T21:39:45.024Z PASS [ 0.062s] omicron-nexus external_api::console_api::test::test_accept_gz
70002025-05-13T21:39:45.090Z PASS [ 0.066s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
70012025-05-13T21:39:45.151Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
70022025-05-13T21:39:45.214Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
70032025-05-13T21:39:45.287Z PASS [ 0.073s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
70042025-05-13T21:39:45.378Z PASS [ 0.090s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
70052025-05-13T21:39:45.482Z PASS [ 0.104s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
70062025-05-13T21:39:45.570Z PASS [ 0.087s] omicron-nexus external_api::console_api::test::test_relative_uri
70072025-05-13T21:39:45.638Z PASS [ 22.830s] omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
70082025-05-13T21:39:46.340Z PASS [ 42.980s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
70092025-05-13T21:39:47.725Z PASS [ 41.089s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
70102025-05-13T21:39:52.770Z PASS [ 21.303s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
70112025-05-13T21:39:57.367Z PASS [ 24.025s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
70122025-05-13T21:40:01.515Z PASS [ 24.420s] omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
70132025-05-13T21:40:03.377Z PASS [ 24.544s] omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
70142025-05-13T21:40:07.218Z PASS [ 20.878s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
70152025-05-13T21:40:07.537Z PASS [ 21.899s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
70162025-05-13T21:40:20.110Z PASS [ 32.385s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
70172025-05-13T21:40:22.777Z PASS [ 30.718s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
70182025-05-13T21:40:28.543Z PASS [ 27.027s] omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
70192025-05-13T21:40:31.291Z PASS [ 2.747s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
70202025-05-13T21:40:33.038Z PASS [ 29.661s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
70212025-05-13T21:40:33.417Z PASS [ 2.125s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
70222025-05-13T21:40:33.665Z PASS [ 0.626s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
70232025-05-13T21:40:34.237Z PASS [ 48.667s] omicron-nexus populate::test::test_populators
70242025-05-13T21:40:35.131Z PASS [ 27.913s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
70252025-05-13T21:40:45.833Z PASS [ 25.723s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
70262025-05-13T21:40:46.130Z PASS [ 23.353s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
70272025-05-13T21:40:47.728Z PASS [ 50.361s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
70282025-05-13T21:40:52.998Z PASS [ 19.332s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
70292025-05-13T21:40:53.101Z PASS [ 19.684s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
70302025-05-13T21:40:54.896Z PASS [ 19.764s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
70312025-05-13T21:40:55.033Z PASS [ 20.796s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
70322025-05-13T21:40:59.734Z PASS [ 52.196s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
70332025-05-13T21:41:07.029Z PASS [ 20.898s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
70342025-05-13T21:41:07.579Z PASS [ 21.744s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
70352025-05-13T21:41:08.225Z PASS [ 20.496s] omicron-nexus::test_all integration_tests::basic::test_ping
70362025-05-13T21:41:15.779Z PASS [ 20.882s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
70372025-05-13T21:41:17.109Z PASS [ 22.075s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
70382025-05-13T21:41:20.764Z PASS [ 21.031s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
70392025-05-13T21:41:22.041Z PASS [ 1.277s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
70402025-05-13T21:41:23.269Z PASS [ 1.227s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
70412025-05-13T21:41:23.444Z PASS [ 0.175s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
70422025-05-13T21:41:23.813Z PASS [ 30.815s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
70432025-05-13T21:41:26.563Z PASS [ 19.534s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
70442025-05-13T21:41:28.252Z PASS [ 20.667s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
70452025-05-13T21:41:29.970Z PASS [ 21.746s] omicron-nexus::test_all integration_tests::certificates::test_crud
70462025-05-13T21:41:32.326Z PASS [ 39.223s] omicron-nexus::test_all integration_tests::basic::test_projects_list
70472025-05-13T21:41:36.441Z PASS [ 20.663s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
70482025-05-13T21:41:44.426Z PASS [ 20.981s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
70492025-05-13T21:41:44.495Z PASS [ 20.680s] omicron-nexus::test_all integration_tests::console_api::test_assets
70502025-05-13T21:41:47.729Z PASS [ 30.620s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
70512025-05-13T21:41:48.140Z PASS [ 21.562s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
70522025-05-13T21:41:55.574Z PASS [ 20.372s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
70532025-05-13T21:41:55.675Z PASS [ 27.019s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
70542025-05-13T21:41:57.429Z PASS [ 27.458s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
70552025-05-13T21:41:58.065Z PASS [ 21.623s] omicron-nexus::test_all integration_tests::console_api::test_session_me
70562025-05-13T21:42:06.405Z PASS [ 21.977s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
70572025-05-13T21:42:09.066Z PASS [ 21.337s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
70582025-05-13T21:42:12.785Z PASS [ 28.290s] omicron-nexus::test_all integration_tests::console_api::test_sessions
70592025-05-13T21:42:28.232Z PASS [ 35.535s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
70602025-05-13T21:42:30.849Z PASS [ 42.724s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
70612025-05-13T21:42:40.587Z PASS [ 42.005s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
70622025-05-13T21:42:40.831Z PASS [ 43.402s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
70632025-05-13T21:42:49.066Z PASS [ 50.997s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
70642025-05-13T21:42:57.075Z PASS [ 50.661s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
70652025-05-13T21:42:57.690Z PASS [ 44.894s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
70662025-05-13T21:42:59.296Z PASS [ 50.213s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
70672025-05-13T21:43:16.483Z PASS [ 27.414s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
70682025-05-13T21:43:18.477Z PASS [ 50.153s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
70692025-05-13T21:43:19.563Z PASS [ 48.690s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
70702025-05-13T21:43:28.838Z PASS [ 51.568s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
70712025-05-13T21:43:40.855Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
70722025-05-13T21:43:52.947Z PASS [ 53.669s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
70732025-05-13T21:43:57.078Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
70742025-05-13T21:43:57.692Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
70752025-05-13T21:43:58.248Z PASS [ 77.417s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
70762025-05-13T21:44:10.723Z PASS [ 54.246s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
70772025-05-13T21:44:14.586Z PASS [ 56.201s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
70782025-05-13T21:44:14.611Z PASS [ 21.647s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
70792025-05-13T21:44:19.555Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
70802025-05-13T21:44:20.359Z PASS [ 22.111s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
70812025-05-13T21:44:28.871Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
70822025-05-13T21:44:30.444Z PASS [ 93.381s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
70832025-05-13T21:44:33.192Z PASS [ 95.515s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
70842025-05-13T21:44:43.940Z PASS [ 32.858s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
70852025-05-13T21:44:44.065Z PASS [ 29.471s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
70862025-05-13T21:44:49.056Z PASS [ 28.697s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
70872025-05-13T21:44:57.788Z PASS [ 27.344s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
70882025-05-13T21:44:58.855Z PASS [ 44.270s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
70892025-05-13T21:44:59.841Z PASS [ 26.646s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
70902025-05-13T21:45:00.308Z PASS [ 100.770s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
70912025-05-13T21:45:09.695Z PASS [ 26.115s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
70922025-05-13T21:45:22.029Z PASS [ 21.721s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
70932025-05-13T21:45:23.955Z PASS [ 25.100s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
70942025-05-13T21:45:24.478Z PASS [ 40.412s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
70952025-05-13T21:45:25.103Z PASS [ 25.264s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
70962025-05-13T21:45:28.873Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
70972025-05-13T21:45:31.616Z PASS [ 21.413s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
70982025-05-13T21:45:31.643Z PASS [ 42.158s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
70992025-05-13T21:45:45.059Z PASS [ 21.103s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
71002025-05-13T21:45:47.106Z PASS [ 25.077s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
71012025-05-13T21:45:52.525Z PASS [ 28.047s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
71022025-05-13T21:45:54.119Z PASS [ 56.331s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
71032025-05-13T21:45:58.440Z PASS [ 27.331s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
71042025-05-13T21:45:59.994Z PASS [ 151.157s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
71052025-05-13T21:46:01.979Z PASS [ 30.764s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
71062025-05-13T21:46:12.189Z PASS [ 47.088s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
71072025-05-13T21:46:16.023Z PASS [ 30.964s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
71082025-05-13T21:46:22.328Z PASS [ 29.801s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
71092025-05-13T21:46:22.353Z PASS [ 35.243s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
71102025-05-13T21:46:25.287Z PASS [ 26.847s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
71112025-05-13T21:46:26.916Z PASS [ 32.797s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
71122025-05-13T21:46:29.435Z PASS [ 27.456s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
71132025-05-13T21:46:30.680Z PASS [ 30.686s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
71142025-05-13T21:46:41.717Z PASS [ 29.527s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
71152025-05-13T21:46:41.841Z PASS [ 25.816s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
71162025-05-13T21:46:46.563Z PASS [ 24.237s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
71172025-05-13T21:46:51.636Z PASS [ 29.287s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
71182025-05-13T21:46:52.776Z PASS [ 27.489s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
71192025-05-13T21:47:02.679Z PASS [ 35.762s] omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
71202025-05-13T21:47:03.601Z PASS [ 34.166s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
71212025-05-13T21:47:08.720Z PASS [ 22.156s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
71222025-05-13T21:47:11.433Z PASS [ 40.754s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
71232025-05-13T21:47:17.403Z PASS [ 24.626s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
71242025-05-13T21:47:24.932Z PASS [ 33.295s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
71252025-05-13T21:47:25.129Z PASS [ 21.527s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
71262025-05-13T21:47:29.582Z PASS [ 20.862s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
71272025-05-13T21:47:31.278Z PASS [ 49.560s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
71282025-05-13T21:47:33.692Z PASS [ 22.259s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
71292025-05-13T21:47:34.091Z PASS [ 52.251s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
71302025-05-13T21:47:37.444Z PASS [ 34.765s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
71312025-05-13T21:47:42.907Z PASS [ 25.504s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
71322025-05-13T21:47:48.072Z PASS [ 22.943s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
71332025-05-13T21:47:48.204Z PASS [ 23.272s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
71342025-05-13T21:47:57.659Z PASS [ 28.075s] omicron-nexus::test_all integration_tests::images::test_image_create
71352025-05-13T21:48:00.051Z PASS [ 28.774s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
71362025-05-13T21:48:03.307Z PASS [ 29.216s] omicron-nexus::test_all integration_tests::images::test_image_promotion
71372025-05-13T21:48:03.701Z PASS [ 26.257s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
71382025-05-13T21:48:05.229Z PASS [ 31.537s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
71392025-05-13T21:48:06.489Z PASS [ 6.436s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
71402025-05-13T21:48:07.080Z PASS [ 24.172s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
71412025-05-13T21:48:09.356Z PASS [ 6.049s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
71422025-05-13T21:48:11.052Z PASS [ 7.351s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
71432025-05-13T21:48:11.565Z PASS [ 23.361s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
71442025-05-13T21:48:12.135Z PASS [ 14.477s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
71452025-05-13T21:48:12.759Z PASS [ 24.687s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
71462025-05-13T21:48:36.470Z PASS [ 31.235s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
71472025-05-13T21:48:36.645Z PASS [ 27.286s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
71482025-05-13T21:48:38.616Z PASS [ 31.534s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
71492025-05-13T21:48:40.885Z PASS [ 29.832s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
71502025-05-13T21:48:40.951Z PASS [ 29.386s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
71512025-05-13T21:48:47.990Z PASS [ 35.231s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
71522025-05-13T21:48:52.391Z PASS [ 45.904s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
71532025-05-13T21:48:57.920Z PASS [ 21.455s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
71542025-05-13T21:48:58.183Z PASS [ 21.540s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
71552025-05-13T21:49:00.199Z PASS [ 48.063s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
71562025-05-13T21:49:02.633Z PASS [ 21.679s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
71572025-05-13T21:49:12.061Z PASS [ 33.446s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
71582025-05-13T21:49:20.280Z PASS [ 20.081s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
71592025-05-13T21:49:23.661Z PASS [ 25.478s] omicron-nexus::test_all integration_tests::instances::test_instance_access
71602025-05-13T21:49:23.878Z PASS [ 42.993s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
71612025-05-13T21:49:29.244Z PASS [ 41.253s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
71622025-05-13T21:49:34.940Z PASS [ 32.310s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
71632025-05-13T21:49:40.418Z PASS [ 42.498s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
71642025-05-13T21:49:46.908Z PASS [ 34.847s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
71652025-05-13T21:49:52.419Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
71662025-05-13T21:49:56.060Z PASS [ 32.182s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
71672025-05-13T21:49:56.499Z PASS [ 36.218s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
71682025-05-13T21:50:01.656Z PASS [ 37.982s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
71692025-05-13T21:50:04.020Z PASS [ 34.776s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
71702025-05-13T21:50:07.127Z PASS [ 32.186s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
71712025-05-13T21:50:07.525Z PASS [ 27.106s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
71722025-05-13T21:50:19.405Z PASS [ 87.014s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
71732025-05-13T21:50:20.979Z PASS [ 34.071s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
71742025-05-13T21:50:29.938Z PASS [ 28.255s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
71752025-05-13T21:50:30.246Z PASS [ 26.222s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
71762025-05-13T21:50:35.877Z PASS [ 39.818s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
71772025-05-13T21:50:36.149Z PASS [ 29.022s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
71782025-05-13T21:50:40.425Z PASS [ 32.901s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
71792025-05-13T21:50:50.924Z PASS [ 31.518s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
71802025-05-13T21:50:52.705Z PASS [ 56.207s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
71812025-05-13T21:50:54.600Z PASS [ 33.590s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
71822025-05-13T21:50:59.928Z PASS [ 30.024s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
71832025-05-13T21:51:00.853Z PASS [ 30.611s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
71842025-05-13T21:51:22.595Z PASS [ 42.170s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
71852025-05-13T21:51:28.080Z PASS [ 35.375s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
71862025-05-13T21:51:28.572Z PASS [ 34.003s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
71872025-05-13T21:51:29.104Z PASS [ 38.179s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
71882025-05-13T21:51:29.412Z PASS [ 53.265s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
71892025-05-13T21:51:33.669Z PASS [ 32.816s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
71902025-05-13T21:51:35.893Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
71912025-05-13T21:51:40.709Z PASS [ 40.786s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
71922025-05-13T21:51:48.734Z PASS [ 26.126s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
71932025-05-13T21:51:51.103Z PASS [ 22.530s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
71942025-05-13T21:51:52.377Z PASS [ 76.499s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
71952025-05-13T21:51:52.443Z PASS [ 23.029s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
71962025-05-13T21:52:04.549Z PASS [ 30.878s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
71972025-05-13T21:52:08.897Z PASS [ 39.794s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
71982025-05-13T21:52:08.950Z PASS [ 28.242s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
71992025-05-13T21:52:09.466Z PASS [ 20.745s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
72002025-05-13T21:52:15.394Z PASS [ 47.314s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
72012025-05-13T21:52:20.736Z PASS [ 29.634s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
72022025-05-13T21:52:21.020Z PASS [ 28.644s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
72032025-05-13T21:52:28.129Z PASS [ 19.178s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
72042025-05-13T21:52:33.876Z PASS [ 21.157s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
72052025-05-13T21:52:33.876Z PASS [ 28.628s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
72062025-05-13T21:52:37.118Z PASS [ 21.723s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
72072025-05-13T21:52:37.143Z PASS [ 44.689s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
72082025-05-13T21:52:42.150Z PASS [ 33.253s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
72092025-05-13T21:52:43.062Z PASS [ 22.327s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
72102025-05-13T21:52:48.141Z PASS [ 20.013s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
72112025-05-13T21:52:56.195Z PASS [ 35.174s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
72122025-05-13T21:53:04.397Z PASS [ 21.333s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
72132025-05-13T21:53:05.918Z PASS [ 32.743s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
72142025-05-13T21:53:09.633Z PASS [ 32.515s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
72152025-05-13T21:53:10.004Z PASS [ 39.380s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
72162025-05-13T21:53:11.992Z PASS [ 23.850s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
72172025-05-13T21:53:13.097Z PASS [ 35.967s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
72182025-05-13T21:53:14.878Z PASS [ 32.727s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
72192025-05-13T21:53:18.824Z PASS [ 22.630s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
72202025-05-13T21:53:25.345Z PASS [ 20.949s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
72212025-05-13T21:53:28.586Z PASS [ 22.667s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
72222025-05-13T21:53:30.005Z PASS [ 20.001s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
72232025-05-13T21:53:30.384Z PASS [ 20.751s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
72242025-05-13T21:53:33.411Z PASS [ 20.758s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
72252025-05-13T21:53:34.889Z PASS [ 21.791s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
72262025-05-13T21:53:40.596Z PASS [ 25.719s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
72272025-05-13T21:53:41.620Z PASS [ 22.795s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
72282025-05-13T21:53:50.634Z PASS [ 20.629s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
72292025-05-13T21:53:51.670Z PASS [ 26.320s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
72302025-05-13T21:53:52.088Z PASS [ 23.502s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
72312025-05-13T21:54:02.365Z PASS [ 31.981s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
72322025-05-13T21:54:08.175Z PASS [ 27.578s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
72332025-05-13T21:54:11.974Z PASS [ 20.308s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
72342025-05-13T21:54:12.294Z PASS [ 21.657s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
72352025-05-13T21:54:14.069Z PASS [ 41.318s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
72362025-05-13T21:54:16.412Z PASS [ 24.324s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
72372025-05-13T21:54:34.265Z PASS [ 52.646s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
72382025-05-13T21:54:34.903Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
72392025-05-13T21:54:36.937Z PASS [ 24.963s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
72402025-05-13T21:54:37.589Z PASS [ 25.297s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
72412025-05-13T21:54:39.272Z PASS [ 25.203s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
72422025-05-13T21:54:39.465Z PASS [ 37.099s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
72432025-05-13T21:54:39.598Z PASS [ 64.710s] omicron-nexus::test_all integration_tests::metrics::test_metrics
72442025-05-13T21:54:55.902Z PASS [ 47.727s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
72452025-05-13T21:55:01.513Z PASS [ 45.101s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
72462025-05-13T21:55:02.770Z PASS [ 25.832s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
72472025-05-13T21:55:11.774Z PASS [ 32.501s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
72482025-05-13T21:55:14.724Z PASS [ 35.259s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
72492025-05-13T21:55:16.809Z PASS [ 37.211s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
72502025-05-13T21:55:17.917Z PASS [ 43.651s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
72512025-05-13T21:55:19.712Z PASS [ 42.122s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
72522025-05-13T21:55:21.075Z PASS [ 25.173s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
72532025-05-13T21:55:36.287Z PASS [ 21.562s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
72542025-05-13T21:55:37.147Z PASS [ 20.338s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
72552025-05-13T21:55:37.886Z PASS [ 19.969s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
72562025-05-13T21:55:39.447Z PASS [ 19.735s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
72572025-05-13T21:55:44.528Z PASS [ 43.016s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
72582025-05-13T21:55:47.261Z PASS [ 26.185s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
72592025-05-13T21:55:51.716Z PASS [ 48.946s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
72602025-05-13T21:55:59.862Z PASS [ 22.714s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
72612025-05-13T21:56:01.335Z PASS [ 25.048s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
72622025-05-13T21:56:04.846Z PASS [ 26.960s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
72632025-05-13T21:56:06.300Z PASS [ 21.771s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
72642025-05-13T21:56:08.542Z PASS [ 29.095s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
72652025-05-13T21:56:09.280Z PASS [ 22.018s] omicron-nexus::test_all integration_tests::projects::test_projects
72662025-05-13T21:56:11.788Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
72672025-05-13T21:56:12.546Z PASS [ 20.828s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
72682025-05-13T21:56:19.780Z PASS [ 18.445s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
72692025-05-13T21:56:23.991Z PASS [ 19.144s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
72702025-05-13T21:56:28.300Z PASS [ 19.758s] omicron-nexus::test_all integration_tests::rack::test_sled_add
72712025-05-13T21:56:28.520Z PASS [ 19.240s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
72722025-05-13T21:56:29.378Z PASS [ 23.078s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
72732025-05-13T21:56:33.146Z PASS [ 20.601s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
72742025-05-13T21:56:41.847Z PASS [ 22.066s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
72752025-05-13T21:56:43.102Z PASS [ 19.111s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
72762025-05-13T21:56:47.150Z PASS [ 18.848s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
72772025-05-13T21:56:48.741Z PASS [ 20.220s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
72782025-05-13T21:56:48.939Z PASS [ 0.198s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
72792025-05-13T21:56:49.122Z PASS [ 0.183s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
72802025-05-13T21:56:49.312Z PASS [ 0.190s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
72812025-05-13T21:56:49.567Z PASS [ 0.254s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
72822025-05-13T21:56:49.754Z PASS [ 0.187s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
72832025-05-13T21:56:50.624Z PASS [ 98.851s] omicron-nexus::test_all integration_tests::password_login::test_local_users
72842025-05-13T21:56:51.591Z PASS [ 22.212s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
72852025-05-13T21:56:52.253Z PASS [ 52.391s] omicron-nexus::test_all integration_tests::quotas::test_quotas
72862025-05-13T21:56:55.806Z PASS [ 22.659s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
72872025-05-13T21:57:06.567Z PASS [ 23.464s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
72882025-05-13T21:57:09.457Z PASS [ 19.703s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
72892025-05-13T21:57:09.630Z PASS [ 0.173s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
72902025-05-13T21:57:10.240Z PASS [ 23.092s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
72912025-05-13T21:57:10.513Z PASS [ 18.922s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
72922025-05-13T21:57:10.647Z PASS [ 20.022s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
72932025-05-13T21:57:10.686Z PASS [ 0.173s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
72942025-05-13T21:57:10.811Z PASS [ 0.162s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
72952025-05-13T21:57:11.240Z PASS [ 29.393s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
72962025-05-13T21:57:11.328Z PASS [ 19.075s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
72972025-05-13T21:57:16.103Z PASS [ 20.298s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
72982025-05-13T21:57:25.349Z PASS [ 18.782s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
72992025-05-13T21:57:27.532Z PASS [ 17.292s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
73002025-05-13T21:57:27.590Z PASS [ 16.781s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
73012025-05-13T21:57:27.655Z PASS [ 16.968s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
73022025-05-13T21:57:27.980Z PASS [ 18.349s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
73032025-05-13T21:57:28.430Z PASS [ 17.191s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
73042025-05-13T21:57:28.505Z PASS [ 17.176s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
73052025-05-13T21:57:30.267Z PASS [ 2.676s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
73062025-05-13T21:57:31.609Z PASS [ 2.604s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
73072025-05-13T21:57:32.370Z PASS [ 2.103s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
73082025-05-13T21:57:33.251Z PASS [ 2.141s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
73092025-05-13T21:57:34.544Z PASS [ 2.173s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
73102025-05-13T21:57:35.511Z PASS [ 2.260s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
73112025-05-13T21:57:36.985Z PASS [ 1.473s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
73122025-05-13T21:58:25.686Z PASS [ 48.701s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
73132025-05-13T21:58:34.557Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
73142025-05-13T21:58:43.582Z PASS [ 69.038s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
73152025-05-13T21:58:49.200Z PASS [ 23.514s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
73162025-05-13T21:59:28.357Z PASS [ 44.775s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
73172025-05-13T21:59:40.721Z PASS [ 12.363s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
73182025-05-13T21:59:40.882Z PASS [ 12.525s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
73192025-05-13T21:59:41.168Z PASS [ 12.810s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
73202025-05-13T21:59:41.275Z PASS [ 12.918s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
73212025-05-13T21:59:42.207Z PASS [ 53.007s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
73222025-05-13T22:00:00.387Z PASS [ 19.666s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
73232025-05-13T22:00:01.015Z PASS [ 19.739s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
73242025-05-13T22:00:01.392Z PASS [ 20.224s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
73252025-05-13T22:00:01.658Z PASS [ 20.774s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
73262025-05-13T22:00:02.170Z PASS [ 19.962s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
73272025-05-13T22:00:02.195Z PASS [ 19.984s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
73282025-05-13T22:00:03.099Z PASS [ 20.892s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
73292025-05-13T22:00:07.989Z PASS [ 25.781s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
73302025-05-13T22:00:21.107Z PASS [ 20.720s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
73312025-05-13T22:00:22.465Z PASS [ 20.273s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
73322025-05-13T22:00:22.563Z PASS [ 21.549s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
73332025-05-13T22:00:22.916Z PASS [ 21.258s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
73342025-05-13T22:00:24.972Z PASS [ 21.873s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
73352025-05-13T22:00:25.738Z PASS [ 23.568s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
73362025-05-13T22:00:31.312Z PASS [ 29.920s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
73372025-05-13T22:00:32.272Z PASS [ 24.283s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
73382025-05-13T22:00:42.831Z PASS [ 21.724s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
73392025-05-13T22:00:43.355Z PASS [ 20.890s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
73402025-05-13T22:00:47.338Z PASS [ 22.366s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
73412025-05-13T22:00:47.363Z PASS [ 24.783s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
73422025-05-13T22:00:51.951Z PASS [ 20.638s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
73432025-05-13T22:00:52.362Z PASS [ 26.625s] omicron-nexus::test_all integration_tests::silos::test_silos
73442025-05-13T22:00:52.820Z PASS [ 29.904s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
73452025-05-13T22:01:03.980Z PASS [ 21.146s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
73462025-05-13T22:01:04.922Z PASS [ 32.650s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
73472025-05-13T22:01:08.827Z PASS [ 21.488s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
73482025-05-13T22:01:09.495Z PASS [ 26.140s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
73492025-05-13T22:01:11.624Z PASS [ 18.803s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
73502025-05-13T22:01:20.904Z PASS [ 33.557s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
73512025-05-13T22:01:24.725Z PASS [ 20.747s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
73522025-05-13T22:01:25.208Z PASS [ 32.846s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
73532025-05-13T22:01:28.028Z PASS [ 23.106s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
73542025-05-13T22:01:28.099Z PASS [ 36.147s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
73552025-05-13T22:01:30.171Z PASS [ 21.343s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
73562025-05-13T22:01:42.207Z PASS [ 30.583s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
73572025-05-13T22:01:48.122Z PASS [ 38.624s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
73582025-05-13T22:01:48.147Z PASS [ 20.105s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
73592025-05-13T22:01:53.923Z PASS [ 23.753s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
73602025-05-13T22:01:54.193Z PASS [ 33.288s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
73612025-05-13T22:01:54.655Z PASS [ 29.447s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
73622025-05-13T22:01:56.907Z PASS [ 2.984s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
73632025-05-13T22:01:56.980Z PASS [ 32.256s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
73642025-05-13T22:02:03.857Z PASS [ 21.650s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
73652025-05-13T22:02:07.576Z PASS [ 19.458s] omicron-nexus::test_all integration_tests::target_release::get_set_target_release
73662025-05-13T22:02:07.853Z PASS [ 39.755s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
73672025-05-13T22:02:15.150Z PASS [ 20.956s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
73682025-05-13T22:02:16.400Z PASS [ 19.492s] omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
73692025-05-13T22:02:17.698Z PASS [ 20.712s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
73702025-05-13T22:02:21.722Z PASS [ 27.066s] omicron-nexus::test_all integration_tests::updates::test_repo_upload
73712025-05-13T22:02:36.520Z PASS [ 28.943s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
73722025-05-13T22:02:38.167Z PASS [ 34.310s] omicron-nexus::test_all integration_tests::utilization::test_utilization
73732025-05-13T22:02:38.712Z PASS [ 30.859s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
73742025-05-13T22:02:40.057Z PASS [ 24.907s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
73752025-05-13T22:02:47.945Z PASS [ 31.546s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
73762025-05-13T22:02:48.147Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
73772025-05-13T22:02:50.028Z PASS [ 32.335s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
73782025-05-13T22:02:54.252Z PASS [ 32.531s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
73792025-05-13T22:03:08.363Z PASS [ 30.196s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
73802025-05-13T22:03:08.606Z PASS [ 32.086s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
73812025-05-13T22:03:09.777Z PASS [ 31.065s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
73822025-05-13T22:03:09.848Z PASS [ 29.791s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
73832025-05-13T22:03:13.145Z PASS [ 25.199s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
73842025-05-13T22:03:31.829Z PASS [ 23.466s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
73852025-05-13T22:03:32.681Z PASS [ 22.904s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
73862025-05-13T22:03:37.983Z PASS [ 28.135s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
73872025-05-13T22:03:39.897Z PASS [ 31.290s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
73882025-05-13T22:03:46.059Z PASS [ 51.806s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
73892025-05-13T22:03:50.618Z PASS [ 33.833s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
73902025-05-13T22:03:50.684Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
73912025-05-13T22:03:50.684Z PASS [ 58.363s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
73922025-05-13T22:04:06.475Z PASS [ 34.632s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
73932025-05-13T22:04:13.243Z PASS [ 40.556s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
73942025-05-13T22:04:15.595Z PASS [ 28.618s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
73952025-05-13T22:04:17.307Z PASS [ 28.916s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
73962025-05-13T22:04:18.386Z PASS [ 40.404s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
73972025-05-13T22:04:21.156Z PASS [ 41.260s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
73982025-05-13T22:04:25.693Z PASS [ 157.560s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
73992025-05-13T22:04:29.482Z PASS [ 43.424s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
74002025-05-13T22:04:42.650Z PASS [ 36.166s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
74012025-05-13T22:04:43.484Z PASS [ 25.096s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
74022025-05-13T22:04:47.503Z PASS [ 26.347s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
74032025-05-13T22:04:51.384Z PASS [ 25.690s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
74042025-05-13T22:04:55.087Z PASS [ 25.605s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
74052025-05-13T22:05:05.327Z PASS [ 49.732s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
74062025-05-13T22:05:08.188Z PASS [ 25.561s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
74072025-05-13T22:05:09.543Z PASS [ 52.236s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
74082025-05-13T22:05:09.592Z PASS [ 18.209s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
74092025-05-13T22:05:12.652Z PASS [ 17.565s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
74102025-05-13T22:05:13.250Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
74112025-05-13T22:05:15.272Z PASS [ 31.788s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
74122025-05-13T22:05:18.786Z PASS [ 31.283s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
74132025-05-13T22:05:25.477Z PASS [ 20.150s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
74142025-05-13T22:05:27.770Z PASS [ 19.582s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
74152025-05-13T22:05:29.361Z PASS [ 19.768s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
74162025-05-13T22:05:29.408Z PASS [ 19.864s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
74172025-05-13T22:05:32.897Z PASS [ 20.245s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
74182025-05-13T22:05:34.727Z PASS [ 19.453s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
74192025-05-13T22:05:38.873Z PASS [ 20.087s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
74202025-05-13T22:05:46.980Z PASS [ 19.208s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
74212025-05-13T22:05:47.605Z PASS [ 22.126s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
74222025-05-13T22:05:47.727Z PASS [ 18.366s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
74232025-05-13T22:05:47.825Z PASS [ 18.417s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
74242025-05-13T22:05:51.874Z PASS [ 18.978s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
74252025-05-13T22:05:53.505Z PASS [ 18.778s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
74262025-05-13T22:05:57.843Z PASS [ 18.970s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
74272025-05-13T22:06:05.108Z PASS [ 111.873s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
74282025-05-13T22:06:05.824Z PASS [ 18.096s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
74292025-05-13T22:06:05.997Z PASS [ 18.393s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
74302025-05-13T22:06:06.137Z PASS [ 18.311s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
74312025-05-13T22:06:10.833Z PASS [ 18.958s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
74322025-05-13T22:06:12.003Z PASS [ 18.498s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
74332025-05-13T22:06:16.312Z PASS [ 18.468s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
74342025-05-13T22:06:21.915Z PASS [ 34.935s] omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
74352025-05-13T22:06:25.785Z PASS [ 19.647s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
74362025-05-13T22:06:25.983Z PASS [ 19.986s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
74372025-05-13T22:06:30.817Z PASS [ 19.984s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
74382025-05-13T22:06:32.145Z PASS [ 20.142s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
74392025-05-13T22:06:35.289Z PASS [ 18.977s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
74402025-05-13T22:06:36.874Z PASS [ 31.765s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
74412025-05-13T22:06:39.218Z PASS [ 33.393s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
74422025-05-13T22:06:46.998Z PASS [ 21.014s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
74432025-05-13T22:06:49.533Z PASS [ 23.749s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
74442025-05-13T22:06:53.454Z PASS [ 31.539s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
74452025-05-13T22:06:54.983Z PASS [ 24.165s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
74462025-05-13T22:07:01.722Z PASS [ 29.577s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
74472025-05-13T22:07:03.331Z PASS [ 26.987s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
74482025-05-13T22:07:11.188Z PASS [ 31.972s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
74492025-05-13T22:07:12.184Z PASS [ 17.201s] omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
74502025-05-13T22:07:14.102Z PASS [ 27.104s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
74512025-05-13T22:07:16.077Z PASS [ 26.544s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
74522025-05-13T22:07:20.785Z PASS [ 19.061s] omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
74532025-05-13T22:07:21.414Z PASS [ 19.138s] omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
74542025-05-13T22:07:26.911Z PASS [ 50.038s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
74552025-05-13T22:07:30.548Z PASS [ 19.359s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
74562025-05-13T22:07:31.059Z PASS [ 18.874s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
74572025-05-13T22:07:38.904Z PASS [ 17.490s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
74582025-05-13T22:07:42.610Z PASS [ 15.698s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
74592025-05-13T22:07:43.557Z PASS [ 12.498s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
74602025-05-13T22:07:44.928Z PASS [ 14.378s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
74612025-05-13T22:07:45.625Z PASS [ 52.171s] omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
74622025-05-13T22:07:50.698Z PASS [ 11.794s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
74632025-05-13T22:07:50.857Z PASS [ 0.159s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
74642025-05-13T22:07:50.908Z PASS [ 0.050s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
74652025-05-13T22:07:50.986Z PASS [ 0.078s] omicron-package config::tests::multi_preset_arg
74662025-05-13T22:07:51.033Z PASS [ 0.047s] omicron-package dot::test::test_bad_dependency
74672025-05-13T22:07:51.077Z PASS [ 0.043s] omicron-package dot::test::test_dot_output
74682025-05-13T22:07:54.261Z PASS [ 8.636s] omicron-omdb::test_all_output test_omdb_usage_errors
74692025-05-13T22:07:54.291Z PASS [ 0.030s] omicron-passwords test::test_password_constraints
74702025-05-13T22:07:54.655Z PASS [ 12.045s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
74712025-05-13T22:07:58.184Z PASS [ 3.892s] omicron-passwords test::test_reproducible
74722025-05-13T22:07:58.238Z PASS [ 0.052s] omicron-passwords test::test_stable
74732025-05-13T22:07:58.267Z PASS [ 0.030s] omicron-passwords test::test_weak_hashes
74742025-05-13T22:07:58.300Z PASS [ 0.032s] omicron-rpaths internal::tests::test_configure_from_path
74752025-05-13T22:07:58.360Z PASS [ 0.058s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
74762025-05-13T22:07:58.386Z PASS [ 0.027s] omicron-rpaths internal::tests::test_emit_rpath
74772025-05-13T22:07:58.748Z PASS [ 0.362s] omicron-sled-agent artifact_store::test::generations
74782025-05-13T22:07:58.897Z PASS [ 0.149s] omicron-sled-agent artifact_store::test::issue_7796
74792025-05-13T22:07:59.043Z PASS [ 0.145s] omicron-sled-agent artifact_store::test::list_get_put
74802025-05-13T22:07:59.157Z PASS [ 0.114s] omicron-sled-agent artifact_store::test::no_dataset
74812025-05-13T22:07:59.284Z PASS [ 0.126s] omicron-sled-agent artifact_store::test::wrong_hash
74822025-05-13T22:07:59.404Z PASS [ 0.119s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
74832025-05-13T22:08:00.022Z PASS [ 0.618s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
74842025-05-13T22:08:00.125Z PASS [ 0.102s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
74852025-05-13T22:08:00.275Z PASS [ 9.197s] omicron-passwords test::test_compatible
74862025-05-13T22:08:00.300Z PASS [ 0.158s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
74872025-05-13T22:08:00.380Z PASS [ 0.105s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
74882025-05-13T22:08:00.458Z PASS [ 0.062s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
74892025-05-13T22:08:00.508Z PASS [ 0.065s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
74902025-05-13T22:08:00.562Z PASS [ 0.054s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
74912025-05-13T22:08:00.609Z PASS [ 0.046s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
74922025-05-13T22:08:00.660Z PASS [ 0.050s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
74932025-05-13T22:08:00.709Z PASS [ 0.048s] omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
74942025-05-13T22:08:00.754Z PASS [ 0.045s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
74952025-05-13T22:08:00.804Z PASS [ 0.049s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
74962025-05-13T22:08:00.851Z PASS [ 0.046s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
74972025-05-13T22:08:00.878Z PASS [ 0.577s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
74982025-05-13T22:08:00.926Z PASS [ 0.074s] omicron-sled-agent config::test::test_smf_configs
74992025-05-13T22:08:01.570Z PASS [ 47.467s] omicron-nexus::test_all integration_tests::webhooks::test_probe
75002025-05-13T22:08:03.303Z PASS [ 19.745s] omicron-omdb::test_all_output test_omdb_env_settings
75012025-05-13T22:08:04.298Z PASS [ 3.372s] omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
75022025-05-13T22:08:04.409Z PASS [ 3.546s] omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
75032025-05-13T22:08:06.065Z PASS [ 4.495s] omicron-sled-agent instance::tests::test_instance_create_events_normal
75042025-05-13T22:08:07.559Z PASS [ 51.483s] omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
75052025-05-13T22:08:07.605Z PASS [ 0.045s] omicron-sled-agent probe_manager::test::probe_state_set_ops
75062025-05-13T22:08:07.648Z PASS [ 0.043s] omicron-sled-agent profile::tests::empty_profile
75072025-05-13T22:08:07.692Z PASS [ 0.044s] omicron-sled-agent profile::tests::test_disabled_instance
75082025-05-13T22:08:07.740Z PASS [ 0.047s] omicron-sled-agent profile::tests::test_instance
75092025-05-13T22:08:07.786Z PASS [ 0.045s] omicron-sled-agent profile::tests::test_multiple
75102025-05-13T22:08:07.835Z PASS [ 0.049s] omicron-sled-agent profile::tests::test_property
75112025-05-13T22:08:07.878Z PASS [ 0.042s] omicron-sled-agent profile::tests::test_property_group
75122025-05-13T22:08:07.925Z PASS [ 0.046s] omicron-sled-agent profile::tests::test_service
75132025-05-13T22:08:07.955Z PASS [ 4.653s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
75142025-05-13T22:08:07.981Z PASS [ 0.045s] omicron-sled-agent profile::tests::test_service_property_group
75152025-05-13T22:08:08.006Z PASS [ 0.041s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
75162025-05-13T22:08:08.031Z PASS [ 0.053s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
75172025-05-13T22:08:08.058Z PASS [ 0.059s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
75182025-05-13T22:08:08.093Z PASS [ 0.069s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
75192025-05-13T22:08:08.126Z PASS [ 0.067s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
75202025-05-13T22:08:08.153Z PASS [ 0.056s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
75212025-05-13T22:08:08.272Z PASS [ 3.974s] omicron-sled-agent instance::tests::test_instance_manager_creation
75222025-05-13T22:08:09.222Z PASS [ 4.812s] omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
75232025-05-13T22:08:10.673Z PASS [ 25.746s] omicron-omdb::test_all_output test_omdb_success_cases
75242025-05-13T22:08:11.493Z PASS [ 3.220s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync
75252025-05-13T22:08:11.642Z PASS [ 3.515s] omicron-sled-agent services::illumos_tests::test_bad_generations
75262025-05-13T22:08:11.698Z PASS [ 0.056s] omicron-sled-agent services::test::test_all_zones_requests_schema
75272025-05-13T22:08:11.747Z PASS [ 0.049s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
75282025-05-13T22:08:11.773Z PASS [ 3.612s] omicron-sled-agent services::illumos_tests::test_ensure_service
75292025-05-13T22:08:11.807Z PASS [ 0.059s] omicron-sled-agent services::test::test_fix_7229_zone_config_reconciliation
75302025-05-13T22:08:11.832Z PASS [ 0.052s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
75312025-05-13T22:08:11.858Z PASS [ 0.050s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
75322025-05-13T22:08:11.884Z PASS [ 0.053s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
75332025-05-13T22:08:11.912Z PASS [ 0.054s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
75342025-05-13T22:08:11.938Z PASS [ 0.056s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
75352025-05-13T22:08:11.965Z PASS [ 0.052s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
75362025-05-13T22:08:11.990Z PASS [ 0.055s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
75372025-05-13T22:08:12.037Z PASS [ 0.055s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
75382025-05-13T22:08:12.092Z PASS [ 0.054s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
75392025-05-13T22:08:12.143Z PASS [ 0.051s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
75402025-05-13T22:08:12.199Z PASS [ 0.055s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
75412025-05-13T22:08:12.252Z PASS [ 0.052s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
75422025-05-13T22:08:12.307Z PASS [ 0.055s] omicron-sled-agent sim::storage::test::nested_dataset
75432025-05-13T22:08:12.363Z PASS [ 0.056s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
75442025-05-13T22:08:12.414Z PASS [ 0.050s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
75452025-05-13T22:08:12.463Z PASS [ 0.048s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
75462025-05-13T22:08:12.517Z PASS [ 0.054s] omicron-sled-agent sim::storage::test::snapshot_needs_region
75472025-05-13T22:08:12.710Z PASS [ 3.487s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists
75482025-05-13T22:08:14.198Z PASS [ 3.523s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot
75492025-05-13T22:08:14.223Z PASS [ 53.435s] omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
75502025-05-13T22:08:14.667Z PASS [ 3.173s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config
75512025-05-13T22:08:15.289Z PASS [ 3.324s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
75522025-05-13T22:08:17.128Z PASS [ 22.473s] omicron-passwords test::test_smoke
75532025-05-13T22:08:18.149Z PASS [ 5.439s] omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
75542025-05-13T22:08:18.771Z PASS [ 6.254s] omicron-sled-agent support_bundle::storage::tests::basic_crud
75552025-05-13T22:08:20.531Z PASS [ 6.312s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
75562025-05-13T22:08:20.579Z PASS [ 0.047s] omicron-sled-agent updates::test::test_query_no_components
75572025-05-13T22:08:20.620Z PASS [ 0.040s] omicron-sled-agent updates::test::test_query_sled_agent_version
75582025-05-13T22:08:20.667Z PASS [ 0.047s] omicron-sled-agent updates::test::test_query_zone_version
75592025-05-13T22:08:20.708Z PASS [ 0.040s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
75602025-05-13T22:08:21.277Z PASS [ 7.079s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
75612025-05-13T22:08:21.616Z PASS [ 6.949s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
75622025-05-13T22:08:21.673Z PASS [ 0.056s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
75632025-05-13T22:08:22.018Z PASS [ 6.728s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
75642025-05-13T22:08:24.913Z PASS [ 7.785s] omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
75652025-05-13T22:08:25.612Z PASS [ 7.463s] omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
75662025-05-13T22:08:25.679Z PASS [ 4.971s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
75672025-05-13T22:08:25.743Z PASS [ 0.063s] omicron-sled-agent zone_bundle::tests::test_dir_size
75682025-05-13T22:08:25.768Z PASS [ 0.142s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
75692025-05-13T22:08:25.793Z PASS [ 4.505s] omicron-sled-agent zone_bundle::illumos_tests::test_context
75702025-05-13T22:08:25.818Z PASS [ 0.069s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
75712025-05-13T22:08:25.916Z PASS [ 0.103s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
75722025-05-13T22:08:26.058Z PASS [ 0.302s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
75732025-05-13T22:08:26.083Z PASS [ 0.285s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
75742025-05-13T22:08:26.108Z PASS [ 0.048s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
75752025-05-13T22:08:26.134Z PASS [ 0.056s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
75762025-05-13T22:08:26.530Z PASS [ 4.856s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
75772025-05-13T22:08:26.563Z PASS [ 0.456s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
75782025-05-13T22:08:26.588Z PASS [ 0.449s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
75792025-05-13T22:08:26.621Z PASS [ 0.057s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
75802025-05-13T22:08:26.646Z PASS [ 0.054s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
75812025-05-13T22:08:26.735Z PASS [ 0.818s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
75822025-05-13T22:08:26.804Z PASS [ 0.183s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
75832025-05-13T22:08:27.031Z PASS [ 0.295s] omicron-test-utils dev::db::test::test_bad_cmd
75842025-05-13T22:08:27.094Z PASS [ 0.463s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
75852025-05-13T22:08:27.166Z PASS [ 5.147s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
75862025-05-13T22:08:27.222Z PASS [ 0.055s] omicron-test-utils dev::db::test::test_make_pg_config_fail
75872025-05-13T22:08:27.269Z PASS [ 0.046s] omicron-test-utils dev::db::test::test_make_pg_config_ok
75882025-05-13T22:08:27.334Z PASS [ 0.064s] omicron-test-utils dev::db::test::test_process_exit_abnormal
75892025-05-13T22:08:27.388Z PASS [ 0.583s] omicron-test-utils dev::db::test::test_cmd_fails
75902025-05-13T22:08:27.413Z PASS [ 0.063s] omicron-test-utils dev::db::test::test_process_exit_normal
75912025-05-13T22:08:27.456Z PASS [ 0.362s] omicron-test-utils dev::db::test::test_database_start_hang
75922025-05-13T22:08:27.518Z PASS [ 8.746s] omicron-sled-agent support_bundle::storage::tests::ranges
75932025-05-13T22:08:27.559Z PASS [ 0.041s] omicron-test-utils dev::db::test::test_starter_tmpdir
75942025-05-13T22:08:27.585Z PASS [ 1.052s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
75952025-05-13T22:08:27.619Z PASS [ 0.059s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
75962025-05-13T22:08:27.651Z PASS [ 0.067s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
75972025-05-13T22:08:27.692Z PASS [ 0.072s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
75982025-05-13T22:08:27.717Z PASS [ 0.055s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
75992025-05-13T22:08:27.796Z PASS [ 0.089s] omicron-test-utils dev::test_cmds::tests::test_redact_section
76002025-05-13T22:08:27.821Z PASS [ 0.112s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
76012025-05-13T22:08:27.999Z LEAK [ 0.611s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
76022025-05-13T22:08:28.059Z PASS [ 0.060s] openapi-manager cmd::dispatch::test::test_arg_parsing
76032025-05-13T22:08:28.102Z PASS [ 0.042s] openapi-manager cmd::dispatch::test::test_blessed_args
76042025-05-13T22:08:28.156Z PASS [ 0.054s] openapi-manager cmd::dispatch::test::test_generated_args
76052025-05-13T22:08:28.205Z PASS [ 0.048s] openapi-manager cmd::dispatch::test::test_local_args
76062025-05-13T22:08:28.242Z PASS [ 0.037s] openapi-manager iter_only::test::test_basic
76072025-05-13T22:08:28.286Z PASS [ 0.043s] openapi-manager omicron::tests::all_apis_is_sorted
76082025-05-13T22:08:28.333Z PASS [ 0.047s] openapi-manager resolved::test::test_displayable_vec
76092025-05-13T22:08:28.407Z PASS [ 0.073s] openapi-manager spec_files_generic::test::test_parse_name_lockstep
76102025-05-13T22:08:28.434Z PASS [ 0.622s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
76112025-05-13T22:08:28.459Z PASS [ 0.037s] openapi-manager spec_files_generic::test::test_parse_name_lockstep_fail
76122025-05-13T22:08:28.484Z PASS [ 0.048s] openapi-manager spec_files_generic::test::test_parse_name_versioned
76132025-05-13T22:08:28.533Z PASS [ 0.089s] openapi-manager spec_files_generic::test::test_parse_name_versioned_fail
76142025-05-13T22:08:28.641Z PASS [ 0.107s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
76152025-05-13T22:08:28.815Z PASS [ 1.359s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
76162025-05-13T22:08:28.925Z PASS [ 0.458s] oximeter test::timeseries_schema_consistency
76172025-05-13T22:08:28.963Z PASS [ 0.322s] oximeter-collector agent::tests::test_self_stat_collection_count
76182025-05-13T22:08:28.990Z PASS [ 0.174s] oximeter-collector agent::tests::test_self_stat_error_counter
76192025-05-13T22:08:29.015Z PASS [ 1.969s] omicron-test-utils dev::db::test::test_database_concurrent
76202025-05-13T22:08:29.043Z PASS [ 0.042s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
76212025-05-13T22:08:29.068Z PASS [ 0.126s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
76222025-05-13T22:08:29.094Z PASS [ 0.042s] oximeter-collector self_stats::tests::test_failure_reason_serialization
76232025-05-13T22:08:29.122Z PASS [ 0.159s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
76242025-05-13T22:08:29.147Z PASS [ 0.051s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
76252025-05-13T22:08:29.172Z PASS [ 0.045s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
76262025-05-13T22:08:29.198Z PASS [ 0.045s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
76272025-05-13T22:08:29.224Z PASS [ 0.039s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
76282025-05-13T22:08:29.224Z PASS [ 0.038s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
76292025-05-13T22:08:29.352Z PASS [ 0.300s] oximeter-collector::test_commands test_oximeter_no_args
76302025-05-13T22:08:29.550Z PASS [ 4.636s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
76312025-05-13T22:08:30.000Z PASS [ 2.195s] openapi-manager cmd::check::test::check_apis_up_to_date
76322025-05-13T22:08:30.061Z PASS [ 1.071s] oximeter-collector agent::tests::verify_producer_details
76332025-05-13T22:08:30.176Z PASS [ 0.969s] oximeter-db client::oxql::tests::test_get_entire_table
76342025-05-13T22:08:30.237Z PASS [ 1.016s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
76352025-05-13T22:08:30.262Z PASS [ 0.075s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
76362025-05-13T22:08:30.420Z PASS [ 1.067s] oximeter-db client::oxql::tests::test_get_one_timeseries
76372025-05-13T22:08:30.651Z PASS [ 0.651s] oximeter-db client::tests::can_ping_clickhouse
76382025-05-13T22:08:30.804Z PASS [ 1.254s] oximeter-db client::oxql::tests::test_limit_operations
76392025-05-13T22:08:31.241Z PASS [ 0.821s] oximeter-db client::tests::read_latest_version_reports_max
76402025-05-13T22:08:31.472Z PASS [ 0.667s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
76412025-05-13T22:08:31.687Z PASS [ 1.036s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
76422025-05-13T22:08:32.005Z PASS [ 0.764s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
76432025-05-13T22:08:32.344Z PASS [ 0.656s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
76442025-05-13T22:08:32.369Z PASS [ 0.883s] oximeter-db client::tests::select_timeseries_with_select_one
76452025-05-13T22:08:32.623Z PASS [ 2.371s] oximeter-db client::tests::insert_samples_fails_fast
76462025-05-13T22:08:32.666Z PASS [ 2.429s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
76472025-05-13T22:08:32.884Z PASS [ 0.878s] oximeter-db client::tests::test_client_select_timeseries_one
76482025-05-13T22:08:33.157Z PASS [ 0.800s] oximeter-db client::tests::test_database_version_will_not_downgrade
76492025-05-13T22:08:33.183Z PASS [ 0.834s] oximeter-db client::tests::test_database_version_update_is_idempotent
76502025-05-13T22:08:33.439Z PASS [ 0.815s] oximeter-db client::tests::test_database_version_will_not_upgrade
76512025-05-13T22:08:33.784Z PASS [ 1.117s] oximeter-db client::tests::test_differentiate_by_timeseries_name
76522025-05-13T22:08:34.051Z PASS [ 1.167s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
76532025-05-13T22:08:34.076Z PASS [ 0.919s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
76542025-05-13T22:08:34.177Z PASS [ 0.999s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
76552025-05-13T22:08:34.653Z PASS [ 1.213s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
76562025-05-13T22:08:34.679Z PASS [ 0.888s] oximeter-db client::tests::test_field_record_count
76572025-05-13T22:08:34.869Z PASS [ 0.818s] oximeter-db client::tests::test_get_schema_no_new_values
76582025-05-13T22:08:34.918Z PASS [ 0.049s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
76592025-05-13T22:08:34.943Z PASS [ 0.842s] oximeter-db client::tests::test_insert_samples
76602025-05-13T22:08:34.968Z PASS [ 0.046s] oximeter-db client::tests::test_read_timeseries_to_delete
76612025-05-13T22:08:34.994Z PASS [ 0.045s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
76622025-05-13T22:08:35.019Z PASS [ 0.817s] oximeter-db client::tests::test_is_oximeter_cluster
76632025-05-13T22:08:35.020Z PASS [ 0.040s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
76642025-05-13T22:08:35.513Z PASS [ 0.839s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
76652025-05-13T22:08:35.561Z PASS [ 0.908s] oximeter-db client::tests::test_list_timeseries
76662025-05-13T22:08:35.831Z PASS [ 0.836s] oximeter-db client::tests::test_schema_mismatch
76672025-05-13T22:08:35.861Z PASS [ 0.855s] oximeter-db client::tests::test_schema_update
76682025-05-13T22:08:36.606Z PASS [ 1.044s] oximeter-db client::tests::test_select_all_field_types
76692025-05-13T22:08:36.691Z PASS [ 1.717s] oximeter-db client::tests::test_recall_of_all_fields
76702025-05-13T22:08:36.741Z PASS [ 1.229s] oximeter-db client::tests::test_select_all_datum_types
76712025-05-13T22:08:36.807Z PASS [ 0.975s] oximeter-db client::tests::test_select_timeseries_with_all
76722025-05-13T22:08:37.021Z PASS [ 1.160s] oximeter-db client::tests::test_select_timeseries_with_limit
76732025-05-13T22:08:37.726Z PASS [ 1.033s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
76742025-05-13T22:08:37.764Z PASS [ 1.022s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
76752025-05-13T22:08:37.812Z PASS [ 1.005s] oximeter-db client::tests::test_select_timeseries_with_start_time
76762025-05-13T22:08:37.812Z PASS [ 0.047s] oximeter-db client::tests::test_unravel_index
76772025-05-13T22:08:37.865Z PASS [ 0.052s] oximeter-db client::tests::test_verify_schema_upgrades
76782025-05-13T22:08:37.890Z PASS [ 1.267s] oximeter-db client::tests::test_select_timeseries_with_order
76792025-05-13T22:08:37.890Z PASS [ 10.491s] omicron-test-utils dev::db::test::test_setup_database_default_dir
76802025-05-13T22:08:37.915Z PASS [ 0.046s] oximeter-db model::fields::tests::test_extract_fields_as_block
76812025-05-13T22:08:37.941Z PASS [ 0.048s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
76822025-05-13T22:08:37.966Z PASS [ 0.053s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
76832025-05-13T22:08:37.966Z PASS [ 0.048s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
76842025-05-13T22:08:37.991Z PASS [ 0.046s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
76852025-05-13T22:08:37.991Z PASS [ 0.039s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
76862025-05-13T22:08:38.017Z PASS [ 0.039s] oximeter-db native::block::tests::concat_blocks
76872025-05-13T22:08:38.017Z PASS [ 0.042s] oximeter-db native::block::tests::datetime64_scale_checks_range
76882025-05-13T22:08:38.044Z PASS [ 0.043s] oximeter-db native::block::tests::parse_date_time
76892025-05-13T22:08:38.044Z PASS [ 0.043s] oximeter-db native::block::tests::parse_date_time64
76902025-05-13T22:08:38.070Z PASS [ 0.040s] oximeter-db native::block::tests::parse_escaped_date_time64
76912025-05-13T22:08:38.070Z PASS [ 0.042s] oximeter-db native::block::tests::test_data_type_to_string
76922025-05-13T22:08:38.096Z PASS [ 0.038s] oximeter-db native::block::tests::test_datetime64_conversions
76932025-05-13T22:08:38.120Z PASS [ 0.046s] oximeter-db native::block::tests::test_parse_all_known_timezones
76942025-05-13T22:08:38.120Z PASS [ 0.041s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
76952025-05-13T22:08:38.146Z PASS [ 0.040s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
76962025-05-13T22:08:38.146Z PASS [ 0.042s] oximeter-db native::block::tests::test_parse_enum8
76972025-05-13T22:08:38.171Z PASS [ 0.041s] oximeter-db native::block::tests::test_parse_enum_variant
76982025-05-13T22:08:38.171Z PASS [ 0.040s] oximeter-db native::block::tests::test_parse_invalid_data_type
76992025-05-13T22:08:38.217Z PASS [ 32.152s] omicron-sled-agent nexus::test::nexus_self_notification_test
77002025-05-13T22:08:38.419Z PASS [ 1.398s] oximeter-db client::tests::test_sql_query_output
77012025-05-13T22:08:38.564Z PASS [ 0.837s] oximeter-db client::tests::test_timeseries_schema_list
77022025-05-13T22:08:38.688Z PASS [ 0.875s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
77032025-05-13T22:08:38.764Z PASS [ 0.622s] oximeter-db native::connection::tests::test_basic_select_query
77042025-05-13T22:08:38.795Z PASS [ 0.633s] oximeter-db native::connection::tests::test_exchange_hello
77052025-05-13T22:08:38.846Z PASS [ 0.629s] oximeter-db native::connection::tests::test_insert_and_select_data
77062025-05-13T22:08:38.880Z PASS [ 0.728s] oximeter-db native::connection::tests::test_can_cancel_query
77072025-05-13T22:08:38.905Z PASS [ 0.043s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
77082025-05-13T22:08:38.930Z PASS [ 0.040s] oximeter-db native::io::block::tests::test_decode_full_block
77092025-05-13T22:08:38.930Z PASS [ 0.039s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
77102025-05-13T22:08:38.964Z PASS [ 0.043s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
77112025-05-13T22:08:38.989Z PASS [ 0.045s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
77122025-05-13T22:08:39.014Z PASS [ 0.040s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
77132025-05-13T22:08:39.039Z PASS [ 0.040s] oximeter-db native::io::column::tests::test_decode_string_column
77142025-05-13T22:08:39.064Z PASS [ 0.628s] oximeter-db native::connection::tests::test_insert_and_select_uuid
77152025-05-13T22:08:39.065Z PASS [ 0.043s] oximeter-db native::io::column::tests::test_decode_uint64_column
77162025-05-13T22:08:39.089Z PASS [ 0.048s] oximeter-db native::io::column::tests::test_decode_uint8_column
77172025-05-13T22:08:39.114Z PASS [ 0.045s] oximeter-db native::io::column::tests::test_encode_decode_column
77182025-05-13T22:08:39.114Z PASS [ 0.054s] oximeter-db native::io::column::tests::test_decode_uuid_column
77192025-05-13T22:08:39.114Z PASS [ 0.045s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
77202025-05-13T22:08:39.139Z PASS [ 0.038s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
77212025-05-13T22:08:39.165Z PASS [ 0.040s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
77222025-05-13T22:08:39.165Z PASS [ 0.045s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
77232025-05-13T22:08:39.190Z PASS [ 0.041s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
77242025-05-13T22:08:39.190Z PASS [ 0.038s] oximeter-db native::io::packet::server::tests::test_decode_pong
77252025-05-13T22:08:39.215Z PASS [ 0.629s] oximeter-db native::connection::tests::test_select_array_column
77262025-05-13T22:08:39.215Z PASS [ 0.045s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
77272025-05-13T22:08:39.240Z PASS [ 0.040s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
77282025-05-13T22:08:39.240Z PASS [ 0.041s] oximeter-db native::io::string::test::test_encode_decode
77292025-05-13T22:08:39.240Z PASS [ 0.040s] oximeter-db native::io::string::test::test_encode_hello_world
77302025-05-13T22:08:39.266Z PASS [ 0.042s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
77312025-05-13T22:08:39.266Z PASS [ 0.042s] oximeter-db native::io::table_columns::tests::test_column_count
77322025-05-13T22:08:39.291Z PASS [ 0.042s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
77332025-05-13T22:08:39.291Z PASS [ 0.046s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
77342025-05-13T22:08:39.291Z PASS [ 0.040s] oximeter-db native::io::table_columns::tests::test_column_descriptions
77352025-05-13T22:08:39.316Z PASS [ 0.041s] oximeter-db native::io::varuint::test_encode_decode_varuint
77362025-05-13T22:08:39.316Z PASS [ 0.040s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
77372025-05-13T22:08:39.316Z PASS [ 0.622s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
77382025-05-13T22:08:39.341Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_comparison
77392025-05-13T22:08:39.341Z PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
77402025-05-13T22:08:39.366Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
77412025-05-13T22:08:39.366Z PASS [ 0.047s] oximeter-db oxql::ast::grammar::tests::test_double_literal
77422025-05-13T22:08:39.366Z PASS [ 0.048s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
77432025-05-13T22:08:39.391Z PASS [ 0.040s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
77442025-05-13T22:08:39.417Z PASS [ 0.049s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
77452025-05-13T22:08:39.417Z PASS [ 0.626s] oximeter-db native::connection::tests::test_select_nullable_column
77462025-05-13T22:08:39.417Z PASS [ 0.060s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
77472025-05-13T22:08:39.442Z PASS [ 0.050s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
77482025-05-13T22:08:39.442Z PASS [ 0.050s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
77492025-05-13T22:08:39.443Z PASS [ 0.049s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
77502025-05-13T22:08:39.468Z PASS [ 0.642s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
77512025-05-13T22:08:39.468Z PASS [ 0.046s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
77522025-05-13T22:08:39.468Z PASS [ 0.046s] oximeter-db oxql::ast::grammar::tests::test_group_by
77532025-05-13T22:08:39.493Z PASS [ 0.071s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
77542025-05-13T22:08:39.493Z PASS [ 0.051s] oximeter-db oxql::ast::grammar::tests::test_ident
77552025-05-13T22:08:39.493Z PASS [ 0.051s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
77562025-05-13T22:08:39.493Z PASS [ 0.051s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
77572025-05-13T22:08:39.518Z PASS [ 0.051s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
77582025-05-13T22:08:39.518Z PASS [ 0.050s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
77592025-05-13T22:08:39.518Z PASS [ 0.061s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
77602025-05-13T22:08:39.518Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
77612025-05-13T22:08:39.545Z PASS [ 0.047s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
77622025-05-13T22:08:39.570Z PASS [ 0.073s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
77632025-05-13T22:08:39.570Z PASS [ 0.074s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
77642025-05-13T22:08:39.596Z PASS [ 0.052s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
77652025-05-13T22:08:39.597Z PASS [ 0.053s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
77662025-05-13T22:08:39.597Z PASS [ 0.080s] oximeter-db oxql::ast::grammar::tests::test_query
77672025-05-13T22:08:39.597Z PASS [ 0.046s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
77682025-05-13T22:08:39.622Z PASS [ 0.054s] oximeter-db oxql::ast::grammar::tests::test_reducer
77692025-05-13T22:08:39.622Z PASS [ 0.055s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
77702025-05-13T22:08:39.623Z PASS [ 0.046s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
77712025-05-13T22:08:39.648Z PASS [ 0.055s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
77722025-05-13T22:08:39.673Z PASS [ 0.047s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
77732025-05-13T22:08:39.673Z PASS [ 0.038s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
77742025-05-13T22:08:39.673Z PASS [ 0.056s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
77752025-05-13T22:08:39.673Z PASS [ 0.048s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
77762025-05-13T22:08:39.701Z PASS [ 0.049s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
77772025-05-13T22:08:39.730Z PASS [ 0.042s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
77782025-05-13T22:08:39.730Z PASS [ 0.051s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
77792025-05-13T22:08:39.730Z PASS [ 0.064s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
77802025-05-13T22:08:39.730Z PASS [ 0.075s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
77812025-05-13T22:08:39.730Z PASS [ 0.045s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
77822025-05-13T22:08:39.755Z PASS [ 0.063s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
77832025-05-13T22:08:39.755Z PASS [ 0.050s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
77842025-05-13T22:08:39.781Z PASS [ 0.057s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
77852025-05-13T22:08:39.806Z PASS [ 0.056s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
77862025-05-13T22:08:39.806Z PASS [ 0.055s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
77872025-05-13T22:08:39.806Z PASS [ 0.066s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
77882025-05-13T22:08:39.806Z PASS [ 0.055s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
77892025-05-13T22:08:39.831Z PASS [ 0.046s] oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
77902025-05-13T22:08:39.831Z PASS [ 0.055s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
77912025-05-13T22:08:39.857Z PASS [ 0.045s] oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
77922025-05-13T22:08:39.857Z PASS [ 0.046s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
77932025-05-13T22:08:39.857Z PASS [ 0.046s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
77942025-05-13T22:08:39.857Z PASS [ 0.045s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
77952025-05-13T22:08:39.882Z PASS [ 0.038s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
77962025-05-13T22:08:39.908Z PASS [ 0.039s] oximeter-db oxql::plan::align::test::test_align_input_schema
77972025-05-13T22:08:39.908Z PASS [ 0.048s] oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
77982025-05-13T22:08:39.976Z PASS [ 0.136s] oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
77992025-05-13T22:08:40.001Z PASS [ 0.118s] oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
78002025-05-13T22:08:40.001Z PASS [ 0.126s] oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
78012025-05-13T22:08:40.027Z PASS [ 0.148s] oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
78022025-05-13T22:08:40.027Z PASS [ 0.130s] oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
78032025-05-13T22:08:40.027Z PASS [ 0.130s] oximeter-db oxql::plan::plan::tests::cannot_join_one_table
78042025-05-13T22:08:40.100Z PASS [ 0.124s] oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
78052025-05-13T22:08:40.125Z PASS [ 0.125s] oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
78062025-05-13T22:08:40.164Z PASS [ 0.141s] oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
78072025-05-13T22:08:40.164Z PASS [ 0.127s] oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
78082025-05-13T22:08:40.191Z PASS [ 0.134s] oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
78092025-05-13T22:08:40.191Z PASS [ 0.141s] oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
78102025-05-13T22:08:40.228Z PASS [ 0.128s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
78112025-05-13T22:08:40.253Z PASS [ 0.125s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
78122025-05-13T22:08:40.253Z PASS [ 0.123s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
78132025-05-13T22:08:40.278Z PASS [ 0.125s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
78142025-05-13T22:08:40.278Z PASS [ 0.123s] oximeter-db oxql::plan::plan::tests::requires_full_table_scan
78152025-05-13T22:08:40.834Z PASS [ 0.124s] oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
78162025-05-13T22:08:40.860Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_coalesce_limits
78172025-05-13T22:08:40.860Z PASS [ 0.115s] oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
78182025-05-13T22:08:40.860Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
78192025-05-13T22:08:40.860Z PASS [ 0.122s] oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
78202025-05-13T22:08:40.860Z PASS [ 0.124s] oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
78212025-05-13T22:08:40.860Z PASS [ 0.123s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
78222025-05-13T22:08:40.860Z PASS [ 0.049s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
78232025-05-13T22:08:40.860Z PASS [ 0.125s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
78242025-05-13T22:08:40.860Z PASS [ 0.041s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
78252025-05-13T22:08:40.860Z PASS [ 0.044s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
78262025-05-13T22:08:40.860Z PASS [ 0.060s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
78272025-05-13T22:08:40.886Z PASS [ 0.045s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
78282025-05-13T22:08:40.886Z PASS [ 0.048s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
78292025-05-13T22:08:40.886Z PASS [ 0.041s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
78302025-05-13T22:08:40.886Z PASS [ 0.063s] oximeter-db oxql::query::tests::test_coalesce_predicates
78312025-05-13T22:08:40.886Z PASS [ 0.045s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
78322025-05-13T22:08:40.886Z PASS [ 0.045s] oximeter-db oxql::query::tests::test_insert_filters
78332025-05-13T22:08:40.886Z PASS [ 0.054s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
78342025-05-13T22:08:40.886Z PASS [ 0.057s] oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
78352025-05-13T22:08:40.886Z PASS [ 0.041s] oximeter-db oxql::query::tests::test_query_end_time
78362025-05-13T22:08:40.886Z PASS [ 0.056s] oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
78372025-05-13T22:08:40.886Z PASS [ 0.044s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
78382025-05-13T22:08:40.886Z PASS [ 0.067s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
78392025-05-13T22:08:40.886Z PASS [ 0.046s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
78402025-05-13T22:08:40.886Z PASS [ 0.046s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
78412025-05-13T22:08:40.886Z PASS [ 0.054s] oximeter-db oxql::query::tests::test_split_query
78422025-05-13T22:08:40.886Z PASS [ 0.054s] oximeter-db query::tests::test_field_cmp
78432025-05-13T22:08:40.886Z PASS [ 0.044s] oximeter-db query::tests::test_field_selector_as_query
78442025-05-13T22:08:40.887Z PASS [ 0.052s] oximeter-db query::tests::test_field_value_as_db_str
78452025-05-13T22:08:40.887Z PASS [ 0.068s] oximeter-db query::tests::test_select_query_builder_field_selectors
78462025-05-13T22:08:40.887Z PASS [ 0.048s] oximeter-db query::tests::test_select_query_builder_from_parts
78472025-05-13T22:08:40.887Z PASS [ 0.060s] oximeter-db query::tests::test_select_query_builder_filter_raw
78482025-05-13T22:08:40.887Z PASS [ 0.066s] oximeter-db query::tests::test_select_query_builder_full
78492025-05-13T22:08:40.887Z PASS [ 0.041s] oximeter-db query::tests::test_select_query_builder_no_fields
78502025-05-13T22:08:40.887Z PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_limit_offset
78512025-05-13T22:08:40.887Z PASS [ 0.034s] oximeter-db query::tests::test_select_query_builder_no_selectors
78522025-05-13T22:08:40.887Z PASS [ 0.047s] oximeter-db query::tests::test_string_field_selector
78532025-05-13T22:08:40.887Z PASS [ 0.037s] oximeter-db query::tests::test_time_range
78542025-05-13T22:08:40.887Z PASS [ 0.040s] oximeter-db sql::tests::test_allow_subqueries
78552025-05-13T22:08:40.887Z PASS [ 0.059s] oximeter-db sql::tests::test_cannot_name_database
78562025-05-13T22:08:40.887Z PASS [ 0.070s] oximeter-db sql::tests::test_allow_limit_offset
78572025-05-13T22:08:40.887Z PASS [ 0.071s] oximeter-db sql::tests::test_ctes_are_not_supported
78582025-05-13T22:08:40.887Z PASS [ 0.051s] oximeter-db sql::tests::test_function_allow_list
78592025-05-13T22:08:40.887Z PASS [ 0.075s] oximeter-db sql::tests::test_join_must_be_inner
78602025-05-13T22:08:40.888Z PASS [ 0.061s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
78612025-05-13T22:08:40.888Z PASS [ 0.061s] oximeter-db sql::tests::test_query_must_be_select_statement
78622025-05-13T22:08:40.888Z PASS [ 0.060s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
78632025-05-13T22:08:40.889Z PASS [ 0.058s] oximeter-db sql::tests::test_require_table_is_timeseries_name
78642025-05-13T22:08:40.889Z PASS [ 0.045s] oximeter-db sql::tests::test_with_comma_join_fails
78652025-05-13T22:08:40.889Z PASS [ 0.050s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
78662025-05-13T22:08:40.889Z PASS [ 0.046s] oximeter-db tests::test_timeseries_key_sample_stability
78672025-05-13T22:08:40.889Z PASS [ 1.289s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
78682025-05-13T22:08:40.889Z PASS [ 0.054s] oximeter-db tests::test_timeseries_key_field_stability
78692025-05-13T22:08:40.889Z PASS [ 0.093s] oximeter-instruments http::tests::test_latency_tracker
78702025-05-13T22:08:40.916Z PASS [ 0.106s] oximeter-instruments kstat::link::tests::test_kstat_interested
78712025-05-13T22:08:41.061Z PASS [ 0.145s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
78722025-05-13T22:08:41.112Z PASS [ 0.227s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
78732025-05-13T22:08:41.112Z PASS [ 0.302s] oximeter-instruments kstat::link::tests::test_kstat_sampler
78742025-05-13T22:08:41.195Z PASS [ 0.385s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
78752025-05-13T22:08:41.220Z PASS [ 0.158s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
78762025-05-13T22:08:41.248Z PASS [ 0.052s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
78772025-05-13T22:08:41.274Z PASS [ 0.123s] oximeter-instruments kstat::link::tests::test_sled_datalink
78782025-05-13T22:08:41.274Z PASS [ 0.042s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
78792025-05-13T22:08:41.299Z PASS [ 0.042s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
78802025-05-13T22:08:41.324Z PASS [ 0.054s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
78812025-05-13T22:08:41.324Z PASS [ 0.031s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
78822025-05-13T22:08:41.324Z PASS [ 0.211s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
78832025-05-13T22:08:41.350Z PASS [ 0.041s] oximeter-macro-impl tests::test_metric_annotated_field
78842025-05-13T22:08:41.350Z PASS [ 0.038s] oximeter-macro-impl tests::test_metric_enum
78852025-05-13T22:08:41.375Z PASS [ 0.049s] oximeter-macro-impl tests::test_metric_datum_field
78862025-05-13T22:08:41.375Z PASS [ 0.041s] oximeter-macro-impl tests::test_metric_without_datum_field
78872025-05-13T22:08:41.400Z PASS [ 0.035s] oximeter-macro-impl tests::test_target_empty_struct
78882025-05-13T22:08:41.400Z PASS [ 0.045s] oximeter-macro-impl tests::test_target
78892025-05-13T22:08:41.425Z PASS [ 0.036s] oximeter-macro-impl tests::test_target_enum
78902025-05-13T22:08:41.426Z PASS [ 0.035s] oximeter-macro-impl tests::test_target_unit_struct
78912025-05-13T22:08:41.452Z PASS [ 0.031s] oximeter-macro-impl tests::test_target_with_datum_field
78922025-05-13T22:08:41.482Z PASS [ 0.078s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
78932025-05-13T22:08:41.482Z PASS [ 0.078s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
78942025-05-13T22:08:41.507Z PASS [ 0.062s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
78952025-05-13T22:08:41.534Z PASS [ 0.051s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
78962025-05-13T22:08:41.559Z PASS [ 0.062s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
78972025-05-13T22:08:41.559Z PASS [ 0.066s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
78982025-05-13T22:08:41.584Z PASS [ 0.048s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
78992025-05-13T22:08:41.609Z PASS [ 0.053s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
79002025-05-13T22:08:41.609Z PASS [ 0.049s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
79012025-05-13T22:08:41.634Z PASS [ 0.049s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
79022025-05-13T22:08:41.659Z PASS [ 0.042s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
79032025-05-13T22:08:41.684Z PASS [ 0.061s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
79042025-05-13T22:08:41.684Z PASS [ 0.038s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
79052025-05-13T22:08:41.709Z PASS [ 0.036s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
79062025-05-13T22:08:41.709Z PASS [ 0.041s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
79072025-05-13T22:08:41.734Z PASS [ 0.039s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
79082025-05-13T22:08:41.734Z PASS [ 0.038s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
79092025-05-13T22:08:41.760Z PASS [ 0.046s] oximeter-schema ir::tests::fail_on_empty_descriptions
79102025-05-13T22:08:41.760Z PASS [ 0.044s] oximeter-schema ir::tests::fail_on_empty_metric_name
79112025-05-13T22:08:41.785Z PASS [ 0.036s] oximeter-schema ir::tests::fail_on_empty_target_name
79122025-05-13T22:08:41.785Z PASS [ 0.032s] oximeter-schema ir::tests::fail_on_very_long_field_names
79132025-05-13T22:08:41.810Z PASS [ 0.043s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
79142025-05-13T22:08:41.810Z PASS [ 0.046s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
79152025-05-13T22:08:41.838Z PASS [ 0.042s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
79162025-05-13T22:08:41.863Z PASS [ 0.045s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
79172025-05-13T22:08:41.863Z PASS [ 0.045s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
79182025-05-13T22:08:41.889Z PASS [ 0.040s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
79192025-05-13T22:08:41.889Z PASS [ 0.040s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
79202025-05-13T22:08:41.914Z PASS [ 0.045s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
79212025-05-13T22:08:41.914Z PASS [ 0.047s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
79222025-05-13T22:08:41.940Z PASS [ 0.040s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
79232025-05-13T22:08:41.965Z PASS [ 0.042s] oximeter-schema ir::tests::only_support_format_version_1
79242025-05-13T22:08:41.965Z PASS [ 0.039s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
79252025-05-13T22:08:41.965Z PASS [ 0.036s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
79262025-05-13T22:08:42.018Z PASS [ 0.065s] oximeter-test-utils tests::test_sample_struct
79272025-05-13T22:08:42.044Z PASS [ 0.056s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
79282025-05-13T22:08:42.044Z PASS [ 0.083s] oximeter-test-utils tests::test_gen_test_samples
79292025-05-13T22:08:42.069Z PASS [ 0.040s] oximeter-test-utils tests::test_timeseries_schema_from_parts
79302025-05-13T22:08:42.069Z PASS [ 0.041s] oximeter-test-utils tests::test_timeseries_schema_from_sample
79312025-05-13T22:08:42.094Z PASS [ 0.049s] oximeter-types histogram::tests::test_bin_range
79322025-05-13T22:08:42.119Z PASS [ 0.037s] oximeter-types histogram::tests::test_bin_range_from
79332025-05-13T22:08:42.119Z PASS [ 0.036s] oximeter-types histogram::tests::test_bin_range_to
79342025-05-13T22:08:42.119Z PASS [ 0.040s] oximeter-types histogram::tests::test_empty_bins_not_supported
79352025-05-13T22:08:42.144Z PASS [ 0.036s] oximeter-types histogram::tests::test_ensure_finite
79362025-05-13T22:08:42.170Z PASS [ 0.047s] oximeter-types histogram::tests::test_histogram
79372025-05-13T22:08:42.170Z PASS [ 0.043s] oximeter-types histogram::tests::test_histogram_construct_with
79382025-05-13T22:08:42.195Z PASS [ 0.039s] oximeter-types histogram::tests::test_histogram_extreme_bins
79392025-05-13T22:08:42.195Z PASS [ 0.035s] oximeter-types histogram::tests::test_histogram_extreme_samples
79402025-05-13T22:08:42.220Z PASS [ 0.034s] oximeter-types histogram::tests::test_histogram_float_bins
79412025-05-13T22:08:42.220Z PASS [ 0.037s] oximeter-types histogram::tests::test_histogram_unbounded_samples
79422025-05-13T22:08:42.245Z PASS [ 0.036s] oximeter-types histogram::tests::test_histogram_unsorted_bins
79432025-05-13T22:08:42.245Z PASS [ 0.039s] oximeter-types histogram::tests::test_histogram_with_bins
79442025-05-13T22:08:42.270Z PASS [ 0.039s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
79452025-05-13T22:08:42.270Z PASS [ 0.036s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
79462025-05-13T22:08:42.295Z PASS [ 0.037s] oximeter-types histogram::tests::test_log_bins_u64
79472025-05-13T22:08:42.296Z PASS [ 0.035s] oximeter-types histogram::tests::test_log_bins_u8
79482025-05-13T22:08:42.321Z PASS [ 0.036s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
79492025-05-13T22:08:42.347Z PASS [ 0.057s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
79502025-05-13T22:08:42.347Z PASS [ 0.046s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
79512025-05-13T22:08:42.374Z PASS [ 0.038s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
79522025-05-13T22:08:42.374Z PASS [ 0.038s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
79532025-05-13T22:08:42.374Z PASS [ 0.036s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
79542025-05-13T22:08:42.399Z PASS [ 0.034s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
79552025-05-13T22:08:42.399Z PASS [ 0.036s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
79562025-05-13T22:08:42.424Z PASS [ 0.036s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
79572025-05-13T22:08:42.449Z PASS [ 0.040s] oximeter-types histogram::tests::test_span_decades
79582025-05-13T22:08:42.449Z PASS [ 0.035s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
79592025-05-13T22:08:42.475Z PASS [ 0.044s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
79602025-05-13T22:08:42.475Z PASS [ 0.036s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
79612025-05-13T22:08:42.475Z PASS [ 0.037s] oximeter-types quantile::tests::test_default_percentiles
79622025-05-13T22:08:42.500Z PASS [ 0.035s] oximeter-types quantile::tests::test_empty_observations
79632025-05-13T22:08:42.526Z PASS [ 0.040s] oximeter-types quantile::tests::test_find_cells
79642025-05-13T22:08:42.526Z PASS [ 0.041s] oximeter-types quantile::tests::test_float_observations
79652025-05-13T22:08:42.551Z PASS [ 0.041s] oximeter-types quantile::tests::test_integer_observations
79662025-05-13T22:08:42.551Z PASS [ 0.036s] oximeter-types quantile::tests::test_invalid_p_value
79672025-05-13T22:08:42.576Z PASS [ 0.036s] oximeter-types quantile::tests::test_max_p
79682025-05-13T22:08:42.576Z PASS [ 0.037s] oximeter-types quantile::tests::test_min_p
79692025-05-13T22:08:42.601Z PASS [ 0.036s] oximeter-types quantile::tests::test_non_filled_observations
79702025-05-13T22:08:42.601Z PASS [ 0.043s] oximeter-types quantile::tests::test_rounding
79712025-05-13T22:08:42.626Z PASS [ 0.037s] oximeter-types schema::tests::test_field_schema_ordering
79722025-05-13T22:08:42.652Z PASS [ 0.052s] oximeter-types schema::tests::test_timeseries_name
79732025-05-13T22:08:42.652Z PASS [ 0.045s] oximeter-types schema::tests::test_timeseries_name_from_str
79742025-05-13T22:08:42.652Z PASS [ 0.045s] oximeter-types traits::tests::test_metric_trait
79752025-05-13T22:08:42.677Z PASS [ 0.044s] oximeter-types traits::tests::test_producer_trait
79762025-05-13T22:08:42.702Z PASS [ 0.043s] oximeter-types traits::tests::test_target_trait
79772025-05-13T22:08:42.702Z PASS [ 0.042s] oximeter-types types::tests::test_cumulative_f64
79782025-05-13T22:08:42.728Z PASS [ 0.037s] oximeter-types types::tests::test_cumulative_i64
79792025-05-13T22:08:42.728Z PASS [ 0.036s] oximeter-types types::tests::test_datum
79802025-05-13T22:08:42.753Z PASS [ 0.037s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
79812025-05-13T22:08:42.753Z PASS [ 0.034s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
79822025-05-13T22:08:42.778Z PASS [ 0.035s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
79832025-05-13T22:08:42.778Z PASS [ 0.045s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
79842025-05-13T22:08:42.804Z PASS [ 0.031s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
79852025-05-13T22:08:42.804Z PASS [ 0.041s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
79862025-05-13T22:08:42.829Z PASS [ 0.035s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
79872025-05-13T22:08:42.829Z PASS [ 0.035s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
79882025-05-13T22:08:42.854Z PASS [ 0.045s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
79892025-05-13T22:08:42.854Z PASS [ 0.038s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
79902025-05-13T22:08:42.879Z PASS [ 0.037s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
79912025-05-13T22:08:42.879Z PASS [ 0.037s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
79922025-05-13T22:08:42.904Z PASS [ 0.048s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
79932025-05-13T22:08:42.930Z PASS [ 0.036s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
79942025-05-13T22:08:42.930Z PASS [ 0.047s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
79952025-05-13T22:08:42.955Z PASS [ 0.032s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
79962025-05-13T22:08:42.980Z PASS [ 0.042s] oximeter-types types::tests::test_measurement
79972025-05-13T22:08:42.980Z PASS [ 0.032s] oximeter-types types::tests::test_verify_field_names
79982025-05-13T22:08:42.980Z PASS [ 0.053s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
79992025-05-13T22:08:43.006Z PASS [ 0.033s] oxlog tests::test_is_oxide_smf_log_file
80002025-05-13T22:08:43.006Z PASS [ 0.044s] oxlog tests::test_daterange_filter
80012025-05-13T22:08:43.031Z PASS [ 0.041s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
80022025-05-13T22:08:43.056Z PASS [ 0.040s] oxlog tests::test_sort_logs
80032025-05-13T22:08:43.088Z PASS [ 0.077s] oxql-types point::tests::test_cast_points_from_bool
80042025-05-13T22:08:43.113Z PASS [ 0.056s] oxql-types point::tests::test_cast_points_from_double
80052025-05-13T22:08:43.138Z PASS [ 0.124s] oxlog::bin/oxlog tests::test_parse_timestamp
80062025-05-13T22:08:43.138Z PASS [ 0.046s] oxql-types point::tests::test_cast_points_from_double_distribution
80072025-05-13T22:08:43.138Z PASS [ 0.036s] oxql-types point::tests::test_cast_points_from_int_distribution
80082025-05-13T22:08:43.170Z PASS [ 0.044s] oxql-types point::tests::test_cast_points_from_integer
80092025-05-13T22:08:43.195Z PASS [ 0.034s] oxql-types point::tests::test_join_point_arrays
80102025-05-13T22:08:43.195Z PASS [ 0.051s] oxql-types point::tests::test_cast_points_from_string
80112025-05-13T22:08:43.220Z PASS [ 0.037s] oxql-types point::tests::test_point_delta_between
80122025-05-13T22:08:43.220Z PASS [ 0.046s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
80132025-05-13T22:08:43.245Z PASS [ 0.040s] oxql-types point::tests::test_point_delta_between_with_new_epoch
80142025-05-13T22:08:43.245Z PASS [ 0.034s] oxql-types point::tests::test_push_concrete_values
80152025-05-13T22:08:43.270Z PASS [ 0.035s] oxql-types point::tests::test_sub_between_histogram_distributions
80162025-05-13T22:08:43.295Z PASS [ 0.024s] range-requests test::invalid_ranges
80172025-05-13T22:08:43.295Z PASS [ 0.056s] range-requests test::get_response_no_range
80182025-05-13T22:08:43.295Z PASS [ 0.052s] range-requests test::get_response_with_range
80192025-05-13T22:08:43.320Z PASS [ 0.031s] range-requests test::parse_range_invalid
80202025-05-13T22:08:43.320Z PASS [ 0.032s] range-requests test::parse_range_valid
80212025-05-13T22:08:43.346Z PASS [ 0.041s] range-requests test::potential_range_parsing_does_not_crash
80222025-05-13T22:08:43.346Z PASS [ 0.027s] range-requests test::single_range_parsing_does_not_crash
80232025-05-13T22:08:43.762Z PASS [ 0.441s] reconfigurator-cli::test-scripts script::cmds-example.txt
80242025-05-13T22:08:43.787Z PASS [ 0.437s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added.txt
80252025-05-13T22:08:43.812Z PASS [ 0.465s] reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
80262025-05-13T22:08:43.920Z PASS [ 0.159s] reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
80272025-05-13T22:08:43.946Z PASS [ 0.146s] reconfigurator-cli::test-scripts script::cmds.txt
80282025-05-13T22:08:44.365Z PASS [ 2.984s] oximeter-producer tests::test_producer_registration_task
80292025-05-13T22:08:45.068Z PASS [ 1.265s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
80302025-05-13T22:08:45.411Z PASS [ 1.489s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
80312025-05-13T22:08:45.524Z PASS [ 1.601s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
80322025-05-13T22:08:46.726Z PASS [ 1.657s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
80332025-05-13T22:08:47.417Z PASS [ 2.005s] sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
80342025-05-13T22:08:48.374Z PASS [ 0.957s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
80352025-05-13T22:08:48.925Z PASS [ 3.401s] sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
80362025-05-13T22:08:48.988Z PASS [ 0.062s] sled-agent-config-reconciler dump_setup::tests::test_archives_rotated_logs_and_cores
80372025-05-13T22:08:49.044Z PASS [ 0.055s] sled-agent-config-reconciler dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
80382025-05-13T22:08:49.101Z PASS [ 0.057s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold
80392025-05-13T22:08:49.149Z PASS [ 0.048s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold_many_files
80402025-05-13T22:08:49.209Z PASS [ 0.059s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleanup_ignores_support_bundles
80412025-05-13T22:08:49.270Z PASS [ 0.060s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_not_cleaned_under_threshold
80422025-05-13T22:08:49.321Z PASS [ 0.052s] sled-agent-config-reconciler dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
80432025-05-13T22:08:49.385Z PASS [ 0.062s] sled-agent-config-reconciler dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
80442025-05-13T22:08:49.439Z PASS [ 0.054s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
80452025-05-13T22:08:49.493Z PASS [ 0.054s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
80462025-05-13T22:08:49.527Z PASS [ 1.153s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
80472025-05-13T22:08:49.805Z PASS [ 0.310s] sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
80482025-05-13T22:08:49.869Z PASS [ 0.061s] sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
80492025-05-13T22:08:49.933Z PASS [ 0.066s] sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
80502025-05-13T22:08:49.990Z PASS [ 0.056s] sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
80512025-05-13T22:08:50.101Z PASS [ 0.110s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_merges_old_configs
80522025-05-13T22:08:50.345Z PASS [ 0.817s] sled-agent-config-reconciler internal_disks::tests::failures_are_retried
80532025-05-13T22:08:50.403Z PASS [ 0.057s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_returns_none_if_no_legacy_configs
80542025-05-13T22:08:50.497Z PASS [ 0.094s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_merge_old_configs
80552025-05-13T22:08:50.610Z PASS [ 0.112s] sled-agent-config-reconciler ledger::tests::convert_legacy_ledgers_if_present
80562025-05-13T22:08:50.670Z PASS [ 0.059s] sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
80572025-05-13T22:08:50.695Z PASS [ 0.569s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_panics_if_partial_legacy_configs
80582025-05-13T22:08:50.723Z PASS [ 0.052s] sled-agent-config-reconciler ledger::tests::read_existing_config
80592025-05-13T22:08:50.748Z PASS [ 0.061s] sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
80602025-05-13T22:08:50.843Z PASS [ 0.119s] sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
80612025-05-13T22:08:50.868Z PASS [ 0.126s] sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
80622025-05-13T22:08:50.906Z PASS [ 0.063s] sled-agent-config-reconciler ledger::tests::reject_old_config_generation
80632025-05-13T22:08:50.937Z PASS [ 0.070s] sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
80642025-05-13T22:08:53.232Z PASS [ 2.326s] sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
80652025-05-13T22:08:53.862Z PASS [ 7.135s] sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
80662025-05-13T22:08:53.997Z PASS [ 3.059s] sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
80672025-05-13T22:08:54.374Z PASS [ 10.007s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
80682025-05-13T22:08:54.467Z PASS [ 0.093s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
80692025-05-13T22:08:54.512Z PASS [ 0.044s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
80702025-05-13T22:08:54.570Z PASS [ 0.057s] sled-agent-types rack_init::tests::parse_rack_initialization
80712025-05-13T22:08:54.616Z PASS [ 0.046s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
80722025-05-13T22:08:54.680Z PASS [ 0.063s] sled-agent-types rack_init::tests::test_extra_certs
80732025-05-13T22:08:54.729Z PASS [ 0.048s] sled-agent-types rack_init::tests::test_subnets
80742025-05-13T22:08:54.781Z PASS [ 0.052s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
80752025-05-13T22:08:54.819Z PASS [ 0.038s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
80762025-05-13T22:08:54.860Z PASS [ 0.040s] sled-agent-types zone_bundle::tests::test_compare_bundles
80772025-05-13T22:08:54.895Z PASS [ 0.035s] sled-agent-types zone_bundle::tests::test_priority_dimension
80782025-05-13T22:08:54.930Z PASS [ 0.035s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
80792025-05-13T22:08:54.967Z PASS [ 0.036s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
80802025-05-13T22:08:55.052Z PASS [ 0.085s] sled-agent-zone-images mupdate_override::tests::read_boot_absent_other_present
80812025-05-13T22:08:55.100Z PASS [ 0.047s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_missing
80822025-05-13T22:08:55.137Z PASS [ 0.037s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_not_dir
80832025-05-13T22:08:55.178Z PASS [ 0.041s] sled-agent-zone-images mupdate_override::tests::read_boot_present_other_absent
80842025-05-13T22:08:55.221Z PASS [ 0.043s] sled-agent-zone-images mupdate_override::tests::read_boot_read_error
80852025-05-13T22:08:55.261Z PASS [ 0.039s] sled-agent-zone-images mupdate_override::tests::read_both_absent
80862025-05-13T22:08:55.311Z PASS [ 0.049s] sled-agent-zone-images mupdate_override::tests::read_both_present
80872025-05-13T22:08:55.355Z PASS [ 0.044s] sled-agent-zone-images mupdate_override::tests::read_different_values
80882025-05-13T22:08:55.396Z PASS [ 0.040s] sled-agent-zone-images mupdate_override::tests::read_solo_boot_disk
80892025-05-13T22:08:55.838Z PASS [ 15.066s] oximeter-db::integration_test test_schemas_disjoint
80902025-05-13T22:08:56.732Z PASS [ 2.869s] sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
80912025-05-13T22:08:57.189Z PASS [ 3.956s] sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
80922025-05-13T22:08:57.265Z PASS [ 3.268s] sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
80932025-05-13T22:08:57.322Z PASS [ 0.055s] sled-diagnostics logs::test::test_sort_cockroach_extra_logs
80942025-05-13T22:08:57.384Z PASS [ 0.061s] sled-diagnostics queries::test::test_command_stderr_is_correct
80952025-05-13T22:08:57.441Z PASS [ 0.057s] sled-diagnostics queries::test::test_command_stdout_is_correct
80962025-05-13T22:08:57.500Z PASS [ 0.059s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
80972025-05-13T22:08:58.051Z PASS [ 0.550s] sled-diagnostics queries::test::test_long_running_command_is_aborted
80982025-05-13T22:08:58.150Z PASS [ 0.098s] sled-hardware disk::test::test_disk_paths
80992025-05-13T22:08:58.189Z PASS [ 0.039s] sled-hardware disk::test::test_partition_device_paths
81002025-05-13T22:08:58.259Z PASS [ 0.070s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
81012025-05-13T22:08:58.302Z PASS [ 0.042s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
81022025-05-13T22:08:58.349Z PASS [ 0.047s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
81032025-05-13T22:08:58.400Z PASS [ 0.050s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
81042025-05-13T22:08:58.464Z PASS [ 0.064s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
81052025-05-13T22:08:58.514Z PASS [ 0.044s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
81062025-05-13T22:08:58.570Z PASS [ 0.051s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
81072025-05-13T22:08:58.657Z PASS [ 0.086s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
81082025-05-13T22:08:58.722Z PASS [ 0.065s] sled-storage dataset::test::serialize_dataset_name
81092025-05-13T22:08:58.797Z PASS [ 0.074s] sled-storage manager::test::test_datasets_schema
81102025-05-13T22:08:58.852Z PASS [ 0.055s] sled-storage manager::test::test_omicron_physical_disks_schema
81112025-05-13T22:09:00.121Z PASS [ 30.059s] oximeter-db client::tests::cannot_ping_nonexistent_server
81122025-05-13T22:09:00.270Z PASS [ 4.873s] sled-diagnostics logs::illumos_tests::collect_current_logs
81132025-05-13T22:09:00.349Z PASS [ 0.078s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
81142025-05-13T22:09:00.714Z PASS [ 4.874s] sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
81152025-05-13T22:09:00.739Z PASS [ 19.934s] oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
81162025-05-13T22:09:02.165Z PASS [ 5.433s] sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
81172025-05-13T22:09:02.389Z PASS [ 2.268s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
81182025-05-13T22:09:02.641Z PASS [ 21.868s] oximeter-db::integration_test test_cluster
81192025-05-13T22:09:02.726Z PASS [ 0.085s] sled-storage manager::tests::ensure_using_exactly_these_disks
81202025-05-13T22:09:03.144Z PASS [ 4.292s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
81212025-05-13T22:09:03.823Z PASS [ 6.633s] sled-diagnostics logs::illumos_tests::log_snapshots_work
81222025-05-13T22:09:05.093Z PASS [ 4.379s] sled-storage manager::tests::ensure_datasets
81232025-05-13T22:09:05.347Z PASS [ 4.616s] sled-storage manager::tests::ensure_datasets_get_mounted
81242025-05-13T22:09:05.970Z PASS [ 5.621s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
81252025-05-13T22:09:07.066Z PASS [ 4.900s] sled-storage manager::tests::ensure_datasets_get_mounted_even_with_data
81262025-05-13T22:09:07.223Z PASS [ 4.496s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
81272025-05-13T22:09:07.714Z PASS [ 4.569s] sled-storage manager::tests::nested_dataset
81282025-05-13T22:09:07.950Z PASS [ 2.857s] sled-storage manager::tests::update_rawdisk_firmware
81292025-05-13T22:09:08.097Z PASS [ 0.383s] trust-quorum node::tests::initial_configuration
81302025-05-13T22:09:08.178Z PASS [ 0.227s] trust-quorum validators::tests::test_validate_reconfigure_msg_failure
81312025-05-13T22:09:08.321Z PASS [ 1.097s] trust-quorum crypto::tests::rack_secret_test
81322025-05-13T22:09:08.346Z PASS [ 0.233s] trust-quorum validators::tests::test_validate_reconfigure_msg_new_success
81332025-05-13T22:09:08.997Z PASS [ 0.665s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
81342025-05-13T22:09:09.022Z PASS [ 0.686s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
81352025-05-13T22:09:09.022Z PASS [ 5.184s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
81362025-05-13T22:09:09.084Z PASS [ 0.075s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
81372025-05-13T22:09:09.113Z PASS [ 0.104s] update-common artifacts::update_plan::tests::test_bad_rot_versions
81382025-05-13T22:09:09.167Z PASS [ 0.082s] update-common artifacts::update_plan::tests::test_multi_rot_bord
81392025-05-13T22:09:09.212Z PASS [ 0.099s] update-common artifacts::update_plan::tests::test_multi_rot_version
81402025-05-13T22:09:09.237Z PASS [ 0.055s] update-common artifacts::update_plan::tests::test_split_control_plane
81412025-05-13T22:09:09.237Z PASS [ 1.055s] trust-quorum::coordinator test_coordinator_behavior_from_empty_state
81422025-05-13T22:09:09.262Z PASS [ 0.047s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
81432025-05-13T22:09:09.290Z PASS [ 0.067s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
81442025-05-13T22:09:09.331Z PASS [ 0.091s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
81452025-05-13T22:09:09.373Z PASS [ 0.042s] update-engine display::line_display_shared::tests::test_format_progress_counter
81462025-05-13T22:09:09.405Z PASS [ 2.339s] sled-storage manager::tests::wait_for_boot_disk
81472025-05-13T22:09:09.430Z PASS [ 0.042s] update-engine display::line_display_shared::tests::test_start_line
81482025-05-13T22:09:09.430Z PASS [ 0.136s] update-engine display::group_display::tests::test_stats
81492025-05-13T22:09:09.456Z PASS [ 0.048s] update-engine engine::tests::error_exits_early
81502025-05-13T22:09:09.481Z PASS [ 0.049s] update-engine events::tests::step_event_parse_unknown
81512025-05-13T22:09:09.481Z PASS [ 0.061s] update-engine events::tests::progress_event_parse_unknown
81522025-05-13T22:09:09.506Z PASS [ 0.041s] update-engine spec::tests::test_merge_anyhow_list
81532025-05-13T22:09:09.531Z PASS [ 0.048s] wicket state::inventory::tests::component_id_display
81542025-05-13T22:09:09.556Z PASS [ 0.045s] wicket state::rack::tests::prev_next_are_opposites
81552025-05-13T22:09:09.582Z PASS [ 0.034s] wicket state::rack::tests::up_down_are_opposites
81562025-05-13T22:09:09.607Z PASS [ 0.322s] update-engine buffer::tests::test_buffer
81572025-05-13T22:09:09.607Z PASS [ 0.122s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
81582025-05-13T22:09:09.632Z PASS [ 0.070s] wicket-common rack_setup::tests::roundtrip_import_export_policy
81592025-05-13T22:09:09.699Z PASS [ 0.099s] wicketd rss_config::tests::test_bgp_auth_key_states
81602025-05-13T22:09:09.724Z PASS [ 0.124s] wicketd installinator_progress::tests::test_states
81612025-05-13T22:09:09.751Z PASS [ 4.400s] sled-storage manager::tests::upsert_filesystem
81622025-05-13T22:09:10.019Z PASS [ 0.477s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
81632025-05-13T22:09:10.344Z PASS [ 4.374s] sled-storage manager::tests::upsert_filesystem_no_uuid
81642025-05-13T22:09:10.640Z PASS [ 1.009s] wicketd::mod integration_tests::inventory::test_inventory
81652025-05-13T22:09:11.029Z PASS [ 1.321s] wicketd::mod integration_tests::updates::test_update_races
81662025-05-13T22:09:11.324Z PASS [ 1.625s] wicketd::mod integration_tests::updates::test_installinator_fetch
81672025-05-13T22:09:11.803Z PASS [ 2.806s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
81682025-05-13T22:09:13.136Z PASS [ 3.388s] wicketd::mod integration_tests::updates::test_updates
81692025-05-13T22:09:18.183Z PASS [ 15.793s] sled-storage manager::tests::ensure_many_datasets
81702025-05-13T22:09:18.208Z────────────
81712025-05-13T22:09:18.208Z Summary [3134.154s] 2060 tests run: 2060 passed (32 slow, 1 leaky), 4 skipped
81722025-05-13T22:09:18.299Z
81732025-05-13T22:09:18.299Zreal 52:37.141571059
81742025-05-13T22:09:18.325Zuser 5:12:17.801019603
81752025-05-13T22:09:18.325Zsys 1:09:29.257335015
81762025-05-13T22:09:18.325Ztrap 3:36.803864937
81772025-05-13T22:09:18.325Ztflt 14.080947164
81782025-05-13T22:09:18.325Zdflt 1:07.644888075
81792025-05-13T22:09:18.325Zkflt 0.267264027
81802025-05-13T22:09:18.325Zlock 1764:23:59.601402074
81812025-05-13T22:09:18.325Zslp 140:42:12.580485495
81822025-05-13T22:09:18.325Zlat 8:54:14.362246199
81832025-05-13T22:09:18.325Zstop 1:43:52.299846055
81842025-05-13T22:09:18.325Z+ banner doctest
81852025-05-13T22:09:18.325Z
81862025-05-13T22:09:18.325Z ##### #### #### ##### ###### #### #####
81872025-05-13T22:09:18.325Z # # # # # # # # # #
81882025-05-13T22:09:18.325Z # # # # # # ##### #### #
81892025-05-13T22:09:18.325Z # # # # # # # # #
81902025-05-13T22:09:18.325Z # # # # # # # # # # #
81912025-05-13T22:09:18.325Z ##### #### #### # ###### #### #
81922025-05-13T22:09:18.325Z
81932025-05-13T22:09:18.325Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
81942025-05-13T22:09:21.044Z Fresh unicode-ident v1.0.14
81952025-05-13T22:09:21.044Z Fresh cfg-if v1.0.0
81962025-05-13T22:09:21.118Z Fresh autocfg v1.4.0
81972025-05-13T22:09:21.118Z Fresh memchr v2.7.4
81982025-05-13T22:09:21.118Z Fresh value-bag v1.9.0
81992025-05-13T22:09:21.118Z Fresh proc-macro2 v1.0.94
82002025-05-13T22:09:21.118Z Fresh version_check v0.9.5
82012025-05-13T22:09:21.118Z Fresh log v0.4.22
82022025-05-13T22:09:21.118Z Fresh smallvec v1.14.0
82032025-05-13T22:09:21.118Z Fresh itoa v1.0.11
82042025-05-13T22:09:21.118Z Fresh quote v1.0.39
82052025-05-13T22:09:21.118Z Fresh libc v0.2.171
82062025-05-13T22:09:21.118Z Fresh scopeguard v1.2.0
82072025-05-13T22:09:21.118Z Fresh once_cell v1.21.3
82082025-05-13T22:09:21.118Z Fresh shlex v1.3.0
82092025-05-13T22:09:21.118Z Fresh stable_deref_trait v1.2.0
82102025-05-13T22:09:21.118Z Fresh syn v2.0.98
82112025-05-13T22:09:21.118Z Fresh getrandom v0.2.15
82122025-05-13T22:09:21.118Z Fresh lock_api v0.4.12
82132025-05-13T22:09:21.118Z Fresh ryu v1.0.18
82142025-05-13T22:09:21.118Z Fresh jobserver v0.1.32
82152025-05-13T22:09:21.118Z Fresh pin-project-lite v0.2.14
82162025-05-13T22:09:21.118Z Fresh serde_derive v1.0.219
82172025-05-13T22:09:21.118Z Fresh rand_core v0.6.4
82182025-05-13T22:09:21.118Z Fresh zeroize_derive v1.4.2
82192025-05-13T22:09:21.118Z Fresh libm v0.2.8
82202025-05-13T22:09:21.118Z Fresh synstructure v0.13.1
82212025-05-13T22:09:21.118Z Fresh cc v1.2.15
82222025-05-13T22:09:21.118Z Fresh byteorder v1.5.0
82232025-05-13T22:09:21.118Z Fresh serde v1.0.219
82242025-05-13T22:09:21.118Z Fresh zeroize v1.8.1
82252025-05-13T22:09:21.118Z Fresh num-traits v0.2.19
82262025-05-13T22:09:21.118Z Fresh regex-syntax v0.8.5
82272025-05-13T22:09:21.119Z Fresh zerofrom-derive v0.1.4
82282025-05-13T22:09:21.119Z Fresh yoke-derive v0.7.4
82292025-05-13T22:09:21.119Z Fresh subtle v2.6.1
82302025-05-13T22:09:21.119Z Fresh bytes v1.10.1
82312025-05-13T22:09:21.119Z Fresh bitflags v2.9.0
82322025-05-13T22:09:21.119Z Fresh zerofrom v0.1.4
82332025-05-13T22:09:21.119Z Fresh zerovec-derive v0.10.3
82342025-05-13T22:09:21.119Z Fresh aho-corasick v1.1.3
82352025-05-13T22:09:21.119Z Fresh displaydoc v0.2.5
82362025-05-13T22:09:21.119Z Fresh yoke v0.7.4
82372025-05-13T22:09:21.119Z Fresh serde_json v1.0.140
82382025-05-13T22:09:21.119Z Fresh regex-automata v0.4.8
82392025-05-13T22:09:21.119Z Fresh errno v0.3.9
82402025-05-13T22:09:21.119Z Fresh writeable v0.5.5
82412025-05-13T22:09:21.119Z Fresh litemap v0.7.3
82422025-05-13T22:09:21.119Z Fresh zerovec v0.10.4
82432025-05-13T22:09:21.119Z Fresh parking_lot_core v0.9.10
82442025-05-13T22:09:21.119Z Fresh icu_provider_macros v1.5.0
82452025-05-13T22:09:21.119Z Fresh icu_locid_transform_data v1.5.0
82462025-05-13T22:09:21.119Z Fresh tinystr v0.7.6
82472025-05-13T22:09:21.119Z Fresh semver v1.0.26
82482025-05-13T22:09:21.119Z Fresh parking_lot v0.12.3
82492025-05-13T22:09:21.119Z Fresh icu_collections v1.5.0
82502025-05-13T22:09:21.119Z Fresh percent-encoding v2.3.1
82512025-05-13T22:09:21.119Z Fresh icu_locid v1.5.0
82522025-05-13T22:09:21.119Z Fresh typenum v1.17.0
82532025-05-13T22:09:21.119Z Fresh icu_properties_data v1.5.0
82542025-05-13T22:09:21.119Z Fresh rustix v0.38.37
82552025-05-13T22:09:21.119Z Fresh write16 v1.0.0
82562025-05-13T22:09:21.119Z Fresh icu_normalizer_data v1.5.0
82572025-05-13T22:09:21.119Z Fresh utf8_iter v1.0.4
82582025-05-13T22:09:21.119Z Fresh utf16_iter v1.0.5
82592025-05-13T22:09:21.119Z Fresh icu_provider v1.5.0
82602025-05-13T22:09:21.119Z Fresh generic-array v0.14.7
82612025-05-13T22:09:21.119Z Fresh signal-hook-registry v1.4.2
82622025-05-13T22:09:21.119Z Fresh equivalent v1.0.1
82632025-05-13T22:09:21.119Z Fresh foldhash v0.1.3
82642025-05-13T22:09:21.119Z Fresh allocator-api2 v0.2.18
82652025-05-13T22:09:21.120Z Fresh form_urlencoded v1.2.1
82662025-05-13T22:09:21.120Z Fresh futures-core v0.3.31
82672025-05-13T22:09:21.120Z Fresh icu_locid_transform v1.5.0
82682025-05-13T22:09:21.120Z Fresh hashbrown v0.15.1
82692025-05-13T22:09:21.120Z Fresh fnv v1.0.7
82702025-05-13T22:09:21.120Z Fresh regex v1.11.1
82712025-05-13T22:09:21.120Z Fresh crypto-common v0.1.6
82722025-05-13T22:09:21.120Z Fresh thiserror-impl v1.0.69
82732025-05-13T22:09:21.120Z Fresh either v1.14.0
82742025-05-13T22:09:21.120Z Fresh icu_properties v1.5.1
82752025-05-13T22:09:21.120Z Fresh mio v1.0.2
82762025-05-13T22:09:21.120Z Fresh zerocopy-derive v0.7.35
82772025-05-13T22:09:21.120Z Fresh tokio-macros v2.5.0
82782025-05-13T22:09:21.120Z Fresh socket2 v0.5.9
82792025-05-13T22:09:21.120Z Fresh heck v0.5.0
82802025-05-13T22:09:21.120Z Fresh icu_normalizer v1.5.0
82812025-05-13T22:09:21.120Z Fresh thiserror v1.0.69
82822025-05-13T22:09:21.120Z Fresh zerocopy v0.7.35
82832025-05-13T22:09:21.120Z Fresh tokio v1.43.1
82842025-05-13T22:09:21.120Z Fresh indexmap v2.9.0
82852025-05-13T22:09:21.120Z Fresh spin v0.9.8
82862025-05-13T22:09:21.120Z Fresh idna_adapter v1.2.0
82872025-05-13T22:09:21.120Z Fresh getrandom v0.3.1
82882025-05-13T22:09:21.120Z Fresh iana-time-zone v0.1.63
82892025-05-13T22:09:21.120Z Fresh pkg-config v0.3.31
82902025-05-13T22:09:21.120Z Fresh const-oid v0.9.6
82912025-05-13T22:09:21.120Z Fresh futures-io v0.3.31
82922025-05-13T22:09:21.120Z Fresh block-buffer v0.10.4
82932025-05-13T22:09:21.120Z Fresh idna v1.0.3
82942025-05-13T22:09:21.120Z Fresh chrono v0.4.40
82952025-05-13T22:09:21.120Z Fresh slab v0.4.9
82962025-05-13T22:09:21.147Z Fresh uuid v1.16.0
82972025-05-13T22:09:21.147Z Fresh digest v0.10.7
82982025-05-13T22:09:21.147Z Fresh lazy_static v1.5.0
82992025-05-13T22:09:21.147Z Fresh cpufeatures v0.2.14
83002025-05-13T22:09:21.147Z Fresh futures-sink v0.3.31
83012025-05-13T22:09:21.147Z Fresh url v2.5.3
83022025-05-13T22:09:21.147Z Fresh serde_derive_internals v0.29.1
83032025-05-13T22:09:21.147Z Fresh dyn-clone v1.0.19
83042025-05-13T22:09:21.147Z Fresh pin-utils v0.1.0
83052025-05-13T22:09:21.147Z Fresh ppv-lite86 v0.2.20
83062025-05-13T22:09:21.147Z Fresh futures-channel v0.3.31
83072025-05-13T22:09:21.148Z Fresh schemars_derive v0.8.22
83082025-05-13T22:09:21.148Z Fresh futures-macro v0.3.31
83092025-05-13T22:09:21.148Z Fresh futures-task v0.3.31
83102025-05-13T22:09:21.148Z Fresh rand_chacha v0.3.1
83112025-05-13T22:09:21.148Z Fresh glob v0.3.2
83122025-05-13T22:09:21.148Z Fresh tracing-attributes v0.1.27
83132025-05-13T22:09:21.148Z Fresh syn v1.0.109
83142025-05-13T22:09:21.148Z Fresh schemars v0.8.22
83152025-05-13T22:09:21.148Z Fresh futures-util v0.3.31
83162025-05-13T22:09:21.148Z Fresh rand v0.8.5
83172025-05-13T22:09:21.148Z Fresh tracing-core v0.1.32
83182025-05-13T22:09:21.148Z Fresh strsim v0.11.1
83192025-05-13T22:09:21.148Z Fresh minimal-lexical v0.2.1
83202025-05-13T22:09:21.148Z Fresh tracing v0.1.40
83212025-05-13T22:09:21.148Z Fresh nom v7.1.3
83222025-05-13T22:09:21.148Z Fresh http v1.2.0
83232025-05-13T22:09:21.148Z Fresh libloading v0.8.5
83242025-05-13T22:09:21.148Z Fresh adler2 v2.0.0
83252025-05-13T22:09:21.148Z Fresh clang-sys v1.8.1
83262025-05-13T22:09:21.148Z Fresh cexpr v0.6.0
83272025-05-13T22:09:21.148Z Fresh miniz_oxide v0.8.5
83282025-05-13T22:09:21.148Z Fresh block-padding v0.3.3
83292025-05-13T22:09:21.148Z Fresh vcpkg v0.2.15
83302025-05-13T22:09:21.148Z Fresh crossbeam-utils v0.8.21
83312025-05-13T22:09:21.148Z Fresh prettyplease v0.2.30
83322025-05-13T22:09:21.148Z Fresh home v0.5.9
83332025-05-13T22:09:21.148Z Fresh inout v0.1.3
83342025-05-13T22:09:21.148Z Fresh itertools v0.12.1
83352025-05-13T22:09:21.148Z Fresh powerfmt v0.2.0
83362025-05-13T22:09:21.149Z Fresh paste v1.0.15
83372025-05-13T22:09:21.149Z Fresh cipher v0.4.4
83382025-05-13T22:09:21.149Z Fresh num-conv v0.1.0
83392025-05-13T22:09:21.149Z Fresh time-core v0.1.2
83402025-05-13T22:09:21.149Z Fresh deranged v0.3.11
83412025-05-13T22:09:21.149Z Fresh num_threads v0.1.7
83422025-05-13T22:09:21.149Z Fresh time-macros v0.2.18
83432025-05-13T22:09:21.149Z Fresh which v4.4.2
83442025-05-13T22:09:21.149Z Fresh tokio-util v0.7.13
83452025-05-13T22:09:21.149Z Fresh atomic-waker v1.1.2
83462025-05-13T22:09:21.149Z Fresh rustc-hash v1.1.0
83472025-05-13T22:09:21.149Z Fresh base64ct v1.6.0
83482025-05-13T22:09:21.149Z Fresh time v0.3.36
83492025-05-13T22:09:21.149Z Fresh lazycell v1.3.0
83502025-05-13T22:09:21.149Z Fresh sha2 v0.10.8
83512025-05-13T22:09:21.149Z Fresh hmac v0.12.1
83522025-05-13T22:09:21.149Z Fresh cmake v0.1.51
83532025-05-13T22:09:21.149Z Fresh dunce v1.0.5
83542025-05-13T22:09:21.149Z Fresh fs_extra v1.3.0
83552025-05-13T22:09:21.149Z Fresh bindgen v0.69.5
83562025-05-13T22:09:21.149Z Fresh untrusted v0.9.0
83572025-05-13T22:09:21.149Z Fresh httparse v1.9.5
83582025-05-13T22:09:21.149Z Fresh gimli v0.31.1
83592025-05-13T22:09:21.149Z Fresh object v0.36.5
83602025-05-13T22:09:21.149Z Fresh rustc-demangle v0.1.24
83612025-05-13T22:09:21.149Z Fresh serde_tokenstream v0.2.2
83622025-05-13T22:09:21.149Z Fresh ring v0.17.11
83632025-05-13T22:09:21.149Z Fresh addr2line v0.24.2
83642025-05-13T22:09:21.149Z Fresh rustls-pki-types v1.10.0
83652025-05-13T22:09:21.149Z Fresh pem-rfc7468 v0.7.0
83662025-05-13T22:09:21.149Z Fresh base64 v0.22.1
83672025-05-13T22:09:21.149Z Fresh backtrace v0.3.74
83682025-05-13T22:09:21.149Z Fresh http-body v1.0.1
83692025-05-13T22:09:21.149Z Fresh toml_datetime v0.6.8
83702025-05-13T22:09:21.149Z Fresh serde_spanned v0.6.8
83712025-05-13T22:09:21.149Z Fresh try-lock v0.2.5
83722025-05-13T22:09:21.149Z Fresh untrusted v0.7.1
83732025-05-13T22:09:21.149Z Fresh utf8parse v0.2.2
83742025-05-13T22:09:21.149Z Fresh anyhow v1.0.98
83752025-05-13T22:09:21.150Z Fresh aws-lc-sys v0.26.0
83762025-05-13T22:09:21.150Z Fresh httpdate v1.0.3
83772025-05-13T22:09:21.150Z Fresh want v0.3.1
83782025-05-13T22:09:21.150Z Fresh h2 v0.4.6
83792025-05-13T22:09:21.150Z Fresh der_derive v0.7.3
83802025-05-13T22:09:21.150Z Fresh aws-lc-rs v1.12.4
83812025-05-13T22:09:21.150Z Fresh flagset v0.4.6
83822025-05-13T22:09:21.150Z Fresh hyper v1.6.0
83832025-05-13T22:09:21.150Z Fresh pbkdf2 v0.12.2
83842025-05-13T22:09:21.150Z Fresh aes v0.8.4
83852025-05-13T22:09:21.150Z Fresh rustls-webpki v0.102.8
83862025-05-13T22:09:21.150Z Fresh der v0.7.9
83872025-05-13T22:09:21.150Z Fresh tower-service v0.3.3
83882025-05-13T22:09:21.150Z Fresh cbc v0.1.2
83892025-05-13T22:09:21.151Z Fresh salsa20 v0.10.2
83902025-05-13T22:09:21.151Z Fresh anstyle v1.0.10
83912025-05-13T22:09:21.151Z Fresh slog v2.7.0
83922025-05-13T22:09:21.151Z Fresh spki v0.7.3
83932025-05-13T22:09:21.151Z Fresh rustversion v1.0.17
83942025-05-13T22:09:21.151Z Fresh hyper-util v0.1.11
83952025-05-13T22:09:21.151Z Fresh scrypt v0.11.0
83962025-05-13T22:09:21.177Z Fresh rustc_version v0.4.1
83972025-05-13T22:09:21.177Z Fresh async-trait v0.1.88
83982025-05-13T22:09:21.177Z Fresh mime v0.3.17
83992025-05-13T22:09:21.177Z Fresh pkcs5 v0.7.1
84002025-05-13T22:09:21.177Z Fresh anstyle-parse v0.2.5
84012025-05-13T22:09:21.177Z Fresh colorchoice v1.0.2
84022025-05-13T22:09:21.177Z Fresh foreign-types-shared v0.1.1
84032025-05-13T22:09:21.177Z Fresh anstyle-query v1.1.1
84042025-05-13T22:09:21.177Z Fresh is_terminal_polyfill v1.70.1
84052025-05-13T22:09:21.177Z Fresh openssl-probe v0.1.5
84062025-05-13T22:09:21.177Z Fresh ipnet v2.11.0
84072025-05-13T22:09:21.177Z Fresh anstream v0.6.18
84082025-05-13T22:09:21.177Z Fresh pkcs8 v0.10.2
84092025-05-13T22:09:21.177Z Fresh foreign-types v0.3.2
84102025-05-13T22:09:21.178Z Fresh openssl-sys v0.9.107
84112025-05-13T22:09:21.178Z Fresh http-body-util v0.1.3
84122025-05-13T22:09:21.178Z Fresh openssl-macros v0.1.1
84132025-05-13T22:09:21.178Z Fresh openssl v0.10.72
84142025-05-13T22:09:21.178Z Fresh rustls-pemfile v2.2.0
84152025-05-13T22:09:21.178Z Fresh terminal_size v0.4.0
84162025-05-13T22:09:21.178Z Fresh clap_lex v0.7.4
84172025-05-13T22:09:21.178Z Fresh futures-executor v0.3.31
84182025-05-13T22:09:21.178Z Fresh clap_derive v4.5.32
84192025-05-13T22:09:21.178Z Fresh clap_builder v4.5.35
84202025-05-13T22:09:21.178Z Fresh serde_urlencoded v0.7.1
84212025-05-13T22:09:21.178Z Fresh encoding_rs v0.8.34
84222025-05-13T22:09:21.178Z Fresh futures v0.3.31
84232025-05-13T22:09:21.178Z Fresh litrs v0.4.1
84242025-05-13T22:09:21.178Z Fresh rustls v0.23.19
84252025-05-13T22:09:21.178Z Fresh clap v4.5.35
84262025-05-13T22:09:21.178Z Fresh native-tls v0.2.12
84272025-05-13T22:09:21.178Z Fresh psl-types v2.0.11
84282025-05-13T22:09:21.178Z Fresh document-features v0.2.10
84292025-05-13T22:09:21.178Z Fresh webpki-roots v0.26.6
84302025-05-13T22:09:21.178Z Fresh ipnetwork v0.21.1
84312025-05-13T22:09:21.178Z Fresh tokio-rustls v0.26.0
84322025-05-13T22:09:21.178Z Fresh publicsuffix v2.3.0
84332025-05-13T22:09:21.178Z Fresh cookie v0.18.1
84342025-05-13T22:09:21.178Z Fresh tokio-native-tls v0.3.1
84352025-05-13T22:09:21.178Z Fresh sync_wrapper v1.0.1
84362025-05-13T22:09:21.178Z Fresh ucd-trie v0.1.7
84372025-05-13T22:09:21.178Z Fresh tower-layer v0.3.3
84382025-05-13T22:09:21.178Z Fresh winnow v0.5.40
84392025-05-13T22:09:21.178Z Fresh tower v0.5.2
84402025-05-13T22:09:21.178Z Fresh hyper-rustls v0.27.3
84412025-05-13T22:09:21.178Z Fresh pest v2.7.14
84422025-05-13T22:09:21.178Z Fresh cookie_store v0.21.1
84432025-05-13T22:09:21.178Z Fresh hyper-tls v0.6.0
84442025-05-13T22:09:21.178Z Fresh signature v2.2.0
84452025-05-13T22:09:21.178Z Fresh toml_edit v0.19.15
84462025-05-13T22:09:21.178Z Fresh openapiv3 v2.0.0
84472025-05-13T22:09:21.178Z Fresh zerocopy-derive v0.8.25
84482025-05-13T22:09:21.179Z Fresh data-encoding v2.6.0
84492025-05-13T22:09:21.179Z Fresh reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
84502025-05-13T22:09:21.179Z Fresh pest_meta v2.7.14
84512025-05-13T22:09:21.179Z Fresh scroll_derive v0.12.0
84522025-05-13T22:09:21.179Z Fresh siphasher v0.3.11
84532025-05-13T22:09:21.179Z Fresh zerocopy v0.8.25
84542025-05-13T22:09:21.179Z Fresh tinyvec_macros v0.1.1
84552025-05-13T22:09:21.179Z Fresh phf_shared v0.11.2
84562025-05-13T22:09:21.179Z Fresh pest_generator v2.7.14
84572025-05-13T22:09:21.179Z Fresh scroll v0.12.0
84582025-05-13T22:09:21.179Z Fresh plain v0.2.3
84592025-05-13T22:09:21.179Z Fresh sha1 v0.10.6
84602025-05-13T22:09:21.179Z Fresh num-integer v0.1.46
84612025-05-13T22:09:21.179Z Fresh tinyvec v1.8.0
84622025-05-13T22:09:21.179Z Fresh pest_derive v2.7.14
84632025-05-13T22:09:21.179Z Fresh goblin v0.8.2
84642025-05-13T22:09:21.179Z Fresh unicode-segmentation v1.12.0
84652025-05-13T22:09:21.179Z Fresh bitflags v1.3.2
84662025-05-13T22:09:21.179Z Fresh pretty-hex v0.4.1
84672025-05-13T22:09:21.179Z Fresh bstr v1.10.0
84682025-05-13T22:09:21.179Z Fresh dof v0.3.0
84692025-05-13T22:09:21.179Z Fresh dtrace-parser v0.2.0
84702025-05-13T22:09:21.179Z Fresh thread-id v4.2.2
84712025-05-13T22:09:21.179Z Fresh crc32fast v1.4.2
84722025-05-13T22:09:21.179Z Fresh base16ct v0.2.0
84732025-05-13T22:09:21.179Z Fresh static_assertions v1.1.0
84742025-05-13T22:09:21.179Z Fresh crossbeam-epoch v0.9.18
84752025-05-13T22:09:21.179Z Fresh sec1 v0.7.3
84762025-05-13T22:09:21.179Z Fresh usdt-impl v0.5.0
84772025-05-13T22:09:21.179Z Fresh hubpack_derive v0.1.1
84782025-05-13T22:09:21.179Z Fresh ff v0.13.0
84792025-05-13T22:09:21.179Z Fresh winnow v0.7.3
84802025-05-13T22:09:21.179Z Fresh unicode-width v0.2.0
84812025-05-13T22:09:21.179Z Fresh num-iter v0.1.45
84822025-05-13T22:09:21.179Z Fresh oxnet v0.1.1
84832025-05-13T22:09:21.179Z Fresh hubpack v0.1.2
84842025-05-13T22:09:21.179Z Fresh group v0.13.0
84852025-05-13T22:09:21.179Z Fresh toml_edit v0.22.24
84862025-05-13T22:09:21.179Z Fresh hkdf v0.12.4
84872025-05-13T22:09:21.179Z Fresh crypto-bigint v0.5.5
84882025-05-13T22:09:21.179Z Fresh heck v0.4.1
84892025-05-13T22:09:21.180Z Fresh usdt-macro v0.5.0
84902025-05-13T22:09:21.180Z Fresh elliptic-curve v0.13.8
84912025-05-13T22:09:21.180Z Fresh usdt-attr-macro v0.5.0
84922025-05-13T22:09:21.180Z Fresh crossbeam-deque v0.8.5
84932025-05-13T22:09:21.180Z Fresh strum_macros v0.26.4
84942025-05-13T22:09:21.180Z Fresh memmap v0.7.0
84952025-05-13T22:09:21.180Z Fresh flate2 v1.1.1
84962025-05-13T22:09:21.207Z Fresh num-bigint-dig v0.8.4
84972025-05-13T22:09:21.207Z Fresh strum v0.26.3
84982025-05-13T22:09:21.207Z Fresh usdt v0.5.0
84992025-05-13T22:09:21.207Z Fresh pkcs1 v0.7.5
85002025-05-13T22:09:21.207Z Fresh itertools v0.10.5
85012025-05-13T22:09:21.207Z Fresh rsa v0.9.6
85022025-05-13T22:09:21.207Z Fresh bzip2-sys v0.1.13+1.0.8
85032025-05-13T22:09:21.207Z Fresh unicode-normalization v0.1.24
85042025-05-13T22:09:21.207Z Fresh toml v0.7.8
85052025-05-13T22:09:21.207Z Fresh rfc6979 v0.4.0
85062025-05-13T22:09:21.207Z Fresh curve25519-dalek-derive v0.1.1
85072025-05-13T22:09:21.207Z Fresh managed v0.8.0
85082025-05-13T22:09:21.207Z Fresh ecdsa v0.16.9
85092025-05-13T22:09:21.207Z Fresh newtype-uuid v1.2.1
85102025-05-13T22:09:21.207Z Fresh curve25519-dalek v4.1.3
85112025-05-13T22:09:21.207Z Fresh ahash v0.8.11
85122025-05-13T22:09:21.207Z Fresh x509-cert v0.2.5
85132025-05-13T22:09:21.207Z Fresh daft-derive v0.1.3
85142025-05-13T22:09:21.207Z Fresh new_debug_unreachable v1.0.6
85152025-05-13T22:09:21.207Z Fresh fixedbitset v0.4.2
85162025-05-13T22:09:21.207Z Fresh unicode-xid v0.2.6
85172025-05-13T22:09:21.207Z Fresh precomputed-hash v0.1.1
85182025-05-13T22:09:21.207Z Fresh signal-hook v0.3.17
85192025-05-13T22:09:21.207Z Fresh memoffset v0.9.1
85202025-05-13T22:09:21.207Z Fresh rayon-core v1.12.1
85212025-05-13T22:09:21.207Z Fresh daft v0.1.3
85222025-05-13T22:09:21.207Z Fresh petgraph v0.6.5
85232025-05-13T22:09:21.207Z Fresh string_cache v0.8.9
85242025-05-13T22:09:21.207Z Fresh rand_core v0.9.2
85252025-05-13T22:09:21.207Z Fresh ed25519 v2.2.3
85262025-05-13T22:09:21.207Z Fresh enum-as-inner v0.6.1
85272025-05-13T22:09:21.207Z Fresh cfg_aliases v0.2.1
85282025-05-13T22:09:21.207Z Fresh ed25519-dalek v2.1.1
85292025-05-13T22:09:21.207Z Fresh rand_chacha v0.9.0
85302025-05-13T22:09:21.207Z Fresh hickory-proto v0.24.4
85312025-05-13T22:09:21.208Z Fresh zstd-sys v2.0.14+zstd.1.5.7
85322025-05-13T22:09:21.208Z Fresh bzip2 v0.4.4
85332025-05-13T22:09:21.208Z Fresh console v0.15.10
85342025-05-13T22:09:21.208Z Fresh lalrpop-util v0.19.12
85352025-05-13T22:09:21.208Z Fresh rand v0.9.0
85362025-05-13T22:09:21.208Z Fresh zip v0.6.6
85372025-05-13T22:09:21.208Z Fresh zstd-safe v7.2.3
85382025-05-13T22:09:21.208Z Fresh signal-hook-mio v0.2.4
85392025-05-13T22:09:21.208Z Fresh hash32 v0.2.1
85402025-05-13T22:09:21.208Z Fresh winnow v0.6.26
85412025-05-13T22:09:21.208Z Fresh lockfree-object-pool v0.1.6
85422025-05-13T22:09:21.208Z Fresh predicates-core v1.0.8
85432025-05-13T22:09:21.208Z Fresh unicode-properties v0.1.3
85442025-05-13T22:09:21.208Z Fresh unicode-bidi v0.3.17
85452025-05-13T22:09:21.208Z Fresh simd-adler32 v0.3.7
85462025-05-13T22:09:21.208Z Fresh bumpalo v3.16.0
85472025-05-13T22:09:21.208Z Fresh stringprep v0.1.5
85482025-05-13T22:09:21.208Z Fresh heapless v0.7.17
85492025-05-13T22:09:21.208Z Fresh zopfli v0.8.1
85502025-05-13T22:09:21.208Z Fresh nix v0.29.0
85512025-05-13T22:09:21.208Z Fresh zstd v0.13.3
85522025-05-13T22:09:21.208Z Fresh crossterm v0.28.1
85532025-05-13T22:09:21.208Z Fresh rayon v1.10.0
85542025-05-13T22:09:21.208Z Fresh bzip2 v0.5.2
85552025-05-13T22:09:21.208Z Fresh similar v2.7.0
85562025-05-13T22:09:21.208Z Fresh tokio-stream v0.1.17
85572025-05-13T22:09:21.208Z Fresh md-5 v0.10.6
85582025-05-13T22:09:21.208Z Fresh float-cmp v0.10.0
85592025-05-13T22:09:21.208Z Fresh normalize-line-endings v0.3.0
85602025-05-13T22:09:21.208Z Fresh fallible-iterator v0.2.0
85612025-05-13T22:09:21.208Z Fresh difflib v0.4.0
85622025-05-13T22:09:21.208Z Fresh zip v2.6.1
85632025-05-13T22:09:21.208Z Fresh predicates v3.1.3
85642025-05-13T22:09:21.208Z Fresh postgres-protocol v0.6.8
85652025-05-13T22:09:21.208Z Fresh portable-atomic v1.11.0
85662025-05-13T22:09:21.208Z Fresh smoltcp v0.9.1
85672025-05-13T22:09:21.208Z Fresh buf-list v1.0.3
85682025-05-13T22:09:21.208Z Fresh strum_macros v0.25.3
85692025-05-13T22:09:21.210Z Fresh phf v0.11.2
85702025-05-13T22:09:21.210Z Fresh serde-big-array v0.5.1
85712025-05-13T22:09:21.210Z Fresh serde_repr v0.1.19
85722025-05-13T22:09:21.210Z Fresh peg-runtime v0.8.5
85732025-05-13T22:09:21.210Z Fresh number_prefix v0.4.0
85742025-05-13T22:09:21.210Z Fresh postgres-types v0.2.9
85752025-05-13T22:09:21.210Z Fresh whoami v1.5.2
85762025-05-13T22:09:21.210Z Fresh thiserror-impl v2.0.12
85772025-05-13T22:09:21.210Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=57536869418e08667824c9a1b2cf115ed91b713f#57536869)
85782025-05-13T22:09:21.210Z Fresh indicatif v0.17.11
85792025-05-13T22:09:21.210Z Fresh tokio-postgres v0.7.13
85802025-05-13T22:09:21.210Z Fresh fastrand v2.1.1
85812025-05-13T22:09:21.210Z Fresh is-terminal v0.4.13
85822025-05-13T22:09:21.210Z Fresh fs-err v3.1.0
85832025-05-13T22:09:21.210Z Fresh thiserror v2.0.12
85842025-05-13T22:09:21.210Z Fresh ident_case v1.0.1
85852025-05-13T22:09:21.210Z Fresh regress v0.10.3
85862025-05-13T22:09:21.211Z Fresh dirs-sys-next v0.1.2
85872025-05-13T22:09:21.211Z Fresh tempfile v3.13.0
85882025-05-13T22:09:21.211Z Fresh unsafe-libyaml v0.2.11
85892025-05-13T22:09:21.211Z Fresh camino v1.1.9
85902025-05-13T22:09:21.211Z Fresh darling_core v0.20.10
85912025-05-13T22:09:21.211Z Fresh dirs-next v2.0.0
85922025-05-13T22:09:21.211Z Fresh serde_yaml v0.9.34+deprecated
85932025-05-13T22:09:21.211Z Fresh typify-impl v0.3.0
85942025-05-13T22:09:21.211Z Fresh crossbeam-channel v0.5.15
85952025-05-13T22:09:21.211Z Fresh thread_local v1.1.8
85962025-05-13T22:09:21.237Z Fresh darling_macro v0.20.10
85972025-05-13T22:09:21.237Z Fresh term v0.7.0
85982025-05-13T22:09:21.237Z Fresh typify-macro v0.3.0
85992025-05-13T22:09:21.237Z Fresh take_mut v0.2.2
86002025-05-13T22:09:21.237Z Fresh quick-error v1.2.3
86012025-05-13T22:09:21.237Z Fresh match_cfg v0.1.0
86022025-05-13T22:09:21.237Z Fresh darling v0.20.10
86032025-05-13T22:09:21.237Z Fresh typify v0.3.0
86042025-05-13T22:09:21.237Z Fresh slog-term v2.9.1
86052025-05-13T22:09:21.237Z Fresh hostname v0.3.1
86062025-05-13T22:09:21.237Z Fresh progenitor-client v0.9.1
86072025-05-13T22:09:21.237Z Fresh toml v0.8.20
86082025-05-13T22:09:21.237Z Fresh slog-async v2.8.0
86092025-05-13T22:09:21.237Z Fresh progenitor-impl v0.9.1
86102025-05-13T22:09:21.237Z Fresh hex v0.4.3
86112025-05-13T22:09:21.238Z Fresh debug-ignore v1.0.5
86122025-05-13T22:09:21.238Z Fresh bit-vec v0.8.0
86132025-05-13T22:09:21.238Z Fresh structmeta-derive v0.3.0
86142025-05-13T22:09:21.238Z Fresh wait-timeout v0.2.0
86152025-05-13T22:09:21.238Z Fresh progenitor-macro v0.9.1
86162025-05-13T22:09:21.238Z Fresh bit-set v0.8.0
86172025-05-13T22:09:21.238Z Fresh structmeta v0.3.0
86182025-05-13T22:09:21.238Z Fresh rusty-fork v0.3.0
86192025-05-13T22:09:21.238Z Fresh serde_path_to_error v0.1.16
86202025-05-13T22:09:21.238Z Fresh rand_xorshift v0.3.0
86212025-05-13T22:09:21.238Z Fresh progenitor v0.9.1
86222025-05-13T22:09:21.238Z Fresh rustls v0.22.4
86232025-05-13T22:09:21.238Z Fresh unarray v0.1.4
86242025-05-13T22:09:21.238Z Fresh slog-json v2.6.1
86252025-05-13T22:09:21.239Z Fresh async-stream-impl v0.3.6
86262025-05-13T22:09:21.239Z Fresh dropshot_endpoint v0.16.0
86272025-05-13T22:09:21.239Z Fresh proptest v1.6.0
86282025-05-13T22:09:21.239Z Fresh tokio-rustls v0.25.0
86292025-05-13T22:09:21.239Z Fresh async-stream v0.3.6
86302025-05-13T22:09:21.239Z Fresh multer v3.1.0
86312025-05-13T22:09:21.239Z Fresh slog-bunyan v2.5.0
86322025-05-13T22:09:21.239Z Fresh waitgroup v0.1.2
86332025-05-13T22:09:21.239Z Fresh hostname v0.4.0
86342025-05-13T22:09:21.239Z Fresh dropshot v0.16.0
86352025-05-13T22:09:21.239Z Fresh test-strategy v0.4.0
86362025-05-13T22:09:21.239Z Fresh serde_with_macros v3.12.0
86372025-05-13T22:09:21.239Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
86382025-05-13T22:09:21.239Z Fresh macaddr v1.0.1
86392025-05-13T22:09:21.239Z Fresh instant v0.1.13
86402025-05-13T22:09:21.239Z Fresh derive-where v1.2.7
86412025-05-13T22:09:21.239Z Fresh serde_with v3.12.0
86422025-05-13T22:09:21.239Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
86432025-05-13T22:09:21.239Z Fresh parse-display-derive v0.10.0
86442025-05-13T22:09:21.239Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
86452025-05-13T22:09:21.239Z Fresh backoff v0.4.0
86462025-05-13T22:09:21.239Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
86472025-05-13T22:09:21.239Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
86482025-05-13T22:09:21.239Z Fresh parse-display v0.10.0
86492025-05-13T22:09:21.239Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
86502025-05-13T22:09:21.239Z Fresh camino-tempfile v1.3.0
86512025-05-13T22:09:21.239Z Fresh unicode-width v0.1.14
86522025-05-13T22:09:21.239Z Fresh itertools v0.14.0
86532025-05-13T22:09:21.239Z Fresh proc-macro-crate v1.3.1
86542025-05-13T22:09:21.239Z Fresh itertools v0.13.0
86552025-05-13T22:09:21.239Z Fresh tabwriter v1.4.0
86562025-05-13T22:09:21.239Z Fresh proc-macro-error-attr v1.0.4
86572025-05-13T22:09:21.239Z Fresh num_enum_derive v0.5.11
86582025-05-13T22:09:21.239Z Fresh foreign-types-macros v0.2.3
86592025-05-13T22:09:21.239Z Fresh foreign-types-shared v0.3.1
86602025-05-13T22:09:21.239Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
86612025-05-13T22:09:21.239Z Fresh cstr-argument v0.1.2
86622025-05-13T22:09:21.239Z Fresh proc-macro-error v1.0.4
86632025-05-13T22:09:21.239Z Fresh num_enum v0.5.11
86642025-05-13T22:09:21.239Z Fresh foreign-types v0.5.0
86652025-05-13T22:09:21.240Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
86662025-05-13T22:09:21.240Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
86672025-05-13T22:09:21.240Z Fresh pretty-hex v0.2.1
86682025-05-13T22:09:21.240Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
86692025-05-13T22:09:21.240Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
86702025-05-13T22:09:21.240Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
86712025-05-13T22:09:21.240Z Fresh colored v2.2.0
86722025-05-13T22:09:21.240Z Fresh smf v0.2.3
86732025-05-13T22:09:21.240Z Fresh ingot-macros v0.1.0
86742025-05-13T22:09:21.240Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
86752025-05-13T22:09:21.240Z Fresh hash32 v0.3.1
86762025-05-13T22:09:21.240Z Fresh ingot-types v0.1.0
86772025-05-13T22:09:21.240Z Fresh cobs v0.2.3
86782025-05-13T22:09:21.240Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
86792025-05-13T22:09:21.240Z Fresh crucible-workspace-hack v0.1.0
86802025-05-13T22:09:21.240Z Fresh heapless v0.8.0
86812025-05-13T22:09:21.240Z Fresh postcard v1.0.10
86822025-05-13T22:09:21.240Z Fresh ingot v0.1.0
86832025-05-13T22:09:21.240Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
86842025-05-13T22:09:21.240Z Fresh sigpipe v0.1.3
86852025-05-13T22:09:21.240Z Fresh smoltcp v0.11.0
86862025-05-13T22:09:21.240Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
86872025-05-13T22:09:21.240Z Fresh jiff v0.2.13
86882025-05-13T22:09:21.240Z Fresh zone_cfg_derive v0.3.0
86892025-05-13T22:09:21.241Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
86902025-05-13T22:09:21.241Z Fresh num-derive v0.4.2
86912025-05-13T22:09:21.241Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
86922025-05-13T22:09:21.241Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
86932025-05-13T22:09:21.241Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
86942025-05-13T22:09:21.241Z Fresh zone v0.3.1
86952025-05-13T22:09:21.241Z Fresh convert_case v0.4.0
86962025-05-13T22:09:21.267Z Fresh atomicwrites v0.4.4
86972025-05-13T22:09:21.267Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
86982025-05-13T22:09:21.267Z Fresh derive_more v0.99.20
86992025-05-13T22:09:21.267Z Fresh base64 v0.21.7
87002025-05-13T22:09:21.267Z Fresh num-rational v0.4.2
87012025-05-13T22:09:21.267Z Fresh num-complex v0.4.6
87022025-05-13T22:09:21.267Z Fresh float-ord v0.3.2
87032025-05-13T22:09:21.267Z Fresh newline-converter v0.3.0
87042025-05-13T22:09:21.267Z Fresh utf-8 v0.7.6
87052025-05-13T22:09:21.267Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
87062025-05-13T22:09:21.267Z Fresh num v0.4.3
87072025-05-13T22:09:21.267Z Fresh expectorate v1.2.0
87082025-05-13T22:09:21.268Z Fresh tungstenite v0.21.0
87092025-05-13T22:09:21.268Z Fresh password-hash v0.5.0
87102025-05-13T22:09:21.268Z Fresh blake2 v0.10.6
87112025-05-13T22:09:21.268Z Fresh indent_write v2.2.0
87122025-05-13T22:09:21.268Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
87132025-05-13T22:09:21.268Z Fresh tokio-tungstenite v0.21.0
87142025-05-13T22:09:21.268Z Fresh argon2 v0.5.3
87152025-05-13T22:09:21.268Z Fresh fixedbitset v0.5.7
87162025-05-13T22:09:21.268Z Fresh half v2.4.1
87172025-05-13T22:09:21.268Z Fresh ciborium-io v0.2.2
87182025-05-13T22:09:21.268Z Fresh petgraph v0.7.1
87192025-05-13T22:09:21.268Z Fresh ciborium-ll v0.2.2
87202025-05-13T22:09:21.268Z Fresh libsw-core v0.3.1
87212025-05-13T22:09:21.268Z Fresh libsw v3.4.0
87222025-05-13T22:09:21.268Z Fresh ciborium v0.2.2
87232025-05-13T22:09:21.269Z Fresh owo-colors v4.2.0
87242025-05-13T22:09:21.269Z Fresh keccak v0.1.5
87252025-05-13T22:09:21.269Z Fresh linear-map v1.2.0
87262025-05-13T22:09:21.269Z Fresh swrite v0.1.0
87272025-05-13T22:09:21.269Z Fresh cancel-safe-futures v0.1.5
87282025-05-13T22:09:21.269Z Fresh sha3 v0.10.8
87292025-05-13T22:09:21.269Z Fresh secrecy v0.10.3
87302025-05-13T22:09:21.269Z Fresh universal-hash v0.5.1
87312025-05-13T22:09:21.269Z Fresh same-file v1.0.6
87322025-05-13T22:09:21.269Z Fresh opaque-debug v0.3.1
87332025-05-13T22:09:21.269Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
87342025-05-13T22:09:21.269Z Fresh aead v0.5.2
87352025-05-13T22:09:21.269Z Fresh highway v1.3.0
87362025-05-13T22:09:21.269Z Fresh walkdir v2.5.0
87372025-05-13T22:09:21.269Z Fresh poly1305 v0.8.0
87382025-05-13T22:09:21.269Z Fresh chacha20 v0.9.1
87392025-05-13T22:09:21.269Z Fresh semver v0.1.20
87402025-05-13T22:09:21.269Z Fresh humantime v2.1.0
87412025-05-13T22:09:21.269Z Fresh xattr v1.3.1
87422025-05-13T22:09:21.269Z Fresh filetime v0.2.25
87432025-05-13T22:09:21.269Z Fresh rustc_version v0.1.7
87442025-05-13T22:09:21.269Z Fresh tar v0.4.44
87452025-05-13T22:09:21.269Z Fresh thiserror-impl-no-std v2.0.2
87462025-05-13T22:09:21.269Z Fresh arc-swap v1.7.1
87472025-05-13T22:09:21.269Z Fresh chacha20poly1305 v0.10.1
87482025-05-13T22:09:21.269Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
87492025-05-13T22:09:21.269Z Fresh thiserror-no-std v2.0.2
87502025-05-13T22:09:21.269Z Fresh slog-scope v4.4.0
87512025-05-13T22:09:21.269Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
87522025-05-13T22:09:21.269Z Fresh typify-impl v0.2.0
87532025-05-13T22:09:21.269Z Fresh pem v3.0.5
87542025-05-13T22:09:21.269Z Fresh headers-core v0.3.0
87552025-05-13T22:09:21.269Z Fresh vsss-rs v3.3.4
87562025-05-13T22:09:21.269Z Fresh slog-stdlog v4.1.1
87572025-05-13T22:09:21.269Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
87582025-05-13T22:09:21.269Z Fresh typify-macro v0.2.0
87592025-05-13T22:09:21.269Z Fresh headers v0.4.0
87602025-05-13T22:09:21.269Z Fresh heck v0.3.3
87612025-05-13T22:09:21.269Z Fresh newtype_derive v0.1.6
87622025-05-13T22:09:21.269Z Fresh slog-envlogger v2.2.0
87632025-05-13T22:09:21.270Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
87642025-05-13T22:09:21.270Z Fresh typify v0.2.0
87652025-05-13T22:09:21.270Z Fresh progenitor-client v0.8.0
87662025-05-13T22:09:21.270Z Fresh linked-hash-map v0.5.6
87672025-05-13T22:09:21.270Z Fresh steno v0.4.1
87682025-05-13T22:09:21.270Z Fresh progenitor-impl v0.8.0
87692025-05-13T22:09:21.270Z Fresh lru-cache v0.1.2
87702025-05-13T22:09:21.270Z Fresh lzma-sys v0.1.20
87712025-05-13T22:09:21.270Z Fresh zone_cfg_derive v0.1.2
87722025-05-13T22:09:21.270Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
87732025-05-13T22:09:21.270Z Fresh base64 v0.13.1
87742025-05-13T22:09:21.270Z Fresh progenitor-macro v0.8.0
87752025-05-13T22:09:21.270Z Fresh ron v0.7.1
87762025-05-13T22:09:21.270Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
87772025-05-13T22:09:21.270Z Fresh zone v0.1.8
87782025-05-13T22:09:21.270Z Fresh xz2 v0.1.7
87792025-05-13T22:09:21.270Z Fresh resolv-conf v0.7.0
87802025-05-13T22:09:21.270Z Fresh yasna v0.5.2
87812025-05-13T22:09:21.270Z Fresh progenitor v0.8.0
87822025-05-13T22:09:21.270Z Fresh rcgen v0.12.1
87832025-05-13T22:09:21.270Z Fresh hickory-resolver v0.24.4
87842025-05-13T22:09:21.270Z Fresh subprocess v0.2.9
87852025-05-13T22:09:21.270Z Fresh display-error-chain v0.2.2
87862025-05-13T22:09:21.270Z Fresh bytecount v0.6.8
87872025-05-13T22:09:21.270Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
87882025-05-13T22:09:21.270Z Fresh qorb v0.3.1
87892025-05-13T22:09:21.270Z Fresh maplit v1.0.2
87902025-05-13T22:09:21.270Z Fresh gethostname v0.5.0
87912025-05-13T22:09:21.270Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
87922025-05-13T22:09:21.270Z Fresh proc-macro-error-attr2 v2.0.0
87932025-05-13T22:09:21.270Z Fresh dsl_auto_type v0.1.2
87942025-05-13T22:09:21.270Z Fresh scheduled-thread-pool v0.2.7
87952025-05-13T22:09:21.270Z Fresh slog-dtrace v0.3.0
87962025-05-13T22:09:21.297Z Fresh proc-macro-error2 v2.0.1
87972025-05-13T22:09:21.297Z Fresh diesel_table_macro_syntax v0.2.0
87982025-05-13T22:09:21.297Z Fresh r2d2 v0.8.10
87992025-05-13T22:09:21.297Z Fresh papergrid v0.14.0
88002025-05-13T22:09:21.297Z Fresh diesel_derives v2.2.3
88012025-05-13T22:09:21.297Z Fresh tabled_derive v0.10.0
88022025-05-13T22:09:21.297Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
88032025-05-13T22:09:21.297Z Fresh num-derive v0.3.3
88042025-05-13T22:09:21.297Z Fresh diff v0.1.13
88052025-05-13T22:09:21.297Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
88062025-05-13T22:09:21.297Z Fresh diesel v2.2.10
88072025-05-13T22:09:21.297Z Fresh libscf-sys v1.1.0
88082025-05-13T22:09:21.297Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
88092025-05-13T22:09:21.297Z Fresh tabled v0.18.0
88102025-05-13T22:09:21.297Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
88112025-05-13T22:09:21.297Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
88122025-05-13T22:09:21.297Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
88132025-05-13T22:09:21.297Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
88142025-05-13T22:09:21.297Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
88152025-05-13T22:09:21.297Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
88162025-05-13T22:09:21.297Z Fresh zerocopy-derive v0.6.6
88172025-05-13T22:09:21.297Z Fresh tap v1.0.1
88182025-05-13T22:09:21.297Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
88192025-05-13T22:09:21.297Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
88202025-05-13T22:09:21.297Z Fresh zerocopy v0.6.6
88212025-05-13T22:09:21.298Z Fresh crunchy v0.2.2
88222025-05-13T22:09:21.298Z Fresh radium v0.7.0
88232025-05-13T22:09:21.298Z Fresh wyz v0.5.1
88242025-05-13T22:09:21.298Z Fresh crc8 v0.1.1
88252025-05-13T22:09:21.298Z Fresh bit-vec v0.6.3
88262025-05-13T22:09:21.298Z Fresh funty v2.0.0
88272025-05-13T22:09:21.298Z Fresh termcolor v1.4.1
88282025-05-13T22:09:21.298Z Fresh crc-catalog v2.4.0
88292025-05-13T22:09:21.298Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
88302025-05-13T22:09:21.298Z Fresh maybe-uninit v2.0.0
88312025-05-13T22:09:21.298Z Fresh bitvec v1.0.1
88322025-05-13T22:09:21.298Z Fresh bit-set v0.5.3
88332025-05-13T22:09:21.298Z Fresh crc v3.2.1
88342025-05-13T22:09:21.298Z Fresh tiny-keccak v2.0.2
88352025-05-13T22:09:21.298Z Fresh ascii-canvas v3.0.0
88362025-05-13T22:09:21.298Z Fresh packed_struct_codegen v0.10.1
88372025-05-13T22:09:21.298Z Fresh ref-cast-impl v1.0.23
88382025-05-13T22:09:21.298Z Fresh ena v0.14.3
88392025-05-13T22:09:21.298Z Fresh regex-syntax v0.6.29
88402025-05-13T22:09:21.298Z Fresh nodrop v0.1.14
88412025-05-13T22:09:21.298Z Fresh lalrpop v0.19.12
88422025-05-13T22:09:21.298Z Fresh packed_struct v0.10.1
88432025-05-13T22:09:21.298Z Fresh ref-cast v1.0.23
88442025-05-13T22:09:21.298Z Fresh array-init v0.0.4
88452025-05-13T22:09:21.298Z Fresh smallvec v0.6.14
88462025-05-13T22:09:21.298Z Fresh const_format_proc_macros v0.2.34
88472025-05-13T22:09:21.298Z Fresh bitfield-struct v0.6.2
88482025-05-13T22:09:21.298Z Fresh hashbrown v0.12.3
88492025-05-13T22:09:21.298Z Fresh rustc-hash v2.1.1
88502025-05-13T22:09:21.298Z Fresh bitfield v0.14.0
88512025-05-13T22:09:21.298Z Fresh libefi-sys v0.1.0
88522025-05-13T22:09:21.298Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
88532025-05-13T22:09:21.298Z Fresh const_format v0.2.34
88542025-05-13T22:09:21.298Z Fresh indexmap v1.9.3
88552025-05-13T22:09:21.298Z Fresh serde-hex v0.1.0
88562025-05-13T22:09:21.298Z Fresh bindgen v0.71.1
88572025-05-13T22:09:21.298Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
88582025-05-13T22:09:21.299Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
88592025-05-13T22:09:21.299Z Fresh env_logger v0.10.2
88602025-05-13T22:09:21.299Z Fresh ron v0.8.1
88612025-05-13T22:09:21.299Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
88622025-05-13T22:09:21.299Z Fresh derive_builder_core v0.20.2
88632025-05-13T22:09:21.299Z Fresh hashbrown v0.13.2
88642025-05-13T22:09:21.299Z Fresh nibble_vec v0.1.0
88652025-05-13T22:09:21.299Z Fresh crc-any v2.5.0
88662025-05-13T22:09:21.299Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
88672025-05-13T22:09:21.300Z Fresh endian-type v0.1.2
88682025-05-13T22:09:21.300Z Fresh radix_trie v0.2.1
88692025-05-13T22:09:21.300Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
88702025-05-13T22:09:21.300Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
88712025-05-13T22:09:21.300Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
88722025-05-13T22:09:21.300Z Fresh derive_builder_macro v0.20.2
88732025-05-13T22:09:21.300Z Fresh object v0.30.4
88742025-05-13T22:09:21.300Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
88752025-05-13T22:09:21.300Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
88762025-05-13T22:09:21.300Z Fresh strum_macros v0.24.3
88772025-05-13T22:09:21.300Z Fresh path-slash v0.1.5
88782025-05-13T22:09:21.300Z Fresh indoc v1.0.9
88792025-05-13T22:09:21.300Z Fresh libxml v0.3.3
88802025-05-13T22:09:21.300Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
88812025-05-13T22:09:21.300Z Fresh polar-core v0.27.3
88822025-05-13T22:09:21.300Z Fresh derive_builder v0.20.2
88832025-05-13T22:09:21.300Z Fresh impl-trait-for-tuples v0.2.2
88842025-05-13T22:09:21.300Z Fresh oso-derive v0.27.3
88852025-05-13T22:09:21.300Z Fresh quick-xml v0.37.2
88862025-05-13T22:09:21.300Z Fresh async-recursion v1.1.1
88872025-05-13T22:09:21.300Z Fresh vte_generate_state_changes v0.1.2
88882025-05-13T22:09:21.300Z Fresh fd-lock v4.0.2
88892025-05-13T22:09:21.300Z Fresh oso v0.27.3
88902025-05-13T22:09:21.300Z Fresh vte v0.11.1
88912025-05-13T22:09:21.300Z Fresh samael v0.0.18
88922025-05-13T22:09:21.300Z Fresh fxhash v0.2.1
88932025-05-13T22:09:21.300Z Fresh nu-ansi-term v0.50.1
88942025-05-13T22:09:21.300Z Fresh strip-ansi-escapes v0.2.0
88952025-05-13T22:09:21.300Z Fresh xshell-macros v0.2.7
88962025-05-13T22:09:21.327Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
88972025-05-13T22:09:21.327Z Fresh phf_generator v0.11.2
88982025-05-13T22:09:21.327Z Fresh reedline v0.38.0
88992025-05-13T22:09:21.327Z Fresh xshell v0.2.7
89002025-05-13T22:09:21.327Z Fresh bb8 v0.8.5
89012025-05-13T22:09:21.327Z Fresh kstat-rs v0.2.4
89022025-05-13T22:09:21.327Z Fresh termtree v0.5.1
89032025-05-13T22:09:21.327Z Fresh async-bb8-diesel v0.2.1
89042025-05-13T22:09:21.327Z Fresh diesel-dtrace v0.4.2
89052025-05-13T22:09:21.327Z Fresh phf_codegen v0.11.2
89062025-05-13T22:09:21.327Z Fresh parse-zoneinfo v0.3.1
89072025-05-13T22:09:21.327Z Fresh cfg_aliases v0.1.1
89082025-05-13T22:09:21.327Z Fresh chrono-tz-build v0.4.0
89092025-05-13T22:09:21.327Z Fresh papergrid v0.11.0
89102025-05-13T22:09:21.327Z Fresh tabled_derive v0.7.0
89112025-05-13T22:09:21.327Z Fresh primeorder v0.13.6
89122025-05-13T22:09:21.327Z Fresh tabled v0.15.0
89132025-05-13T22:09:21.327Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
89142025-05-13T22:09:21.327Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
89152025-05-13T22:09:21.327Z Fresh bcs v0.1.6
89162025-05-13T22:09:21.327Z Fresh half v1.8.3
89172025-05-13T22:09:21.327Z Fresh serde_cbor v0.11.2
89182025-05-13T22:09:21.327Z Fresh nix v0.28.0
89192025-05-13T22:09:21.327Z Fresh unicase v2.7.0
89202025-05-13T22:09:21.327Z Fresh parking_lot_core v0.8.6
89212025-05-13T22:09:21.327Z Fresh peg-macros v0.8.5
89222025-05-13T22:09:21.327Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=57536869418e08667824c9a1b2cf115ed91b713f#57536869)
89232025-05-13T22:09:21.327Z Fresh nanorand v0.7.0
89242025-05-13T22:09:21.327Z Fresh sqlparser_derive v0.2.2
89252025-05-13T22:09:21.327Z Fresh unicode_categories v0.1.1
89262025-05-13T22:09:21.327Z Fresh peg v0.8.5
89272025-05-13T22:09:21.327Z Fresh sqlparser v0.45.0
89282025-05-13T22:09:21.328Z Fresh sqlformat v0.3.5
89292025-05-13T22:09:21.328Z Fresh flume v0.11.1
89302025-05-13T22:09:21.328Z Fresh rustyline v14.0.0
89312025-05-13T22:09:21.328Z Fresh chrono-tz v0.10.3
89322025-05-13T22:09:21.328Z Fresh parking_lot v0.11.2
89332025-05-13T22:09:21.328Z Fresh p384 v0.13.0
89342025-05-13T22:09:21.328Z Fresh cargo-platform v0.1.8
89352025-05-13T22:09:21.328Z Fresh http-range v0.1.5
89362025-05-13T22:09:21.328Z Fresh void v1.0.2
89372025-05-13T22:09:21.328Z Fresh sled v0.34.7
89382025-05-13T22:09:21.328Z Fresh salty v0.3.0
89392025-05-13T22:09:21.328Z Fresh hickory-client v0.24.4
89402025-05-13T22:09:21.328Z Fresh lzss v0.8.2
89412025-05-13T22:09:21.328Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
89422025-05-13T22:09:21.328Z Fresh tungstenite v0.23.0
89432025-05-13T22:09:21.328Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
89442025-05-13T22:09:21.328Z Fresh hickory-server v0.24.4
89452025-05-13T22:09:21.328Z Fresh nix v0.27.1
89462025-05-13T22:09:21.328Z Fresh globset v0.4.15
89472025-05-13T22:09:21.328Z Fresh concurrent-queue v2.5.0
89482025-05-13T22:09:21.328Z Fresh serde_bytes v0.11.17
89492025-05-13T22:09:21.328Z Fresh atty v0.2.14
89502025-05-13T22:09:21.328Z Fresh env_filter v0.1.2
89512025-05-13T22:09:21.328Z Fresh parking v2.2.1
89522025-05-13T22:09:21.328Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=57536869418e08667824c9a1b2cf115ed91b713f#57536869)
89532025-05-13T22:09:21.328Z Fresh env_logger v0.11.5
89542025-05-13T22:09:21.328Z Fresh tokio-tungstenite v0.23.1
89552025-05-13T22:09:21.328Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
89562025-05-13T22:09:21.328Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
89572025-05-13T22:09:21.328Z Fresh mime_guess v2.0.5
89582025-05-13T22:09:21.329Z Fresh signal-hook-tokio v0.3.1
89592025-05-13T22:09:21.329Z Fresh rand_seeder v0.3.0
89602025-05-13T22:09:21.329Z Fresh pin-project-internal v1.1.6
89612025-05-13T22:09:21.329Z Fresh hyper-staticfile v0.10.1
89622025-05-13T22:09:21.329Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
89632025-05-13T22:09:21.329Z Fresh pin-project v1.1.6
89642025-05-13T22:09:21.329Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
89652025-05-13T22:09:21.329Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
89662025-05-13T22:09:21.329Z Fresh secrecy v0.8.0
89672025-05-13T22:09:21.329Z Fresh assert_matches v1.5.0
89682025-05-13T22:09:21.329Z Fresh event-listener v5.3.1
89692025-05-13T22:09:21.329Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
89702025-05-13T22:09:21.329Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
89712025-05-13T22:09:21.329Z Fresh snafu-derive v0.8.5
89722025-05-13T22:09:21.329Z Fresh event-listener-strategy v0.5.2
89732025-05-13T22:09:21.329Z Fresh olpc-cjson v0.1.4
89742025-05-13T22:09:21.329Z Fresh snafu v0.8.5
89752025-05-13T22:09:21.329Z Fresh serde_plain v1.0.2
89762025-05-13T22:09:21.329Z Fresh typed-path v0.9.3
89772025-05-13T22:09:21.329Z Fresh yansi v1.0.1
89782025-05-13T22:09:21.330Z Fresh pretty_assertions v1.4.1
89792025-05-13T22:09:21.330Z Fresh fs-err v2.11.0
89802025-05-13T22:09:21.330Z Fresh tough v0.20.0
89812025-05-13T22:09:21.330Z Fresh futures-lite v2.3.0
89822025-05-13T22:09:21.330Z Fresh parse-size v1.1.0
89832025-05-13T22:09:21.330Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
89842025-05-13T22:09:21.330Z Fresh io-lifetimes v1.0.11
89852025-05-13T22:09:21.330Z Fresh castaway v0.2.3
89862025-05-13T22:09:21.330Z Fresh indoc v2.0.6
89872025-05-13T22:09:21.330Z Fresh libz-sys v1.1.20
89882025-05-13T22:09:21.330Z Fresh compact_str v0.8.0
89892025-05-13T22:09:21.330Z Fresh rustix v0.37.28
89902025-05-13T22:09:21.330Z Fresh async-lock v3.4.0
89912025-05-13T22:09:21.330Z Fresh unicode-truncate v1.1.0
89922025-05-13T22:09:21.330Z Fresh polling v3.7.3
89932025-05-13T22:09:21.330Z Fresh lru v0.12.5
89942025-05-13T22:09:21.330Z Fresh instability v0.3.2
89952025-05-13T22:09:21.330Z Fresh csv-core v0.1.11
89962025-05-13T22:09:21.356Z Fresh cassowary v0.3.0
89972025-05-13T22:09:21.356Z Fresh is_ci v1.2.0
89982025-05-13T22:09:21.356Z Fresh async-io v2.3.4
89992025-05-13T22:09:21.356Z Fresh libgit2-sys v0.17.0+1.8.1
90002025-05-13T22:09:21.356Z Fresh terminal_size v0.2.6
90012025-05-13T22:09:21.356Z Fresh cargo_metadata v0.19.2
90022025-05-13T22:09:21.356Z Fresh ratatui v0.29.0
90032025-05-13T22:09:21.357Z Fresh csv v1.3.1
90042025-05-13T22:09:21.357Z Fresh supports-color v3.0.2
90052025-05-13T22:09:21.357Z Fresh polyval v0.6.2
90062025-05-13T22:09:21.357Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
90072025-05-13T22:09:21.357Z Fresh smawk v0.3.2
90082025-05-13T22:09:21.357Z Fresh plotters-backend v0.3.7
90092025-05-13T22:09:21.357Z Fresh unicode-linebreak v0.1.5
90102025-05-13T22:09:21.357Z Fresh async-task v4.7.1
90112025-05-13T22:09:21.357Z Fresh plotters-svg v0.3.7
90122025-05-13T22:09:21.357Z Fresh ghash v0.5.1
90132025-05-13T22:09:21.357Z Fresh git2 v0.19.0
90142025-05-13T22:09:21.357Z Fresh textwrap v0.16.1
90152025-05-13T22:09:21.357Z Fresh async-channel v2.3.1
90162025-05-13T22:09:21.357Z Fresh cargo_metadata v0.18.1
90172025-05-13T22:09:21.357Z Fresh piper v0.2.4
90182025-05-13T22:09:21.357Z Fresh ctr v0.9.2
90192025-05-13T22:09:21.357Z Fresh arrayref v0.3.9
90202025-05-13T22:09:21.357Z Fresh constant_time_eq v0.3.1
90212025-05-13T22:09:21.357Z Fresh arrayvec v0.7.6
90222025-05-13T22:09:21.357Z Fresh cast v0.3.0
90232025-05-13T22:09:21.357Z Fresh shell-words v1.1.0
90242025-05-13T22:09:21.357Z Fresh blocking v1.6.1
90252025-05-13T22:09:21.357Z Fresh aes-gcm v0.10.3
90262025-05-13T22:09:21.357Z Fresh vergen v8.3.2
90272025-05-13T22:09:21.357Z Fresh criterion-plot v0.5.0
90282025-05-13T22:09:21.357Z Fresh async-executor v1.13.1
90292025-05-13T22:09:21.357Z Fresh plotters v0.3.7
90302025-05-13T22:09:21.357Z Fresh async-signal v0.2.10
90312025-05-13T22:09:21.357Z Fresh rustls-webpki v0.101.7
90322025-05-13T22:09:21.357Z Fresh ssh-encoding v0.2.0
90332025-05-13T22:09:21.357Z Fresh sct v0.7.1
90342025-05-13T22:09:21.357Z Fresh blowfish v0.9.1
90352025-05-13T22:09:21.357Z Fresh tinytemplate v1.2.1
90362025-05-13T22:09:21.357Z Fresh rtoolbox v0.0.2
90372025-05-13T22:09:21.357Z Fresh oorandom v11.1.4
90382025-05-13T22:09:21.357Z Fresh event-listener v2.5.3
90392025-05-13T22:09:21.357Z Fresh anes v0.1.6
90402025-05-13T22:09:21.357Z Fresh rustls v0.21.12
90412025-05-13T22:09:21.357Z Fresh rpassword v7.3.1
90422025-05-13T22:09:21.358Z Fresh criterion v0.5.1
90432025-05-13T22:09:21.358Z Fresh async-channel v1.9.0
90442025-05-13T22:09:21.358Z Fresh bcrypt-pbkdf v0.10.0
90452025-05-13T22:09:21.358Z Fresh ssh-cipher v0.2.0
90462025-05-13T22:09:21.358Z Fresh async-process v2.3.0
90472025-05-13T22:09:21.358Z Fresh async-global-executor v2.4.1
90482025-05-13T22:09:21.358Z Fresh tui-tree-widget v0.23.0
90492025-05-13T22:09:21.358Z Fresh password-hash v0.4.2
90502025-05-13T22:09:21.358Z Fresh async-attributes v1.1.2
90512025-05-13T22:09:21.358Z Fresh kv-log-macro v1.0.7
90522025-05-13T22:09:21.358Z Fresh hex-literal v0.4.1
90532025-05-13T22:09:21.359Z Fresh futures-timer v3.0.3
90542025-05-13T22:09:21.359Z Fresh async-std v1.13.0
90552025-05-13T22:09:21.359Z Fresh pbkdf2 v0.11.0
90562025-05-13T22:09:21.359Z Fresh ssh-key v0.6.6
90572025-05-13T22:09:21.359Z Fresh target-lexicon v0.13.2
90582025-05-13T22:09:21.359Z Fresh petname v2.0.2
90592025-05-13T22:09:21.359Z Fresh tokio-rustls v0.24.1
90602025-05-13T22:09:21.359Z Fresh p256 v0.13.2
90612025-05-13T22:09:21.359Z Fresh p521 v0.13.3
90622025-05-13T22:09:21.359Z Fresh predicates-tree v1.0.12
90632025-05-13T22:09:21.359Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
90642025-05-13T22:09:21.359Z Fresh rustls-pemfile v1.0.4
90652025-05-13T22:09:21.359Z Fresh twox-hash v2.1.0
90662025-05-13T22:09:21.359Z Fresh memmap2 v0.9.5
90672025-05-13T22:09:21.359Z Fresh russh-cryptovec v0.7.3
90682025-05-13T22:09:21.359Z Fresh md5 v0.7.0
90692025-05-13T22:09:21.359Z Fresh sync-ptr v0.1.1
90702025-05-13T22:09:21.359Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
90712025-05-13T22:09:21.360Z Fresh blake3 v1.5.4
90722025-05-13T22:09:21.360Z Fresh russh-keys v0.45.0
90732025-05-13T22:09:21.360Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
90742025-05-13T22:09:21.360Z Fresh guppy-workspace-hack v0.1.0
90752025-05-13T22:09:21.360Z Fresh cfg-expr v0.18.0
90762025-05-13T22:09:21.360Z Fresh async-object-pool v0.1.5
90772025-05-13T22:09:21.360Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
90782025-05-13T22:09:21.360Z Fresh ignore v0.4.23
90792025-05-13T22:09:21.360Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
90802025-05-13T22:09:21.360Z Fresh httptest v0.16.3
90812025-05-13T22:09:21.360Z Fresh proc-macro-crate v3.2.0
90822025-05-13T22:09:21.360Z Fresh fatfs v0.3.6
90832025-05-13T22:09:21.360Z Fresh num-bigint v0.4.6
90842025-05-13T22:09:21.360Z Fresh rustls-native-certs v0.7.3
90852025-05-13T22:09:21.360Z Fresh des v0.8.1
90862025-05-13T22:09:21.360Z Fresh serde_regex v1.1.0
90872025-05-13T22:09:21.360Z Fresh assert-json-diff v2.0.2
90882025-05-13T22:09:21.360Z Fresh path-tree v0.8.1
90892025-05-13T22:09:21.360Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
90902025-05-13T22:09:21.360Z Fresh topological-sort v0.2.2
90912025-05-13T22:09:21.360Z Fresh stringmetrics v2.2.2
90922025-05-13T22:09:21.360Z Fresh relative-path v1.9.3
90932025-05-13T22:09:21.360Z Fresh escape8259 v0.5.3
90942025-05-13T22:09:21.361Z Fresh russh v0.45.0
90952025-05-13T22:09:21.361Z Fresh httpmock v0.8.0-alpha.1
90962025-05-13T22:09:21.387Z Fresh omicron-zone-package v0.12.2
90972025-05-13T22:09:21.388Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
90982025-05-13T22:09:21.388Z Fresh libtest-mimic v0.8.1
90992025-05-13T22:09:21.388Z Fresh rstest_macros v0.24.0
91002025-05-13T22:09:21.388Z Fresh hyper-rustls v0.26.0
91012025-05-13T22:09:21.388Z Fresh globwalk v0.9.1
91022025-05-13T22:09:21.388Z Fresh target-spec v3.4.2
91032025-05-13T22:09:21.388Z Fresh target-triple v0.1.3
91042025-05-13T22:09:21.388Z Fresh doc-comment v0.3.3
91052025-05-13T22:09:21.388Z Fresh blake2b_simd v1.0.2
91062025-05-13T22:09:21.388Z Fresh fancy-regex v0.14.0
91072025-05-13T22:09:21.388Z Fresh pathdiff v0.2.3
91082025-05-13T22:09:21.388Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
91092025-05-13T22:09:21.388Z Fresh uzers v0.12.1
91102025-05-13T22:09:21.388Z Fresh nested v0.1.1
91112025-05-13T22:09:21.388Z Fresh internet-checksum v0.2.1
91122025-05-13T22:09:21.388Z Fresh datatest-stable v0.3.2
91132025-05-13T22:09:21.388Z Fresh assert_cmd v2.0.17
91142025-05-13T22:09:21.388Z Fresh trybuild v1.0.103
91152025-05-13T22:09:21.388Z Fresh rust-argon2 v2.1.0
91162025-05-13T22:09:21.388Z Fresh rstest v0.24.0
91172025-05-13T22:09:21.388Z Fresh guppy v0.17.18
91182025-05-13T22:09:21.388Z Fresh camino-tempfile-ext v0.3.0
91192025-05-13T22:09:21.388Z Fresh partial-io v0.5.4
91202025-05-13T22:09:21.388Z Fresh similar-asserts v1.7.0
91212025-05-13T22:09:21.388Z Fresh rand_distr v0.4.3
91222025-05-13T22:09:21.388Z Fresh approx v0.5.1
91232025-05-13T22:09:21.388Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
91242025-05-13T22:09:21.388Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
91252025-05-13T22:09:21.388Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
91262025-05-13T22:09:21.388Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
91272025-05-13T22:09:21.388Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
91282025-05-13T22:09:21.388Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
91292025-05-13T22:09:21.388Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
91302025-05-13T22:09:21.388Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
91312025-05-13T22:09:21.388Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
91322025-05-13T22:09:21.388Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
91332025-05-13T22:09:21.388Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
91342025-05-13T22:09:21.389Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
91352025-05-13T22:09:21.389Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
91362025-05-13T22:09:21.389Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
91372025-05-13T22:09:21.389Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
91382025-05-13T22:09:21.389Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
91392025-05-13T22:09:21.389Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
91402025-05-13T22:09:21.389Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
91412025-05-13T22:09:21.389Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
91422025-05-13T22:09:21.389Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
91432025-05-13T22:09:21.389Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
91442025-05-13T22:09:21.389Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
91452025-05-13T22:09:21.389Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
91462025-05-13T22:09:21.389Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
91472025-05-13T22:09:21.389Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
91482025-05-13T22:09:21.389Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
91492025-05-13T22:09:21.389Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
91502025-05-13T22:09:21.389Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
91512025-05-13T22:09:21.389Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
91522025-05-13T22:09:21.389Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
91532025-05-13T22:09:21.389Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
91542025-05-13T22:09:21.389Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
91552025-05-13T22:09:21.389Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
91562025-05-13T22:09:21.389Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
91572025-05-13T22:09:21.389Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
91582025-05-13T22:09:21.389Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
91592025-05-13T22:09:21.389Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
91602025-05-13T22:09:21.389Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
91612025-05-13T22:09:21.389Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
91622025-05-13T22:09:21.389Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
91632025-05-13T22:09:21.389Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
91642025-05-13T22:09:21.389Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
91652025-05-13T22:09:21.389Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
91662025-05-13T22:09:21.389Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
91672025-05-13T22:09:21.389Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
91682025-05-13T22:09:21.389Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
91692025-05-13T22:09:21.389Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
91702025-05-13T22:09:21.389Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
91712025-05-13T22:09:21.389Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
91722025-05-13T22:09:21.389Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
91732025-05-13T22:09:21.389Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
91742025-05-13T22:09:21.390Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
91752025-05-13T22:09:21.390Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
91762025-05-13T22:09:21.390Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
91772025-05-13T22:09:21.390Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
91782025-05-13T22:09:21.390Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
91792025-05-13T22:09:21.390Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
91802025-05-13T22:09:21.390Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
91812025-05-13T22:09:21.390Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
91822025-05-13T22:09:21.390Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
91832025-05-13T22:09:21.390Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
91842025-05-13T22:09:21.390Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
91852025-05-13T22:09:21.390Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
91862025-05-13T22:09:21.390Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
91872025-05-13T22:09:21.390Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
91882025-05-13T22:09:21.391Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
91892025-05-13T22:09:21.391Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
91902025-05-13T22:09:21.391Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
91912025-05-13T22:09:21.391Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
91922025-05-13T22:09:21.391Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
91932025-05-13T22:09:21.391Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
91942025-05-13T22:09:21.391Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
91952025-05-13T22:09:21.391Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
91962025-05-13T22:09:21.418Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
91972025-05-13T22:09:21.418Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
91982025-05-13T22:09:21.418Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
91992025-05-13T22:09:21.418Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
92002025-05-13T22:09:21.418Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
92012025-05-13T22:09:21.418Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
92022025-05-13T22:09:21.418Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
92032025-05-13T22:09:21.418Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
92042025-05-13T22:09:21.418Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
92052025-05-13T22:09:21.418Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
92062025-05-13T22:09:21.418Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
92072025-05-13T22:09:21.418Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
92082025-05-13T22:09:21.418Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
92092025-05-13T22:09:21.418Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
92102025-05-13T22:09:21.418Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
92112025-05-13T22:09:21.418Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
92122025-05-13T22:09:21.418Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
92132025-05-13T22:09:21.418Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
92142025-05-13T22:09:21.419Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
92152025-05-13T22:09:21.419Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
92162025-05-13T22:09:21.419Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
92172025-05-13T22:09:21.419Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
92182025-05-13T22:09:21.419Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
92192025-05-13T22:09:21.419Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
92202025-05-13T22:09:21.419Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
92212025-05-13T22:09:21.419Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
92222025-05-13T22:09:21.419Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
92232025-05-13T22:09:21.419Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
92242025-05-13T22:09:21.419Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
92252025-05-13T22:09:21.420Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
92262025-05-13T22:09:21.420Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
92272025-05-13T22:09:21.420Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
92282025-05-13T22:09:21.420Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
92292025-05-13T22:09:21.420Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
92302025-05-13T22:09:21.420Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
92312025-05-13T22:09:21.420Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
92322025-05-13T22:09:21.420Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
92332025-05-13T22:09:21.420Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
92342025-05-13T22:09:21.420Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
92352025-05-13T22:09:21.420Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
92362025-05-13T22:09:21.420Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
92372025-05-13T22:09:21.420Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
92382025-05-13T22:09:21.420Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
92392025-05-13T22:09:21.420Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
92402025-05-13T22:09:21.420Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
92412025-05-13T22:09:21.420Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
92422025-05-13T22:09:21.420Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
92432025-05-13T22:09:21.420Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
92442025-05-13T22:09:21.420Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
92452025-05-13T22:09:21.420Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
92462025-05-13T22:09:21.420Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
92472025-05-13T22:09:21.420Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
92482025-05-13T22:09:21.420Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
92492025-05-13T22:09:21.420Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
92502025-05-13T22:09:21.420Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
92512025-05-13T22:09:21.420Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
92522025-05-13T22:09:21.420Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.79s
92532025-05-13T22:09:21.420Z Doc-tests api_identity
92542025-05-13T22:09:21.420Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6d165a56d61ceddc.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.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`
92552025-05-13T22:09:21.642Z
92562025-05-13T22:09:21.642Zrunning 0 tests
92572025-05-13T22:09:21.642Z
92582025-05-13T22:09:21.667Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92592025-05-13T22:09:21.667Z
92602025-05-13T22:09:21.667Z Doc-tests authz_macros
92612025-05-13T22:09:21.667Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-e26a24417ccc1856.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-5865470c2f2b94d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.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`
92622025-05-13T22:09:21.906Z
92632025-05-13T22:09:21.906Zrunning 7 tests
92642025-05-13T22:09:21.933Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
92652025-05-13T22:09:21.933Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
92662025-05-13T22:09:21.934Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
92672025-05-13T22:09:21.934Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
92682025-05-13T22:09:21.934Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
92692025-05-13T22:09:21.934Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
92702025-05-13T22:09:21.934Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
92712025-05-13T22:09:21.934Z
92722025-05-13T22:09:21.934Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
92732025-05-13T22:09:21.934Z
92742025-05-13T22:09:21.934Z Doc-tests bootstore
92752025-05-13T22:09:21.934Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4945038c72687496.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88cce0b63f506f0b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c7aced8f81391e66.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.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`
92762025-05-13T22:09:22.888Z
92772025-05-13T22:09:22.888Zrunning 0 tests
92782025-05-13T22:09:22.889Z
92792025-05-13T22:09:22.889Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92802025-05-13T22:09:22.889Z
92812025-05-13T22:09:22.934Z Doc-tests bootstrap_agent_api
92822025-05-13T22:09:22.935Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94c554056c5f939f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92832025-05-13T22:09:23.380Z
92842025-05-13T22:09:23.381Zrunning 2 tests
92852025-05-13T22:09:23.406Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
92862025-05-13T22:09:23.406Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
92872025-05-13T22:09:23.406Z
92882025-05-13T22:09:23.406Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
92892025-05-13T22:09:23.406Z
92902025-05-13T22:09:23.432Z Doc-tests bootstrap_agent_client
92912025-05-13T22:09:23.432Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d31954d93ff0cb3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92922025-05-13T22:09:24.510Z
92932025-05-13T22:09:24.510Zrunning 0 tests
92942025-05-13T22:09:24.510Z
92952025-05-13T22:09:24.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92962025-05-13T22:09:24.510Z
92972025-05-13T22:09:24.565Z Doc-tests clickana
92982025-05-13T22:09:24.565Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-8d2f3ebd63715214.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-efabdca7d4d10da9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92992025-05-13T22:09:25.029Z
93002025-05-13T22:09:25.029Zrunning 0 tests
93012025-05-13T22:09:25.029Z
93022025-05-13T22:09:25.029Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93032025-05-13T22:09:25.029Z
93042025-05-13T22:09:25.069Z Doc-tests clickhouse_admin_api
93052025-05-13T22:09:25.094Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d3179cee1342e17a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93062025-05-13T22:09:25.457Z
93072025-05-13T22:09:25.457Zrunning 6 tests
93082025-05-13T22:09:25.457Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 37) ... ignored
93092025-05-13T22:09:25.457Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 43) ... ignored
93102025-05-13T22:09:25.458Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 115) ... ignored
93112025-05-13T22:09:25.458Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 121) ... ignored
93122025-05-13T22:09:25.458Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 180) ... ignored
93132025-05-13T22:09:25.458Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 186) ... ignored
93142025-05-13T22:09:25.458Z
93152025-05-13T22:09:25.458Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
93162025-05-13T22:09:25.458Z
93172025-05-13T22:09:25.494Z Doc-tests clickhouse_admin_keeper_client
93182025-05-13T22:09:25.521Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-254fa508ed3ae8e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93192025-05-13T22:09:26.235Z
93202025-05-13T22:09:26.235Zrunning 0 tests
93212025-05-13T22:09:26.235Z
93222025-05-13T22:09:26.235Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93232025-05-13T22:09:26.235Z
93242025-05-13T22:09:26.283Z Doc-tests clickhouse_admin_server_client
93252025-05-13T22:09:26.283Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-efabdca7d4d10da9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93262025-05-13T22:09:26.983Z
93272025-05-13T22:09:26.983Zrunning 0 tests
93282025-05-13T22:09:26.983Z
93292025-05-13T22:09:26.983Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93302025-05-13T22:09:26.983Z
93312025-05-13T22:09:27.028Z Doc-tests clickhouse_admin_single_client
93322025-05-13T22:09:27.028Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-78c372f97d436818.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93332025-05-13T22:09:27.351Z
93342025-05-13T22:09:27.351Zrunning 0 tests
93352025-05-13T22:09:27.351Z
93362025-05-13T22:09:27.351Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93372025-05-13T22:09:27.351Z
93382025-05-13T22:09:27.385Z Doc-tests clickhouse_admin_test_utils
93392025-05-13T22:09:27.385Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3cfb8d0973ec35dc.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-573cdad2bec9ac23.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93402025-05-13T22:09:27.724Z
93412025-05-13T22:09:27.724Zrunning 0 tests
93422025-05-13T22:09:27.724Z
93432025-05-13T22:09:27.724Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93442025-05-13T22:09:27.724Z
93452025-05-13T22:09:27.758Z Doc-tests clickhouse_admin_types
93462025-05-13T22:09:27.784Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93472025-05-13T22:09:28.471Z
93482025-05-13T22:09:28.471Zrunning 0 tests
93492025-05-13T22:09:28.471Z
93502025-05-13T22:09:28.472Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93512025-05-13T22:09:28.472Z
93522025-05-13T22:09:28.511Z Doc-tests cockroach_admin_api
93532025-05-13T22:09:28.511Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-4f372877a6071306.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f9b2ebbd610586dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93542025-05-13T22:09:28.817Z
93552025-05-13T22:09:28.817Zrunning 2 tests
93562025-05-13T22:09:28.843Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 23) ... ignored
93572025-05-13T22:09:28.843Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 29) ... ignored
93582025-05-13T22:09:28.843Z
93592025-05-13T22:09:28.843Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
93602025-05-13T22:09:28.843Z
93612025-05-13T22:09:28.868Z Doc-tests cockroach_admin_client
93622025-05-13T22:09:28.869Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-2ea8c282179b5cc7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93632025-05-13T22:09:29.229Z
93642025-05-13T22:09:29.229Zrunning 0 tests
93652025-05-13T22:09:29.229Z
93662025-05-13T22:09:29.229Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93672025-05-13T22:09:29.229Z
93682025-05-13T22:09:29.260Z Doc-tests cockroach_admin_types
93692025-05-13T22:09:29.285Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f9b2ebbd610586dc.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-c9b1cc28d1fb8db9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93702025-05-13T22:09:29.505Z
93712025-05-13T22:09:29.505Zrunning 0 tests
93722025-05-13T22:09:29.505Z
93732025-05-13T22:09:29.506Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93742025-05-13T22:09:29.506Z
93752025-05-13T22:09:29.532Z Doc-tests db_macros
93762025-05-13T22:09:29.532Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-18abf70d87774d6f.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-5865470c2f2b94d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-64a834e7b41ae069.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.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`
93772025-05-13T22:09:29.912Z
93782025-05-13T22:09:29.912Zrunning 3 tests
93792025-05-13T22:09:29.937Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
93802025-05-13T22:09:29.937Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
93812025-05-13T22:09:29.937Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
93822025-05-13T22:09:29.937Z
93832025-05-13T22:09:29.937Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
93842025-05-13T22:09:29.938Z
93852025-05-13T22:09:29.966Z Doc-tests dev_tools_common
93862025-05-13T22:09:29.966Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-46a479c0098c7ec3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93872025-05-13T22:09:30.093Z
93882025-05-13T22:09:30.093Zrunning 0 tests
93892025-05-13T22:09:30.093Z
93902025-05-13T22:09:30.093Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93912025-05-13T22:09:30.093Z
93922025-05-13T22:09:30.118Z Doc-tests dns_server
93932025-05-13T22:09:30.119Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b6edd180bc7b39f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-949fdffb744aceb3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9f2d1787fbedd520.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-51606c72477ef962.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93942025-05-13T22:09:30.563Z
93952025-05-13T22:09:30.563Zrunning 0 tests
93962025-05-13T22:09:30.563Z
93972025-05-13T22:09:30.563Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93982025-05-13T22:09:30.563Z
93992025-05-13T22:09:30.604Z Doc-tests dns_server_api
94002025-05-13T22:09:30.604Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b6edd180bc7b39f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-855018d7b9d18349.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94012025-05-13T22:09:30.954Z
94022025-05-13T22:09:30.954Zrunning 2 tests
94032025-05-13T22:09:30.979Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 134) ... ignored
94042025-05-13T22:09:30.980Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 140) ... ignored
94052025-05-13T22:09:30.980Z
94062025-05-13T22:09:30.980Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
94072025-05-13T22:09:30.980Z
94082025-05-13T22:09:31.005Z Doc-tests dns_service_client
94092025-05-13T22:09:31.005Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94102025-05-13T22:09:31.420Z
94112025-05-13T22:09:31.420Zrunning 0 tests
94122025-05-13T22:09:31.420Z
94132025-05-13T22:09:31.420Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94142025-05-13T22:09:31.420Z
94152025-05-13T22:09:31.469Z Doc-tests end_to_end_tests
94162025-05-13T22:09:31.469Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-1e83090b88d7e230.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-fa8b027298a2400f.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-7297e574fa670b9d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-05384b49a4446cf6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-0bcb897aeafd39f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bd11bb43c8264d83.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-c1f9b215c01a5dca.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-498ea0cf4d58151b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a136de79fe574e0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94172025-05-13T22:09:31.987Z
94182025-05-13T22:09:31.987Zrunning 0 tests
94192025-05-13T22:09:31.987Z
94202025-05-13T22:09:31.987Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94212025-05-13T22:09:31.987Z
94222025-05-13T22:09:32.033Z Doc-tests ereport_types
94232025-05-13T22:09:32.033Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-bd4eac39274ba7a0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94242025-05-13T22:09:32.340Z
94252025-05-13T22:09:32.340Zrunning 0 tests
94262025-05-13T22:09:32.340Z
94272025-05-13T22:09:32.340Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94282025-05-13T22:09:32.340Z
94292025-05-13T22:09:32.373Z Doc-tests gateway_api
94302025-05-13T22:09:32.373Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-bd4eac39274ba7a0.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d57f9911fbd022b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c28dacc6006b67d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94312025-05-13T22:09:32.817Z
94322025-05-13T22:09:32.817Zrunning 2 tests
94332025-05-13T22:09:32.842Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 48) ... ignored
94342025-05-13T22:09:32.842Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 54) ... ignored
94352025-05-13T22:09:32.842Z
94362025-05-13T22:09:32.842Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
94372025-05-13T22:09:32.842Z
94382025-05-13T22:09:32.867Z Doc-tests gateway_client
94392025-05-13T22:09:32.867Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94402025-05-13T22:09:34.147Z
94412025-05-13T22:09:34.147Zrunning 0 tests
94422025-05-13T22:09:34.147Z
94432025-05-13T22:09:34.147Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94442025-05-13T22:09:34.147Z
94452025-05-13T22:09:34.198Z Doc-tests gateway_test_utils
94462025-05-13T22:09:34.198Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c28dacc6006b67d2.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ba5a14131eae4fda.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df553d39a8665e09.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94472025-05-13T22:09:34.821Z
94482025-05-13T22:09:34.821Zrunning 0 tests
94492025-05-13T22:09:34.821Z
94502025-05-13T22:09:34.821Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94512025-05-13T22:09:34.821Z
94522025-05-13T22:09:34.874Z Doc-tests gateway_types
94532025-05-13T22:09:34.874Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c28dacc6006b67d2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2802b59c57031c7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94542025-05-13T22:09:35.526Z
94552025-05-13T22:09:35.526Zrunning 0 tests
94562025-05-13T22:09:35.526Z
94572025-05-13T22:09:35.526Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94582025-05-13T22:09:35.526Z
94592025-05-13T22:09:35.564Z Doc-tests gfss
94602025-05-13T22:09:35.589Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-dc2402b77366da15.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94612025-05-13T22:09:35.757Z
94622025-05-13T22:09:35.757Zrunning 0 tests
94632025-05-13T22:09:35.757Z
94642025-05-13T22:09:35.757Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94652025-05-13T22:09:35.757Z
94662025-05-13T22:09:35.782Z Doc-tests id_map
94672025-05-13T22:09:35.782Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94682025-05-13T22:09:35.962Z
94692025-05-13T22:09:35.962Zrunning 0 tests
94702025-05-13T22:09:35.962Z
94712025-05-13T22:09:35.962Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94722025-05-13T22:09:35.962Z
94732025-05-13T22:09:35.991Z Doc-tests illumos_utils
94742025-05-13T22:09:35.991Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-907485d191f72d36.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-c85311ff38a8f3f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5abcad605194adf4.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-ff1f88e3c7628f5f.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-43348e5d43371b7e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-cf922a9abcda0b48.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.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`
94752025-05-13T22:09:36.778Z
94762025-05-13T22:09:36.778Zrunning 0 tests
94772025-05-13T22:09:36.778Z
94782025-05-13T22:09:36.778Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94792025-05-13T22:09:36.778Z
94802025-05-13T22:09:36.829Z Doc-tests installinator
94812025-05-13T22:09:36.902Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-fde220034c5893f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c56ff69aa845049c.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-11424560c78aaf84.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2802b59c57031c7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-11274407f19d7287.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-75bfb8a8688b87d2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5a030e2d5c7b34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6adb7912bf9a9b69.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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`
94822025-05-13T22:09:37.579Z
94832025-05-13T22:09:37.579Zrunning 0 tests
94842025-05-13T22:09:37.579Z
94852025-05-13T22:09:37.579Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94862025-05-13T22:09:37.579Z
94872025-05-13T22:09:37.631Z Doc-tests installinator_api
94882025-05-13T22:09:37.631Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-8a5a1161feb3c4d7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94892025-05-13T22:09:38.042Z
94902025-05-13T22:09:38.042Zrunning 2 tests
94912025-05-13T22:09:38.071Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
94922025-05-13T22:09:38.071Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
94932025-05-13T22:09:38.071Z
94942025-05-13T22:09:38.071Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
94952025-05-13T22:09:38.071Z
94962025-05-13T22:09:38.109Z Doc-tests installinator_client
94972025-05-13T22:09:38.109Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-11424560c78aaf84.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94982025-05-13T22:09:39.131Z
94992025-05-13T22:09:39.131Zrunning 0 tests
95002025-05-13T22:09:39.131Z
95012025-05-13T22:09:39.131Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95022025-05-13T22:09:39.132Z
95032025-05-13T22:09:39.188Z Doc-tests installinator_common
95042025-05-13T22:09:39.188Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95052025-05-13T22:09:39.708Z
95062025-05-13T22:09:39.708Zrunning 0 tests
95072025-05-13T22:09:39.708Z
95082025-05-13T22:09:39.708Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95092025-05-13T22:09:39.708Z
95102025-05-13T22:09:39.756Z Doc-tests internal_dns_resolver
95112025-05-13T22:09:39.756Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8616a8b3bc9ba192.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95122025-05-13T22:09:40.134Z
95132025-05-13T22:09:40.134Zrunning 0 tests
95142025-05-13T22:09:40.135Z
95152025-05-13T22:09:40.135Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95162025-05-13T22:09:40.135Z
95172025-05-13T22:09:40.174Z Doc-tests internal_dns_types
95182025-05-13T22:09:40.174Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95192025-05-13T22:09:40.610Z
95202025-05-13T22:09:40.610Zrunning 0 tests
95212025-05-13T22:09:40.610Z
95222025-05-13T22:09:40.610Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95232025-05-13T22:09:40.610Z
95242025-05-13T22:09:40.650Z Doc-tests ipcc
95252025-05-13T22:09:40.650Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2802b59c57031c7b.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-8db78efdf0dd0aa8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95262025-05-13T22:09:40.879Z
95272025-05-13T22:09:40.879Zrunning 0 tests
95282025-05-13T22:09:40.879Z
95292025-05-13T22:09:40.880Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95302025-05-13T22:09:40.881Z
95312025-05-13T22:09:40.907Z Doc-tests key_manager
95322025-05-13T22:09:40.907Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-437d1ca11258f7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95332025-05-13T22:09:41.259Z
95342025-05-13T22:09:41.259Zrunning 0 tests
95352025-05-13T22:09:41.259Z
95362025-05-13T22:09:41.259Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95372025-05-13T22:09:41.259Z
95382025-05-13T22:09:41.299Z Doc-tests live_tests_macros
95392025-05-13T22:09:41.299Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-ce9e7acd725d345c.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.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`
95402025-05-13T22:09:41.449Z
95412025-05-13T22:09:41.449Zrunning 1 test
95422025-05-13T22:09:41.474Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
95432025-05-13T22:09:41.475Z
95442025-05-13T22:09:41.475Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
95452025-05-13T22:09:41.475Z
95462025-05-13T22:09:41.475Z Doc-tests nexus_auth
95472025-05-13T22:09:41.475Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-e26a24417ccc1856.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5ed8136344f353f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f21380656f72144a.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-6f8adb423cf802c9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-96fd28260cd99f26.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9782d927e809adbc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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`
95482025-05-13T22:09:42.678Z
95492025-05-13T22:09:42.678Zrunning 0 tests
95502025-05-13T22:09:42.678Z
95512025-05-13T22:09:42.678Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95522025-05-13T22:09:42.678Z
95532025-05-13T22:09:42.743Z Doc-tests nexus_background_task_interface
95542025-05-13T22:09:42.743Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-7b51ed40656a31eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95552025-05-13T22:09:42.899Z
95562025-05-13T22:09:42.899Zrunning 0 tests
95572025-05-13T22:09:42.899Z
95582025-05-13T22:09:42.899Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95592025-05-13T22:09:42.900Z
95602025-05-13T22:09:42.925Z Doc-tests nexus_client
95612025-05-13T22:09:42.925Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95622025-05-13T22:09:45.659Z
95632025-05-13T22:09:45.659Zrunning 0 tests
95642025-05-13T22:09:45.659Z
95652025-05-13T22:09:45.659Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95662025-05-13T22:09:45.659Z
95672025-05-13T22:09:45.737Z Doc-tests nexus_config
95682025-05-13T22:09:45.737Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95692025-05-13T22:09:46.543Z
95702025-05-13T22:09:46.543Zrunning 0 tests
95712025-05-13T22:09:46.543Z
95722025-05-13T22:09:46.543Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95732025-05-13T22:09:46.543Z
95742025-05-13T22:09:46.596Z Doc-tests nexus_db_errors
95752025-05-13T22:09:46.621Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f21380656f72144a.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-faaa7d1e22d0ae85.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95762025-05-13T22:09:47.083Z
95772025-05-13T22:09:47.083Zrunning 0 tests
95782025-05-13T22:09:47.083Z
95792025-05-13T22:09:47.083Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95802025-05-13T22:09:47.083Z
95812025-05-13T22:09:47.127Z Doc-tests nexus_db_fixed_data
95822025-05-13T22:09:47.127Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-6f8adb423cf802c9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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`
95832025-05-13T22:09:47.648Z
95842025-05-13T22:09:47.648Zrunning 0 tests
95852025-05-13T22:09:47.648Z
95862025-05-13T22:09:47.648Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95872025-05-13T22:09:47.648Z
95882025-05-13T22:09:47.689Z Doc-tests nexus_db_lookup
95892025-05-13T22:09:47.689Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9833fc5cd7c8fc36.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-18abf70d87774d6f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ed4ee5eb80872263.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f21380656f72144a.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-faaa7d1e22d0ae85.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a854185ab87c3729.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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`
95902025-05-13T22:09:48.621Z
95912025-05-13T22:09:48.621Zrunning 0 tests
95922025-05-13T22:09:48.621Z
95932025-05-13T22:09:48.621Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95942025-05-13T22:09:48.621Z
95952025-05-13T22:09:48.685Z Doc-tests nexus_db_model
95962025-05-13T22:09:48.732Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-18abf70d87774d6f.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6357c50e7f597620.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-9a365e9c921bf5d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-848303ce7e34c92b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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`
95972025-05-13T22:09:53.059Z
95982025-05-13T22:09:53.059Zrunning 2 tests
95992025-05-13T22:09:55.866Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
96002025-05-13T22:09:55.892Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
96012025-05-13T22:09:55.892Z
96022025-05-13T22:09:55.892Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.81s
96032025-05-13T22:09:55.892Z
96042025-05-13T22:09:56.029Z Doc-tests nexus_db_queries
96052025-05-13T22:09:56.079Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9833fc5cd7c8fc36.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f041b42439f43bad.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dec9ecdfc403e756.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-18abf70d87774d6f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ed4ee5eb80872263.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f228b60769bea7bf.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f21380656f72144a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-faaa7d1e22d0ae85.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-6f8adb423cf802c9.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a854185ab87c3729.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-96fd28260cd99f26.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-07622d186ea4f506.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-18628d290fb1d91e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-848303ce7e34c92b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-349d83d8ef81886c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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`
96062025-05-13T22:09:58.411Z
96072025-05-13T22:09:58.411Zrunning 1 test
96082025-05-13T22:10:03.243Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
96092025-05-13T22:10:03.243Z
96102025-05-13T22:10:03.243Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.83s
96112025-05-13T22:10:03.243Z
96122025-05-13T22:10:03.367Z Doc-tests nexus_db_schema
96132025-05-13T22:10:03.392Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96142025-05-13T22:10:10.607Z
96152025-05-13T22:10:10.607Zrunning 0 tests
96162025-05-13T22:10:10.607Z
96172025-05-13T22:10:10.607Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96182025-05-13T22:10:10.607Z
96192025-05-13T22:10:10.855Z Doc-tests nexus_defaults
96202025-05-13T22:10:10.855Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6357c50e7f597620.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96212025-05-13T22:10:11.194Z
96222025-05-13T22:10:11.194Zrunning 0 tests
96232025-05-13T22:10:11.194Z
96242025-05-13T22:10:11.194Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96252025-05-13T22:10:11.194Z
96262025-05-13T22:10:11.237Z Doc-tests nexus_external_api
96272025-05-13T22:10:11.237Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ac58516b41c56e87.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-855018d7b9d18349.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c47e2a5d6a64cc8d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fb5739d9a9bc02f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96282025-05-13T22:10:11.984Z
96292025-05-13T22:10:11.984Zrunning 2 tests
96302025-05-13T22:10:12.010Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 84) ... ignored
96312025-05-13T22:10:12.010Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 90) ... ignored
96322025-05-13T22:10:12.010Z
96332025-05-13T22:10:12.010Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
96342025-05-13T22:10:12.010Z
96352025-05-13T22:10:12.049Z Doc-tests nexus_internal_api
96362025-05-13T22:10:12.049Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ab6d84de1604e177.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96372025-05-13T22:10:12.632Z
96382025-05-13T22:10:12.632Zrunning 2 tests
96392025-05-13T22:10:12.662Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 63) ... ignored
96402025-05-13T22:10:12.662Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 69) ... ignored
96412025-05-13T22:10:12.662Z
96422025-05-13T22:10:12.662Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
96432025-05-13T22:10:12.662Z
96442025-05-13T22:10:12.688Z Doc-tests nexus_inventory
96452025-05-13T22:10:12.688Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-254fa508ed3ae8e4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-efabdca7d4d10da9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-1c266ad8fa5cdaf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96462025-05-13T22:10:13.158Z
96472025-05-13T22:10:13.158Zrunning 0 tests
96482025-05-13T22:10:13.158Z
96492025-05-13T22:10:13.158Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96502025-05-13T22:10:13.158Z
96512025-05-13T22:10:13.203Z Doc-tests nexus_macros_common
96522025-05-13T22:10:13.203Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-5865470c2f2b94d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96532025-05-13T22:10:13.347Z
96542025-05-13T22:10:13.347Zrunning 0 tests
96552025-05-13T22:10:13.347Z
96562025-05-13T22:10:13.347Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96572025-05-13T22:10:13.347Z
96582025-05-13T22:10:13.372Z Doc-tests nexus_metrics_producer_gc
96592025-05-13T22:10:13.372Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9833fc5cd7c8fc36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8762e7036bbf5de2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bd3de532a008bf03.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53f589bd0c909c6e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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`
96602025-05-13T22:10:13.955Z
96612025-05-13T22:10:13.955Zrunning 0 tests
96622025-05-13T22:10:13.955Z
96632025-05-13T22:10:13.955Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96642025-05-13T22:10:13.955Z
96652025-05-13T22:10:14.034Z Doc-tests nexus_mgs_updates
96662025-05-13T22:10:14.034Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48221bba85de022b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fee674010f2dbbec.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-519e62d306246256.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df553d39a8665e09.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96672025-05-13T22:10:14.516Z
96682025-05-13T22:10:14.516Zrunning 0 tests
96692025-05-13T22:10:14.516Z
96702025-05-13T22:10:14.516Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96712025-05-13T22:10:14.516Z
96722025-05-13T22:10:14.562Z Doc-tests nexus_networking
96732025-05-13T22:10:14.562Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a854185ab87c3729.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-adc6ec5cf5760e74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96742025-05-13T22:10:15.145Z
96752025-05-13T22:10:15.145Zrunning 0 tests
96762025-05-13T22:10:15.145Z
96772025-05-13T22:10:15.145Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96782025-05-13T22:10:15.146Z
96792025-05-13T22:10:15.204Z Doc-tests nexus_reconfigurator_blippy
96802025-05-13T22:10:15.205Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e16b819eb0b693c9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96812025-05-13T22:10:16.037Z
96822025-05-13T22:10:16.037Zrunning 0 tests
96832025-05-13T22:10:16.037Z
96842025-05-13T22:10:16.037Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96852025-05-13T22:10:16.037Z
96862025-05-13T22:10:16.089Z Doc-tests nexus_reconfigurator_execution
96872025-05-13T22:10:16.090Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9833fc5cd7c8fc36.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-254fa508ed3ae8e4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-efabdca7d4d10da9.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-78c372f97d436818.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-2ea8c282179b5cc7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8762e7036bbf5de2.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-73c4d314c6c4a836.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-61bf4d7c1261dfa0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a854185ab87c3729.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48221bba85de022b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-adc6ec5cf5760e74.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e62386aca1092dab.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f5ddc991ca628060.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-5a89abeae4ccc5a3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bed803b8ec77a4ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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`
96882025-05-13T22:10:16.316Z
96892025-05-13T22:10:16.316Zrunning 0 tests
96902025-05-13T22:10:16.316Z
96912025-05-13T22:10:16.317Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96922025-05-13T22:10:16.317Z
96932025-05-13T22:10:16.368Z Doc-tests nexus_reconfigurator_planning
96942025-05-13T22:10:16.393Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-73c4d314c6c4a836.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e16b819eb0b693c9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-1c266ad8fa5cdaf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96952025-05-13T22:10:17.028Z
96962025-05-13T22:10:17.028Zrunning 0 tests
96972025-05-13T22:10:17.028Z
96982025-05-13T22:10:17.028Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96992025-05-13T22:10:17.028Z
97002025-05-13T22:10:17.080Z Doc-tests nexus_reconfigurator_preparation
97012025-05-13T22:10:17.081Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f5ddc991ca628060.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97022025-05-13T22:10:17.642Z
97032025-05-13T22:10:17.642Zrunning 0 tests
97042025-05-13T22:10:17.642Z
97052025-05-13T22:10:17.642Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97062025-05-13T22:10:17.642Z
97072025-05-13T22:10:17.702Z Doc-tests nexus_reconfigurator_rendezvous
97082025-05-13T22:10:17.702Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9833fc5cd7c8fc36.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0aa07d7917da2689.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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`
97092025-05-13T22:10:18.243Z
97102025-05-13T22:10:18.243Zrunning 0 tests
97112025-05-13T22:10:18.243Z
97122025-05-13T22:10:18.244Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97132025-05-13T22:10:18.244Z
97142025-05-13T22:10:18.321Z Doc-tests nexus_reconfigurator_simulation
97152025-05-13T22:10:18.322Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-dd088828ffae1b36.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-1fbde3982e664328.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-d05fa9154c448b6b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-1c266ad8fa5cdaf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97162025-05-13T22:10:18.792Z
97172025-05-13T22:10:18.792Zrunning 0 tests
97182025-05-13T22:10:18.792Z
97192025-05-13T22:10:18.792Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97202025-05-13T22:10:18.792Z
97212025-05-13T22:10:18.843Z Doc-tests nexus_saga_recovery
97222025-05-13T22:10:18.843Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f21380656f72144a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6abd86fd201e092c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-5a89abeae4ccc5a3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-848303ce7e34c92b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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`
97232025-05-13T22:10:19.339Z
97242025-05-13T22:10:19.339Zrunning 0 tests
97252025-05-13T22:10:19.339Z
97262025-05-13T22:10:19.339Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97272025-05-13T22:10:19.339Z
97282025-05-13T22:10:19.387Z Doc-tests nexus_sled_agent_shared
97292025-05-13T22:10:19.387Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97302025-05-13T22:10:19.987Z
97312025-05-13T22:10:19.987Zrunning 0 tests
97322025-05-13T22:10:19.987Z
97332025-05-13T22:10:19.987Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97342025-05-13T22:10:19.987Z
97352025-05-13T22:10:20.037Z Doc-tests nexus_test_interface
97362025-05-13T22:10:20.037Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2cdbdd8bdcd797f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97372025-05-13T22:10:20.461Z
97382025-05-13T22:10:20.462Zrunning 0 tests
97392025-05-13T22:10:20.462Z
97402025-05-13T22:10:20.462Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97412025-05-13T22:10:20.462Z
97422025-05-13T22:10:20.505Z Doc-tests nexus_test_utils
97432025-05-13T22:10:20.531Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2cdbdd8bdcd797f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-58b5a42154eb3f96.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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`
97442025-05-13T22:10:21.423Z
97452025-05-13T22:10:21.423Zrunning 0 tests
97462025-05-13T22:10:21.423Z
97472025-05-13T22:10:21.423Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97482025-05-13T22:10:21.423Z
97492025-05-13T22:10:21.488Z Doc-tests nexus_test_utils_macros
97502025-05-13T22:10:21.488Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-5a89abeae4ccc5a3.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.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`
97512025-05-13T22:10:21.635Z
97522025-05-13T22:10:21.635Zrunning 1 test
97532025-05-13T22:10:21.663Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
97542025-05-13T22:10:21.663Z
97552025-05-13T22:10:21.663Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
97562025-05-13T22:10:21.663Z
97572025-05-13T22:10:21.663Z Doc-tests nexus_types
97582025-05-13T22:10:21.663Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6d165a56d61ceddc.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5ed8136344f353f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-61bf4d7c1261dfa0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fb5739d9a9bc02f0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-848303ce7e34c92b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97592025-05-13T22:10:25.831Z
97602025-05-13T22:10:25.831Zrunning 3 tests
97612025-05-13T22:10:25.858Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 1474) ... ignored
97622025-05-13T22:10:25.859Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 1346) ... ignored
97632025-05-13T22:10:25.859Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 888) ... ignored
97642025-05-13T22:10:25.859Z
97652025-05-13T22:10:25.859Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
97662025-05-13T22:10:25.859Z
97672025-05-13T22:10:25.968Z Doc-tests omicron_certificates
97682025-05-13T22:10:25.968Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-180494aa4b808d97.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-9a365e9c921bf5d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-e69c70cf5e0049db.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97692025-05-13T22:10:26.344Z
97702025-05-13T22:10:26.344Zrunning 0 tests
97712025-05-13T22:10:26.344Z
97722025-05-13T22:10:26.344Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97732025-05-13T22:10:26.344Z
97742025-05-13T22:10:26.383Z Doc-tests omicron_clickhouse_admin
97752025-05-13T22:10:26.383Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d3179cee1342e17a.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3cfb8d0973ec35dc.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-573cdad2bec9ac23.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-e4b1487af8be05bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-00897f9d6a07a6b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97762025-05-13T22:10:26.955Z
97772025-05-13T22:10:26.955Zrunning 0 tests
97782025-05-13T22:10:26.955Z
97792025-05-13T22:10:26.955Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97802025-05-13T22:10:26.955Z
97812025-05-13T22:10:27.006Z Doc-tests omicron_cockroach_admin
97822025-05-13T22:10:27.055Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-4f372877a6071306.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f9b2ebbd610586dc.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-c9b1cc28d1fb8db9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-9277c77b9984be29.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.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`
97832025-05-13T22:10:27.433Z
97842025-05-13T22:10:27.433Zrunning 0 tests
97852025-05-13T22:10:27.433Z
97862025-05-13T22:10:27.433Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97872025-05-13T22:10:27.433Z
97882025-05-13T22:10:27.476Z Doc-tests omicron_common
97892025-05-13T22:10:27.477Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6d165a56d61ceddc.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-6d487ea5efdc2301.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2af19e5e162117b7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b4cae566fbeeab99.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-3656e2b5c69e0fef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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`
97902025-05-13T22:10:29.794Z
97912025-05-13T22:10:29.794Zrunning 2 tests
97922025-05-13T22:10:29.823Ztest common/src/lib.rs - FileKv (line 38) ... ignored
97932025-05-13T22:10:38.938Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
97942025-05-13T22:10:38.938Z
97952025-05-13T22:10:38.939Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 7.57s
97962025-05-13T22:10:39.014Z
97972025-05-13T22:10:39.014Z Doc-tests omicron_ddm_admin_client
97982025-05-13T22:10:39.014Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-abcfafaf22606cf8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-11274407f19d7287.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b4cae566fbeeab99.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97992025-05-13T22:10:39.014Z
98002025-05-13T22:10:39.014Zrunning 0 tests
98012025-05-13T22:10:39.014Z
98022025-05-13T22:10:39.014Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98032025-05-13T22:10:39.015Z
98042025-05-13T22:10:39.015Z Doc-tests omicron_dev_lib
98052025-05-13T22:10:39.015Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-83cdb63af48433df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98062025-05-13T22:10:39.015Z
98072025-05-13T22:10:39.015Zrunning 0 tests
98082025-05-13T22:10:39.015Z
98092025-05-13T22:10:39.015Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98102025-05-13T22:10:39.015Z
98112025-05-13T22:10:39.015Z Doc-tests omicron_gateway
98122025-05-13T22:10:39.015Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-bd4eac39274ba7a0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d57f9911fbd022b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-578298397dbd551d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c28dacc6006b67d2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2802b59c57031c7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ba5a14131eae4fda.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e9c6f9af1ed198ca.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f74fc6d45f1e3ff2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df553d39a8665e09.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-be7d18b159d57aee.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98132025-05-13T22:10:39.099Z
98142025-05-13T22:10:39.099Zrunning 0 tests
98152025-05-13T22:10:39.099Z
98162025-05-13T22:10:39.099Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98172025-05-13T22:10:39.100Z
98182025-05-13T22:10:39.160Z Doc-tests omicron_ls_apis
98192025-05-13T22:10:39.160Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-39cf50e6e6f79fd7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-d6e0461492b9f805.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98202025-05-13T22:10:39.473Z
98212025-05-13T22:10:39.473Zrunning 1 test
98222025-05-13T22:10:39.499Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
98232025-05-13T22:10:39.499Z
98242025-05-13T22:10:39.500Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
98252025-05-13T22:10:39.500Z
98262025-05-13T22:10:39.500Z Doc-tests omicron_nexus
98272025-05-13T22:10:39.500Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9833fc5cd7c8fc36.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-254fa508ed3ae8e4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-efabdca7d4d10da9.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-78c372f97d436818.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-2ea8c282179b5cc7.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dec9ecdfc403e756.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6afa5f4cbec0d98d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-dbe9a68106501e22.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fdc6f040fd4f7b5b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9daae4b4f2aba377.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-369723c8a3be929f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8762e7036bbf5de2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f228b60769bea7bf.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7672ffb85a944856.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-87047c1a22ab6383.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2af19e5e162117b7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f21380656f72144a.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-7b51ed40656a31eb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a854185ab87c3729.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-530d3541b70b3c81.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0537e10c02bb0698.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c68273cabefc65b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6357c50e7f597620.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ac58516b41c56e87.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ab6d84de1604e177.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bd3de532a008bf03.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48221bba85de022b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-adc6ec5cf5760e74.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e62386aca1092dab.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f5ddc991ca628060.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0aa07d7917da2689.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6abd86fd201e092c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2cdbdd8bdcd797f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a412aab2ba1a8b3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-5a89abeae4ccc5a3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bed803b8ec77a4ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fc088a34275501fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bd11bb43c8264d83.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53f589bd0c909c6e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-58b5a42154eb3f96.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fb5739d9a9bc02f0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b4cae566fbeeab99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b3c1e3fad548906a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7e4738f774742e9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-18628d290fb1d91e.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-25196b4ef591aa15.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9782d927e809adbc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6774c7e3c191cbb2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c96d12e208cfcb02.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df553d39a8665e09.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-848303ce7e34c92b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-349d83d8ef81886c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e4fdf4bdded753d6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-abb97dbd382c33b5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6adb7912bf9a9b69.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ccc284c85f6873a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.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`
98282025-05-13T22:10:42.507Z
98292025-05-13T22:10:42.507Zrunning 5 tests
98302025-05-13T22:10:42.533Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 246) ... ignored
98312025-05-13T22:10:46.639Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 790) ... ok
98322025-05-13T22:10:46.665Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 884) ... ok
98332025-05-13T22:10:46.691Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 812) ... ok
98342025-05-13T22:10:46.691Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 854) ... ok
98352025-05-13T22:10:46.691Z
98362025-05-13T22:10:46.691Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.16s
98372025-05-13T22:10:46.691Z
98382025-05-13T22:10:46.819Z Doc-tests omicron_package
98392025-05-13T22:10:46.848Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-39cf50e6e6f79fd7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-46a479c0098c7ec3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-3f5a99c31f69658d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-0bb1624085e4ae1e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-eb7ccd3b497b41c6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-2c8c408103b12f70.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-9bda7a5a9cc529a2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98402025-05-13T22:10:47.185Z
98412025-05-13T22:10:47.185Zrunning 0 tests
98422025-05-13T22:10:47.185Z
98432025-05-13T22:10:47.185Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98442025-05-13T22:10:47.187Z
98452025-05-13T22:10:47.216Z Doc-tests omicron_passwords
98462025-05-13T22:10:47.216Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-f05c6b1bae7a28e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dec9ecdfc403e756.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-3a060de4e6572323.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98472025-05-13T22:10:47.433Z
98482025-05-13T22:10:47.433Zrunning 0 tests
98492025-05-13T22:10:47.433Z
98502025-05-13T22:10:47.433Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98512025-05-13T22:10:47.433Z
98522025-05-13T22:10:47.462Z Doc-tests omicron_pins
98532025-05-13T22:10:47.462Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-39cf50e6e6f79fd7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-6631ef6b52a0d532.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6ff817e93dc41a3c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98542025-05-13T22:10:47.612Z
98552025-05-13T22:10:47.612Zrunning 0 tests
98562025-05-13T22:10:47.612Z
98572025-05-13T22:10:47.612Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98582025-05-13T22:10:47.612Z
98592025-05-13T22:10:47.639Z Doc-tests omicron_repl_utils
98602025-05-13T22:10:47.639Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-9658346dff8de5ac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98612025-05-13T22:10:47.801Z
98622025-05-13T22:10:47.801Zrunning 0 tests
98632025-05-13T22:10:47.801Z
98642025-05-13T22:10:47.801Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98652025-05-13T22:10:47.801Z
98662025-05-13T22:10:47.830Z Doc-tests omicron_rpaths
98672025-05-13T22:10:47.830Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b7a2e7c64d871385.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98682025-05-13T22:10:47.953Z
98692025-05-13T22:10:47.953Zrunning 0 tests
98702025-05-13T22:10:47.953Z
98712025-05-13T22:10:47.953Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98722025-05-13T22:10:47.953Z
98732025-05-13T22:10:47.980Z Doc-tests omicron_sled_agent
98742025-05-13T22:10:47.980Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4945038c72687496.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94c554056c5f939f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d31954d93ff0cb3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a986409636b942fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-2ea8c282179b5cc7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-33eafc94c38c5872.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6e2d02c68cd238d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3da7a434784d077b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-33ea8e0aa2f5545d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-fde220034c5893f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7672ffb85a944856.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-437d1ca11258f7f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2af19e5e162117b7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e16b819eb0b693c9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-11274407f19d7287.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a5636de0d738400.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5abcad605194adf4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6930e6a8da79930e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-020b98d97b2e2100.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b3c1e3fad548906a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fee674010f2dbbec.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-519e62d306246256.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-815c4f4129cdfef7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-803e6cb08cc0cff3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-2fe1f792efe70d35.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8ef77ea9bd4a6076.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5a030e2d5c7b34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d81d64766197bdd.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f9a1df29f6afeb1d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-eebb9e55bdfbecfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e4b79a48fcc88834.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-610a1315089cd595.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.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`
98752025-05-13T22:10:50.110Z
98762025-05-13T22:10:50.110Zrunning 0 tests
98772025-05-13T22:10:50.110Z
98782025-05-13T22:10:50.110Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98792025-05-13T22:10:50.110Z
98802025-05-13T22:10:50.223Z Doc-tests omicron_test_utils
98812025-05-13T22:10:50.223Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1b6046de928d0aef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39770a35e9e72b9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-51e86094849764ff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1845c72a4caeb5cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-94df663eada64052.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b591337e3059e592.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-18628d290fb1d91e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4172296b484ad0eb.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`
98822025-05-13T22:10:50.660Z
98832025-05-13T22:10:50.660Zrunning 3 tests
98842025-05-13T22:10:50.690Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 237) ... ignored
98852025-05-13T22:10:58.035Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 205) ... ok
98862025-05-13T22:10:58.178Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 249) ... ok
98872025-05-13T22:10:58.180Z
98882025-05-13T22:10:58.180Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 7.52s
98892025-05-13T22:10:58.180Z
98902025-05-13T22:10:58.238Z Doc-tests omicron_uuid_kinds
98912025-05-13T22:10:58.238Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-61bf4d7c1261dfa0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.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`
98922025-05-13T22:10:58.480Z
98932025-05-13T22:10:58.481Zrunning 0 tests
98942025-05-13T22:10:58.481Z
98952025-05-13T22:10:58.481Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98962025-05-13T22:10:58.481Z
98972025-05-13T22:10:58.533Z Doc-tests omicron_workspace_hack
98982025-05-13T22:10:58.533Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-f6fdc33726fc3fba.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-9fe64012782fa9a6.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-220b7fc4edeb40d1.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2f0f34c3a81c542d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8be1ba0eaa8fca01.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-583cffbe97cd9a36.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6a561cfe737ae6c8.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b851a1035fc9bb65.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-2129b7fb5c80af14.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3b39b99f841cf550.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-cfc046846e4d11ab.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9282f5134aa6ca48.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5ed8136344f353f1.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c912c30a73c6fb4f.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-663aa3ae28b698ce.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2de6d8a2c2415463.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-61e06cc6c19fb7bb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-19c534183aef2ead.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-5521fc2fbb46472c.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-736ad87ef407909e.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-0b73039aa680ab70.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2d5b053dfae9e5a2.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b3ca9dc8640c22ec.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-35d01822ad41ba00.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-0b96be3d23455056.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-20cc0d919cf526a3.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-03968e2f8d93695a.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-98fd329e9c03b6d0.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e000ec0438c4dec7.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-22b3486293b2b9f0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-424a4eab6aa72a9c.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-ef5fc587d8c2f327.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fbb481fac23fa7e5.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d36381fd22eefd16.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-8b275c11e2bd0883.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-eaec26d055baa3da.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-178c663a766d6210.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f3c96357b6e3a0e0.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0c752723663acde.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-4e0a6846b1d3feb9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-dd6a995b14bf83c2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3c13c014b4d34fc.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4762b94fa4a567ca.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b2eb77ef70b05f8c.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b894433656de4993.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-2d6fd9042787b01e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-daba4f3c1b68dcbf.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b1f7a664d8168c6.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2f30e680c9e63b82.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-719a01ce10a8af49.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-61bf4d7c1261dfa0.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cded52ba09e17906.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cf470c3b09ba6d38.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-06f61af37fe62196.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b8f3f4a98e59b6b.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-654d082f1ab23d47.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b016ab649b5092da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-cf718d047ff93beb.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-8665c72c69b562d8.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e7b501f844213079.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-6efb0edc26583dea.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ba75054ed4b09b87.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-757c80bfc90f886b.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f6ff94aad6003186.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-18c15c4021a708ae.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-07622d186ea4f506.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-2dcec9da92613be6.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a8dec66ede6e4f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-36008965f2b3eabe.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-90fb2c852f96a7bd.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-648b236383a1bf07.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4cca95145d2506d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a4a45b4f99d0690a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-97d6be9eb3fdf7a9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-1bdfaaaf17e732f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-2b53ddeb7bc9109c.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-716a882fa60f0ce7.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-03f720d69f7a63cf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1fea0e4a1756d87c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-102d94f7f5bbe2d2.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-b760e13ef5bd3cab.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0911fcc91d7ccfb0.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a64e61c547a376af.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5dc45df5e01effb.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6ff817e93dc41a3c.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6a6f9294186d7e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b91b370c7e2acb73.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-44f89183a0444deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-d20bde4596813b12.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-48229c7287083b5a.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c11d658f1074ec63.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f816b0e99d3db6a3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-457fb615310852bd.rlib --extern zip_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98992025-05-13T22:10:58.634Z
99002025-05-13T22:10:58.635Zrunning 0 tests
99012025-05-13T22:10:58.635Z
99022025-05-13T22:10:58.635Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99032025-05-13T22:10:58.635Z
99042025-05-13T22:10:58.660Z Doc-tests openapi_manager
99052025-05-13T22:10:58.660Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0b1af953b46738b0.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94c554056c5f939f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d3179cee1342e17a.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-4f372877a6071306.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b6edd180bc7b39f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d57f9911fbd022b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-8a5a1161feb3c4d7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3f17a3fbc1133616.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ac58516b41c56e87.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ab6d84de1604e177.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-71c9cb446472fd7b.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-855018d7b9d18349.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-efcbfa34aaa3da34.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fee674010f2dbbec.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-1bdfaaaf17e732f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-815c4f4129cdfef7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-05852160766391b4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99062025-05-13T22:10:59.308Z
99072025-05-13T22:10:59.308Zrunning 0 tests
99082025-05-13T22:10:59.308Z
99092025-05-13T22:10:59.308Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99102025-05-13T22:10:59.308Z
99112025-05-13T22:10:59.358Z Doc-tests openapi_manager_types
99122025-05-13T22:10:59.358Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-855018d7b9d18349.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-22ac41b32946fc92.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99132025-05-13T22:10:59.500Z
99142025-05-13T22:10:59.500Zrunning 2 tests
99152025-05-13T22:10:59.892Ztest dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 108) ... ok
99162025-05-13T22:10:59.920Ztest dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 90) ... ok
99172025-05-13T22:10:59.920Z
99182025-05-13T22:10:59.920Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s
99192025-05-13T22:10:59.920Z
99202025-05-13T22:10:59.945Z Doc-tests oxide_client
99212025-05-13T22:10:59.945Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bd11bb43c8264d83.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b4cae566fbeeab99.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99222025-05-13T22:11:06.493Z
99232025-05-13T22:11:06.493Zrunning 257 tests
99242025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 25) ... ignored
99252025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 25) ... ignored
99262025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 27) ... ignored
99272025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 26) ... ignored
99282025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 26) ... ignored
99292025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 26) ... ignored
99302025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 28) ... ignored
99312025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 26) ... ignored
99322025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 25) ... ignored
99332025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
99342025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
99352025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
99362025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
99372025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
99382025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
99392025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
99402025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
99412025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
99422025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
99432025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
99442025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
99452025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
99462025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
99472025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
99482025-05-13T22:11:06.564Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
99492025-05-13T22:11:06.565Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_create (line 25) ... ignored
99502025-05-13T22:11:06.565Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_delete (line 25) ... ignored
99512025-05-13T22:11:06.565Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_list (line 27) ... ignored
99522025-05-13T22:11:06.565Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_member_instance_add (line 26) ... ignored
99532025-05-13T22:11:06.565Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_member_instance_delete (line 26) ... ignored
99542025-05-13T22:11:06.565Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_member_instance_view (line 26) ... ignored
99552025-05-13T22:11:06.565Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_member_list (line 28) ... ignored
99562025-05-13T22:11:06.565Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_update (line 26) ... ignored
99572025-05-13T22:11:06.565Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_view (line 25) ... ignored
99582025-05-13T22:11:06.565Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
99592025-05-13T22:11:06.565Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
99602025-05-13T22:11:06.565Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
99612025-05-13T22:11:06.566Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::instance_affinity_group_list (line 28) ... ignored
99622025-05-13T22:11:06.566Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
99632025-05-13T22:11:06.566Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
99642025-05-13T22:11:06.566Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
99652025-05-13T22:11:06.566Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
99662025-05-13T22:11:06.566Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
99672025-05-13T22:11:06.566Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_create (line 22) ... ignored
99682025-05-13T22:11:06.566Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_delete (line 26) ... ignored
99692025-05-13T22:11:06.566Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download (line 24) ... ignored
99702025-05-13T22:11:06.566Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download_file (line 25) ... ignored
99712025-05-13T22:11:06.566Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head (line 24) ... ignored
99722025-05-13T22:11:06.566Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head_file (line 25) ... ignored
99732025-05-13T22:11:06.566Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_index (line 24) ... ignored
99742025-05-13T22:11:06.566Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_list (line 26) ... ignored
99752025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_view (line 24) ... ignored
99762025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::target_release_update (line 24) ... ignored
99772025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::target_release_view (line 24) ... ignored
99782025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::timeseries_query (line 27) ... ignored
99792025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
99802025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
99812025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
99822025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
99832025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
99842025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
99852025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 28) ... ignored
99862025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
99872025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
99882025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
99892025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
99902025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
99912025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
99922025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
99932025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
99942025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
99952025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
99962025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
99972025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
99982025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
99992025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
100002025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
100012025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
100022025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
100032025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
100042025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
100052025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
100062025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
100072025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
100082025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
100092025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
100102025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
100112025-05-13T22:11:06.567Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
100122025-05-13T22:11:06.568Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
100132025-05-13T22:11:06.568Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
100142025-05-13T22:11:06.568Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
100152025-05-13T22:11:06.568Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
100162025-05-13T22:11:06.568Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
100172025-05-13T22:11:06.568Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
100182025-05-13T22:11:06.568Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
100192025-05-13T22:11:06.568Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
100202025-05-13T22:11:06.568Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
100212025-05-13T22:11:06.568Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
100222025-05-13T22:11:06.568Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
100232025-05-13T22:11:06.568Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
100242025-05-13T22:11:06.595Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
100252025-05-13T22:11:06.595Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
100262025-05-13T22:11:06.595Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
100272025-05-13T22:11:06.595Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
100282025-05-13T22:11:06.595Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
100292025-05-13T22:11:06.595Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
100302025-05-13T22:11:06.595Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
100312025-05-13T22:11:06.595Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
100322025-05-13T22:11:06.595Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
100332025-05-13T22:11:06.595Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
100342025-05-13T22:11:06.595Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
100352025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
100362025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
100372025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
100382025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
100392025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
100402025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
100412025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
100422025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
100432025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
100442025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
100452025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
100462025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
100472025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
100482025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
100492025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
100502025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
100512025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
100522025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
100532025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
100542025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
100552025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
100562025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
100572025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
100582025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
100592025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
100602025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
100612025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
100622025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
100632025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
100642025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
100652025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
100662025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
100672025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
100682025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
100692025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
100702025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
100712025-05-13T22:11:06.596Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
100722025-05-13T22:11:06.597Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
100732025-05-13T22:11:06.597Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
100742025-05-13T22:11:06.597Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
100752025-05-13T22:11:06.597Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
100762025-05-13T22:11:06.597Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
100772025-05-13T22:11:06.597Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
100782025-05-13T22:11:06.597Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
100792025-05-13T22:11:06.597Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 24) ... ignored
100802025-05-13T22:11:06.597Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 25) ... ignored
100812025-05-13T22:11:06.597Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
100822025-05-13T22:11:06.597Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
100832025-05-13T22:11:06.597Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
100842025-05-13T22:11:06.597Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
100852025-05-13T22:11:06.597Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
100862025-05-13T22:11:06.597Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
100872025-05-13T22:11:06.597Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
100882025-05-13T22:11:06.597Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
100892025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
100902025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
100912025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
100922025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
100932025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
100942025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
100952025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
100962025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
100972025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
100982025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
100992025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
101002025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
101012025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
101022025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
101032025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
101042025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 27) ... ignored
101052025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 26) ... ignored
101062025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 29) ... ignored
101072025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
101082025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
101092025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
101102025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
101112025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
101122025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
101132025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
101142025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
101152025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
101162025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
101172025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
101182025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 29) ... ignored
101192025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
101202025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
101212025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
101222025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
101232025-05-13T22:11:06.598Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
101242025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
101252025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
101262025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
101272025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
101282025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
101292025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
101302025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
101312025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
101322025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
101332025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
101342025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_delivery_list (line 42) ... ignored
101352025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_delivery_resend (line 25) ... ignored
101362025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_event_class_list (line 28) ... ignored
101372025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_create (line 22) ... ignored
101382025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_delete (line 24) ... ignored
101392025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_list (line 26) ... ignored
101402025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_probe (line 31) ... ignored
101412025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_subscription_add (line 25) ... ignored
101422025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_subscription_remove (line 25) ... ignored
101432025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_update (line 27) ... ignored
101442025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_view (line 24) ... ignored
101452025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_secrets_add (line 25) ... ignored
101462025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_secrets_delete (line 24) ... ignored
101472025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_secrets_list (line 24) ... ignored
101482025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
101492025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
101502025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
101512025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
101522025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
101532025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
101542025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
101552025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
101562025-05-13T22:11:06.625Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
101572025-05-13T22:11:06.626Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
101582025-05-13T22:11:06.626Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
101592025-05-13T22:11:06.627Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
101602025-05-13T22:11:06.627Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
101612025-05-13T22:11:06.627Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
101622025-05-13T22:11:06.627Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
101632025-05-13T22:11:06.627Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
101642025-05-13T22:11:06.627Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
101652025-05-13T22:11:06.627Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
101662025-05-13T22:11:06.627Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
101672025-05-13T22:11:06.627Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
101682025-05-13T22:11:06.627Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
101692025-05-13T22:11:06.627Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
101702025-05-13T22:11:06.627Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
101712025-05-13T22:11:06.627Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
101722025-05-13T22:11:06.627Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
101732025-05-13T22:11:06.627Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
101742025-05-13T22:11:06.627Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
101752025-05-13T22:11:06.627Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
101762025-05-13T22:11:06.627Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
101772025-05-13T22:11:06.627Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
101782025-05-13T22:11:06.628Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
101792025-05-13T22:11:06.628Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
101802025-05-13T22:11:06.628Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
101812025-05-13T22:11:06.628Z
101822025-05-13T22:11:06.628Ztest result: ok. 0 passed; 0 failed; 257 ignored; 0 measured; 0 filtered out; finished in 0.02s
101832025-05-13T22:11:06.628Z
101842025-05-13T22:11:06.663Z Doc-tests oximeter
101852025-05-13T22:11:06.663Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6871d9450c4fcd9a.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f0440f38adc1aeba.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-6e93c4e2ed8ec9e9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c47e2a5d6a64cc8d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101862025-05-13T22:11:07.032Z
101872025-05-13T22:11:07.032Zrunning 2 tests
101882025-05-13T22:11:07.057Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
101892025-05-13T22:11:08.581Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
101902025-05-13T22:11:08.581Z
101912025-05-13T22:11:08.581Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.55s
101922025-05-13T22:11:08.581Z
101932025-05-13T22:11:08.639Z Doc-tests oximeter_api
101942025-05-13T22:11:08.639Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-efcbfa34aaa3da34.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101952025-05-13T22:11:09.040Z
101962025-05-13T22:11:09.040Zrunning 2 tests
101972025-05-13T22:11:09.065Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
101982025-05-13T22:11:09.065Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
101992025-05-13T22:11:09.067Z
102002025-05-13T22:11:09.067Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
102012025-05-13T22:11:09.067Z
102022025-05-13T22:11:09.092Z Doc-tests oximeter_client
102032025-05-13T22:11:09.092Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53f589bd0c909c6e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102042025-05-13T22:11:09.574Z
102052025-05-13T22:11:09.574Zrunning 0 tests
102062025-05-13T22:11:09.574Z
102072025-05-13T22:11:09.574Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102082025-05-13T22:11:09.574Z
102092025-05-13T22:11:09.615Z Doc-tests oximeter_collector
102102025-05-13T22:11:09.663Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-369723c8a3be929f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-efcbfa34aaa3da34.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53f589bd0c909c6e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-58b5a42154eb3f96.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102112025-05-13T22:11:10.312Z
102122025-05-13T22:11:10.312Zrunning 0 tests
102132025-05-13T22:11:10.312Z
102142025-05-13T22:11:10.312Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102152025-05-13T22:11:10.312Z
102162025-05-13T22:11:10.406Z Doc-tests oximeter_db
102172025-05-13T22:11:10.406Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-d7917cc794aa9241.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4782c6e2b79c72e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-40c9f898805d1e11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-573cdad2bec9ac23.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f041b42439f43bad.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dec9ecdfc403e756.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-44ff0ad742991a85.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-4e9142cffc87c3a1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cf470c3b09ba6d38.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-00897f9d6a07a6b0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fb5739d9a9bc02f0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5f20c5aba636cae0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b3471290359095aa.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f09ef8d065f2a8be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-4affd75d7354f736.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6843e137f1cd9982.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-53c5cb6e06dcc59f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa32414fb9354869.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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`
102182025-05-13T22:11:11.698Z
102192025-05-13T22:11:11.698Zrunning 5 tests
102202025-05-13T22:11:11.723Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
102212025-05-13T22:11:11.724Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
102222025-05-13T22:11:11.724Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
102232025-05-13T22:11:11.724Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
102242025-05-13T22:11:11.724Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
102252025-05-13T22:11:11.724Z
102262025-05-13T22:11:11.724Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
102272025-05-13T22:11:11.724Z
102282025-05-13T22:11:11.770Z Doc-tests oximeter_instruments
102292025-05-13T22:11:11.770Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e1b75a6b1615462a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bec0acf14a129dc1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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`
102302025-05-13T22:11:12.354Z
102312025-05-13T22:11:12.354Zrunning 0 tests
102322025-05-13T22:11:12.355Z
102332025-05-13T22:11:12.355Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102342025-05-13T22:11:12.355Z
102352025-05-13T22:11:12.405Z Doc-tests oximeter_macro_impl
102362025-05-13T22:11:12.405Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6871d9450c4fcd9a.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.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`
102372025-05-13T22:11:12.562Z
102382025-05-13T22:11:12.562Zrunning 0 tests
102392025-05-13T22:11:12.562Z
102402025-05-13T22:11:12.563Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102412025-05-13T22:11:12.563Z
102422025-05-13T22:11:12.588Z Doc-tests oximeter_producer
102432025-05-13T22:11:12.588Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ed50b0615b658fb2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-be03f9ca24d9b5d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-75ba97068765d90e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102442025-05-13T22:11:13.108Z
102452025-05-13T22:11:13.108Zrunning 0 tests
102462025-05-13T22:11:13.108Z
102472025-05-13T22:11:13.108Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102482025-05-13T22:11:13.108Z
102492025-05-13T22:11:13.160Z Doc-tests oximeter_schema
102502025-05-13T22:11:13.160Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-898e01f7b1a1be18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f0440f38adc1aeba.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c47e2a5d6a64cc8d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7b3f5fbc506e1c65.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102512025-05-13T22:11:13.618Z
102522025-05-13T22:11:13.618Zrunning 0 tests
102532025-05-13T22:11:13.618Z
102542025-05-13T22:11:13.618Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102552025-05-13T22:11:13.618Z
102562025-05-13T22:11:13.658Z Doc-tests oximeter_test_utils
102572025-05-13T22:11:13.659Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-573cdad2bec9ac23.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1670b7c672e10b15.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6871d9450c4fcd9a.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-00897f9d6a07a6b0.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c47e2a5d6a64cc8d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102582025-05-13T22:11:14.144Z
102592025-05-13T22:11:14.144Zrunning 0 tests
102602025-05-13T22:11:14.145Z
102612025-05-13T22:11:14.145Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102622025-05-13T22:11:14.145Z
102632025-05-13T22:11:14.193Z Doc-tests oximeter_timeseries_macro
102642025-05-13T22:11:14.193Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3cf530e6820605a7.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-6e93c4e2ed8ec9e9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-32904f1388ea66c3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-802d9ddf17521018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6ca4dfb9acec9aab.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3f9b0b76ffeb2c.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`
102652025-05-13T22:11:14.536Z
102662025-05-13T22:11:14.536Zrunning 0 tests
102672025-05-13T22:11:14.536Z
102682025-05-13T22:11:14.536Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102692025-05-13T22:11:14.536Z
102702025-05-13T22:11:14.575Z Doc-tests oximeter_types
102712025-05-13T22:11:14.575Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-389438b91975bd41.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dec9ecdfc403e756.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-3ca8aac67caff154.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6871d9450c4fcd9a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c47e2a5d6a64cc8d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-824658d841740fd9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-094b8fb70d5dece4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c3107bc1a6704013.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-c39bd5a3908f8072.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-9739714ce38c57e2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102722025-05-13T22:11:15.330Z
102732025-05-13T22:11:15.330Zrunning 11 tests
102742025-05-13T22:11:15.987Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
102752025-05-13T22:11:22.875Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
102762025-05-13T22:11:23.123Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
102772025-05-13T22:11:23.409Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
102782025-05-13T22:11:23.452Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok
102792025-05-13T22:11:23.477Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
102802025-05-13T22:11:23.526Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
102812025-05-13T22:11:23.551Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
102822025-05-13T22:11:23.748Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
102832025-05-13T22:11:24.080Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
102842025-05-13T22:11:29.562Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
102852025-05-13T22:11:29.562Z
102862025-05-13T22:11:29.562Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 14.23s
102872025-05-13T22:11:29.562Z
102882025-05-13T22:11:29.628Z Doc-tests oxlog
102892025-05-13T22:11:29.628Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-8dfe9fa8ad35e5e4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-43348e5d43371b7e.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-d100c6cd4db3eb76.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102902025-05-13T22:11:29.773Z
102912025-05-13T22:11:29.773Zrunning 0 tests
102922025-05-13T22:11:29.774Z
102932025-05-13T22:11:29.774Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102942025-05-13T22:11:29.774Z
102952025-05-13T22:11:29.799Z Doc-tests oxql_types
102962025-05-13T22:11:29.799Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-44ff0ad742991a85.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-79102a7176aa61dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c47e2a5d6a64cc8d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fb5739d9a9bc02f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102972025-05-13T22:11:30.265Z
102982025-05-13T22:11:30.265Zrunning 0 tests
102992025-05-13T22:11:30.265Z
103002025-05-13T22:11:30.265Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103012025-05-13T22:11:30.267Z
103022025-05-13T22:11:30.305Z Doc-tests range_requests
103032025-05-13T22:11:30.331Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b4e86787846c9cb7.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a4509153735407f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b3c1e3fad548906a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103042025-05-13T22:11:30.558Z
103052025-05-13T22:11:30.558Zrunning 0 tests
103062025-05-13T22:11:30.558Z
103072025-05-13T22:11:30.558Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103082025-05-13T22:11:30.558Z
103092025-05-13T22:11:30.589Z Doc-tests reconfigurator_cli
103102025-05-13T22:11:30.614Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7cc30d5d3f2d7f93.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-80d5f269bb4f8aba.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-886201848339c10c.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e16b819eb0b693c9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-36965fe07393cdf6.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-dd088828ffae1b36.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5cbaebe5344d05b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-9658346dff8de5ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5fe528dd8f8def08.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-69f0c373e35b5c9d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6b80968fa3270374.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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`
103112025-05-13T22:11:31.187Z
103122025-05-13T22:11:31.188Zrunning 0 tests
103132025-05-13T22:11:31.188Z
103142025-05-13T22:11:31.188Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103152025-05-13T22:11:31.188Z
103162025-05-13T22:11:31.238Z Doc-tests repo_depot_api
103172025-05-13T22:11:31.238Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fee674010f2dbbec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103182025-05-13T22:11:31.536Z
103192025-05-13T22:11:31.537Zrunning 2 tests
103202025-05-13T22:11:31.563Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
103212025-05-13T22:11:31.563Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
103222025-05-13T22:11:31.563Z
103232025-05-13T22:11:31.563Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
103242025-05-13T22:11:31.563Z
103252025-05-13T22:11:31.588Z Doc-tests repo_depot_client
103262025-05-13T22:11:31.588Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-519e62d306246256.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103272025-05-13T22:11:31.857Z
103282025-05-13T22:11:31.857Zrunning 0 tests
103292025-05-13T22:11:31.857Z
103302025-05-13T22:11:31.857Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103312025-05-13T22:11:31.857Z
103322025-05-13T22:11:31.888Z Doc-tests sled_agent_api
103332025-05-13T22:11:31.888Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-815c4f4129cdfef7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8ef77ea9bd4a6076.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103342025-05-13T22:11:32.514Z
103352025-05-13T22:11:32.514Zrunning 2 tests
103362025-05-13T22:11:32.540Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 79) ... ignored
103372025-05-13T22:11:32.540Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 85) ... ignored
103382025-05-13T22:11:32.540Z
103392025-05-13T22:11:32.540Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
103402025-05-13T22:11:32.540Z
103412025-05-13T22:11:32.565Z Doc-tests sled_agent_client
103422025-05-13T22:11:32.565Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5c02c10218985286.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103432025-05-13T22:11:35.064Z
103442025-05-13T22:11:35.064Zrunning 0 tests
103452025-05-13T22:11:35.064Z
103462025-05-13T22:11:35.064Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103472025-05-13T22:11:35.064Z
103482025-05-13T22:11:35.165Z Doc-tests sled_agent_config_reconciler
103492025-05-13T22:11:35.165Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-437d1ca11258f7f3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a4a45b4f99d0690a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-815c4f4129cdfef7.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-803e6cb08cc0cff3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5a030e2d5c7b34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ac2c39574489ca21.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
103502025-05-13T22:11:35.821Z
103512025-05-13T22:11:35.821Zrunning 0 tests
103522025-05-13T22:11:35.821Z
103532025-05-13T22:11:35.821Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103542025-05-13T22:11:35.821Z
103552025-05-13T22:11:35.870Z Doc-tests sled_agent_types
103562025-05-13T22:11:35.870Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4945038c72687496.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5bf1372289b05c54.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ad3becd8de036556.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-eadbfe78d5e606bb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103572025-05-13T22:11:36.817Z
103582025-05-13T22:11:36.817Zrunning 0 tests
103592025-05-13T22:11:36.817Z
103602025-05-13T22:11:36.817Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103612025-05-13T22:11:36.817Z
103622025-05-13T22:11:36.879Z Doc-tests sled_agent_zone_images
103632025-05-13T22:11:36.879Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-8adbcea5c538cfd0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-35a14cd3fc3b76fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c9b637664797ee35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-77810e8859134555.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-2fe1f792efe70d35.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5a030e2d5c7b34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103642025-05-13T22:11:37.301Z
103652025-05-13T22:11:37.301Zrunning 0 tests
103662025-05-13T22:11:37.301Z
103672025-05-13T22:11:37.301Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103682025-05-13T22:11:37.301Z
103692025-05-13T22:11:37.341Z Doc-tests sled_diagnostics
103702025-05-13T22:11:37.341Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-be01080c9c55c2cd.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-43348e5d43371b7e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8ef77ea9bd4a6076.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5a030e2d5c7b34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c1ce910a395bc192.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103712025-05-13T22:11:37.792Z
103722025-05-13T22:11:37.792Zrunning 0 tests
103732025-05-13T22:11:37.792Z
103742025-05-13T22:11:37.792Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103752025-05-13T22:11:37.792Z
103762025-05-13T22:11:37.833Z Doc-tests sled_hardware
103772025-05-13T22:11:37.833Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1ba4dfee93cde855.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-b635a8670187891a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f9843d87f643e91e.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-ed699df247d0ef10.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-4f565285ad15b3a5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e4b79a48fcc88834.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.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`
103782025-05-13T22:11:38.341Z
103792025-05-13T22:11:38.341Zrunning 0 tests
103802025-05-13T22:11:38.341Z
103812025-05-13T22:11:38.341Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103822025-05-13T22:11:38.341Z
103832025-05-13T22:11:38.387Z Doc-tests sled_hardware_types
103842025-05-13T22:11:38.387Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c699b9f0930d77d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103852025-05-13T22:11:38.770Z
103862025-05-13T22:11:38.770Zrunning 0 tests
103872025-05-13T22:11:38.770Z
103882025-05-13T22:11:38.770Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103892025-05-13T22:11:38.770Z
103902025-05-13T22:11:38.813Z Doc-tests sled_storage
103912025-05-13T22:11:38.813Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7f8514ed35d62a3a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-4708494c033545d9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-437d1ca11258f7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1e01a1287ba00521.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5a030e2d5c7b34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ac2c39574489ca21.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`
103922025-05-13T22:11:39.380Z
103932025-05-13T22:11:39.381Zrunning 0 tests
103942025-05-13T22:11:39.381Z
103952025-05-13T22:11:39.381Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103962025-05-13T22:11:39.381Z
103972025-05-13T22:11:39.430Z Doc-tests sp_sim
103982025-05-13T22:11:39.431Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-febc148aecf69250.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c28dacc6006b67d2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cded52ba09e17906.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-a55953051fee8f2c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df553d39a8665e09.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f816b0e99d3db6a3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103992025-05-13T22:11:40.091Z
104002025-05-13T22:11:40.091Zrunning 0 tests
104012025-05-13T22:11:40.091Z
104022025-05-13T22:11:40.091Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104032025-05-13T22:11:40.091Z
104042025-05-13T22:11:40.137Z Doc-tests trust_quorum
104052025-05-13T22:11:40.137Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e6d592fac097b6ae.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4782c6e2b79c72e0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4945038c72687496.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88cce0b63f506f0b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e9a8a85e4ac8e6c9.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-dc2402b77366da15.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91568b0976fde766.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e5f78bcf8c5172cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-42f45d371fc21546.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-899456fe15361c9d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-015ae48351fd063c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f02111054139a755.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6d860fdb13f907cf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104062025-05-13T22:11:40.662Z
104072025-05-13T22:11:40.662Zrunning 0 tests
104082025-05-13T22:11:40.662Z
104092025-05-13T22:11:40.662Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104102025-05-13T22:11:40.662Z
104112025-05-13T22:11:40.708Z Doc-tests typed_rng
104122025-05-13T22:11:40.708Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-61bf4d7c1261dfa0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e46a24b1c936db89.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-b310a1cf1ea49d6b.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-1c266ad8fa5cdaf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104132025-05-13T22:11:40.881Z
104142025-05-13T22:11:40.881Zrunning 0 tests
104152025-05-13T22:11:40.881Z
104162025-05-13T22:11:40.881Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104172025-05-13T22:11:40.881Z
104182025-05-13T22:11:40.906Z Doc-tests update_common
104192025-05-13T22:11:40.906Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e4fdf4bdded753d6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-abb97dbd382c33b5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-610a1315089cd595.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6adb7912bf9a9b69.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ccc284c85f6873a3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104202025-05-13T22:11:41.342Z
104212025-05-13T22:11:41.342Zrunning 0 tests
104222025-05-13T22:11:41.342Z
104232025-05-13T22:11:41.342Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104242025-05-13T22:11:41.342Z
104252025-05-13T22:11:41.385Z Doc-tests update_engine
104262025-05-13T22:11:41.386Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b93a03729a3c9803.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-1a5ded7ae43bab4c.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-34a3c5d50cd9a3a0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-c837b867497c2b3d.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-fe798fd6e64b997d.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-3aead9fef1408a62.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8a53185dc490a44.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d8081dc5d9257db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-7d86e322625d40ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104272025-05-13T22:11:42.021Z
104282025-05-13T22:11:42.021Zrunning 4 tests
104292025-05-13T22:11:42.046Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
104302025-05-13T22:11:42.047Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
104312025-05-13T22:11:42.047Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
104322025-05-13T22:11:43.336Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
104332025-05-13T22:11:43.336Z
104342025-05-13T22:11:43.337Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 1.32s
104352025-05-13T22:11:43.337Z
104362025-05-13T22:11:43.402Z Doc-tests wicket
104372025-05-13T22:11:43.402Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-18f43e39d791f938.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8f7115015abc9270.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5e926098b3a51db9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b43e0ba878170f0a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7844eca5a3ba742a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c2c5194f4885ed4c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-875255c293e3643b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-2c8c408103b12f70.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-67264aa1445fa674.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6eedb4ebd19824ae.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-fe4b1dc7b0d4cc76.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6ff817e93dc41a3c.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7f62667b5cf8949c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d504c4e11c5d5040.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4e04c3ed07af6e7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-47ff4db75ea5aa3f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f95fbc1a014917f8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-262e043b54973e92.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b1e91ff258d1f742.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104382025-05-13T22:11:44.431Z
104392025-05-13T22:11:44.431Zrunning 0 tests
104402025-05-13T22:11:44.431Z
104412025-05-13T22:11:44.431Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104422025-05-13T22:11:44.431Z
104432025-05-13T22:11:44.489Z Doc-tests wicket_common
104442025-05-13T22:11:44.489Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d00dfe191d9f284a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7f62667b5cf8949c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f95fbc1a014917f8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104452025-05-13T22:11:45.229Z
104462025-05-13T22:11:45.229Zrunning 0 tests
104472025-05-13T22:11:45.229Z
104482025-05-13T22:11:45.229Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104492025-05-13T22:11:45.229Z
104502025-05-13T22:11:45.283Z Doc-tests wicket_dbg
104512025-05-13T22:11:45.283Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4a903d30cf223e9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-53dd3d4a655c462b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4d6f0001d10592a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2efd5103e95f91df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-47ff4db75ea5aa3f.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-1748ce299539e2a1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104522025-05-13T22:11:45.777Z
104532025-05-13T22:11:45.777Zrunning 0 tests
104542025-05-13T22:11:45.777Z
104552025-05-13T22:11:45.777Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104562025-05-13T22:11:45.777Z
104572025-05-13T22:11:45.820Z Doc-tests wicketd
104582025-05-13T22:11:45.845Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d267ed5fcc66eb5b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-388427588bad31ec.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d31954d93ff0cb3a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fb134b9a161e070a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9f8e64fcba1e5df2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-df67710f5400e3f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-d1c719480ca2d263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-2d9db2c7190092e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f712f0ca0da2b1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-03f8d194805f45a1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-aab5ea0daa83ab7e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-bc03c9be3a2766a8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-26a5b83d8c8fb370.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7029bc15e960e08b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-272cc30732716048.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d82673e0dd53b56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c9c30ab7cb3a2854.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d0626d2a571d5399.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-fffe7d22aad820fd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-11e72f73350c9f7b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c651809d5b1ad910.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c56ff69aa845049c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-8a5a1161feb3c4d7.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-11424560c78aaf84.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e8bc952dec26e11e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1f5d3c6562077a7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-258406cf9b8c383a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-bcad5addf0b648e7.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-9a365e9c921bf5d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-11274407f19d7287.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-73a6f6d549f217ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6352a5a8370f7743.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-163c5e9a45fd7863.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f5c83a10f24bdf57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dca471660565ee7a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7f38ee2012cba243.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72a68047d0a50401.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3c97eb8460ebc821.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6d2f783aac8e98b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c02d8ed9f0cab85.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e4fdf4bdded753d6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7f62667b5cf8949c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-abb97dbd382c33b5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6adb7912bf9a9b69.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ccc284c85f6873a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-47ff4db75ea5aa3f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f95fbc1a014917f8.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a021b1386bd98e38.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-05852160766391b4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-262e043b54973e92.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104592025-05-13T22:11:46.636Z
104602025-05-13T22:11:46.636Zrunning 0 tests
104612025-05-13T22:11:46.636Z
104622025-05-13T22:11:46.636Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104632025-05-13T22:11:46.636Z
104642025-05-13T22:11:46.690Z Doc-tests wicketd_api
104652025-05-13T22:11:46.690Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d31954d93ff0cb3a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d7dbca9aef11dd51.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4527eb21a952ee66.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a6cefe44b9a7432d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f95fbc1a014917f8.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-05852160766391b4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104662025-05-13T22:11:47.256Z
104672025-05-13T22:11:47.256Zrunning 2 tests
104682025-05-13T22:11:47.281Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
104692025-05-13T22:11:47.281Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
104702025-05-13T22:11:47.281Z
104712025-05-13T22:11:47.281Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
104722025-05-13T22:11:47.281Z
104732025-05-13T22:11:47.307Z Doc-tests wicketd_client
104742025-05-13T22:11:47.307Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-635dd001e5f79077.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-14e6460dbf1dc4c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a583c022ba2aa4b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8f0dbab2f8c9089d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-16a114607d9449df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d472ede6f37c93bc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2fde5ce4b63bf209.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fcfda3857d1092f5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8066a155f5fd3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f819da46ca7fb7bb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f95fbc1a014917f8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-262e043b54973e92.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104752025-05-13T22:11:49.656Z
104762025-05-13T22:11:49.656Zrunning 0 tests
104772025-05-13T22:11:49.656Z
104782025-05-13T22:11:49.656Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104792025-05-13T22:11:49.656Z
104802025-05-13T22:11:49.734Z Doc-tests xtask_downloader
104812025-05-13T22:11:49.759Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b45682c7ecb0125.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-47fc53334f83c231.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d708787ae97d6e3d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e044a984a6b27ede.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-3e92a75f30d99829.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8295d09610cc0b07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-9f185f9c7720bb01.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c7f57a8e748b4293.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-ac1fe1fda3defc50.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104822025-05-13T22:11:49.994Z
104832025-05-13T22:11:49.994Zrunning 1 test
104842025-05-13T22:11:49.994Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 223) ... ignored
104852025-05-13T22:11:49.994Z
104862025-05-13T22:11:50.019Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
104872025-05-13T22:11:50.019Z
104882025-05-13T22:11:50.044Z Doc-tests zone_setup
104892025-05-13T22:11:50.044Z Running `/home/build/.rustup/toolchains/1.86.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-d12449401d8e18e5/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-403ee89fc24db8f8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-aece66bfb5c8df92/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-5fe90ecb72e1690f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb368fe91b2bd145/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ffe28f7f2301d0c2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a7fb19a1e17b70f6/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d5094eb9be5589e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-ffcf51777a761bbd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2e934890dd0a54b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e7bdc3e216e9a782.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b0bc8478db4791c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-354b4282d6db5cc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7688fb7ceb68920e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b8b91ba144c2f0a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-5dea2288fa2aad85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-423cf74c52edd9ec.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-59382ac5036843e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f0f67145d01a5533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-96f42699b3f0ee03.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-eb534fce29ca14c5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce1751a2aa420a04.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-33f3d0067bb2e7e7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104902025-05-13T22:11:50.385Z
104912025-05-13T22:11:50.385Zrunning 0 tests
104922025-05-13T22:11:50.385Z
104932025-05-13T22:11:50.386Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104942025-05-13T22:11:50.386Z
104952025-05-13T22:11:50.531Z
104962025-05-13T22:11:50.532Zreal 2:32.224012826
104972025-05-13T22:11:50.532Zuser 2:26.625009179
104982025-05-13T22:11:50.532Zsys 1:08.473556018
104992025-05-13T22:11:50.532Ztrap 0.041075582
105002025-05-13T22:11:50.532Ztflt 0.523857229
105012025-05-13T22:11:50.532Zdflt 1.700203275
105022025-05-13T22:11:50.532Zkflt 0.001959040
105032025-05-13T22:11:50.532Zlock 1:47.670406989
105042025-05-13T22:11:50.532Zslp 17:13.253964439
105052025-05-13T22:11:50.532Zlat 3.160848454
105062025-05-13T22:11:50.532Zstop 4.957180952
105072025-05-13T22:11:50.558Z+ [[ illumos == \i\l\l\u\m\o\s ]]
105082025-05-13T22:11:50.558Z+ banner live-test
105092025-05-13T22:11:50.558Z
105102025-05-13T22:11:50.558Z # # # # ###### ##### ###### #### #####
105112025-05-13T22:11:50.558Z # # # # # # # # #
105122025-05-13T22:11:50.558Z # # # # ##### ##### # ##### #### #
105132025-05-13T22:11:50.558Z # # # # # # # # #
105142025-05-13T22:11:50.558Z # # # # # # # # # #
105152025-05-13T22:11:50.558Z ###### # ## ###### # ###### #### #
105162025-05-13T22:11:50.558Z
105172025-05-13T22:11:50.558Z+ ptime -m cargo xtask live-tests
105182025-05-13T22:11:51.542Z Compiling serde v1.0.219
105192025-05-13T22:11:51.569Z Compiling rustix v0.38.37
105202025-05-13T22:11:51.569Z Compiling serde_json v1.0.140
105212025-05-13T22:11:51.569Z Compiling libc v0.2.171
105222025-05-13T22:11:51.569Z Compiling syn v2.0.98
105232025-05-13T22:11:51.569Z Compiling bitflags v2.9.0
105242025-05-13T22:11:52.188Z Compiling usdt-impl v0.5.0
105252025-05-13T22:11:52.214Z Compiling syn v1.0.109
105262025-05-13T22:11:52.214Z Compiling hashbrown v0.15.1
105272025-05-13T22:11:52.247Z Compiling log v0.4.22
105282025-05-13T22:11:52.388Z Compiling fs-err v3.1.0
105292025-05-13T22:11:52.637Z Compiling anyhow v1.0.98
105302025-05-13T22:11:52.704Z Compiling once_cell v1.21.3
105312025-05-13T22:11:53.039Z Compiling thread-id v4.2.2
105322025-05-13T22:11:53.130Z Compiling indexmap v2.9.0
105332025-05-13T22:11:54.553Z Compiling terminal_size v0.4.0
105342025-05-13T22:11:54.553Z Compiling tempfile v3.13.0
105352025-05-13T22:11:54.735Z Compiling clap_builder v4.5.35
105362025-05-13T22:11:55.232Z Compiling proc-macro-error v1.0.4
105372025-05-13T22:11:56.002Z Compiling tabled_derive v0.7.0
105382025-05-13T22:11:57.417Z Compiling tabled v0.15.0
105392025-05-13T22:11:57.990Z Compiling serde_derive v1.0.219
105402025-05-13T22:11:57.991Z Compiling thiserror-impl v1.0.69
105412025-05-13T22:11:57.991Z Compiling zerocopy-derive v0.7.35
105422025-05-13T22:11:57.991Z Compiling scroll_derive v0.12.0
105432025-05-13T22:11:57.991Z Compiling thiserror-impl v2.0.12
105442025-05-13T22:11:58.016Z Compiling clap_derive v4.5.32
105452025-05-13T22:11:59.447Z Compiling scroll v0.12.0
105462025-05-13T22:11:59.989Z Compiling goblin v0.8.2
105472025-05-13T22:12:00.015Z Compiling zerocopy v0.7.35
105482025-05-13T22:12:00.726Z Compiling thiserror v1.0.69
105492025-05-13T22:12:00.935Z Compiling pest v2.7.14
105502025-05-13T22:12:00.986Z Compiling thiserror v2.0.12
105512025-05-13T22:12:01.988Z Compiling clap v4.5.35
105522025-05-13T22:12:03.128Z Compiling pest_meta v2.7.14
105532025-05-13T22:12:04.379Z Compiling pest_generator v2.7.14
105542025-05-13T22:12:05.577Z Compiling pest_derive v2.7.14
105552025-05-13T22:12:06.476Z Compiling dtrace-parser v0.2.0
105562025-05-13T22:12:07.336Z Compiling serde_tokenstream v0.2.2
105572025-05-13T22:12:07.381Z Compiling serde_spanned v0.6.8
105582025-05-13T22:12:07.445Z Compiling toml_datetime v0.6.8
105592025-05-13T22:12:07.584Z Compiling camino v1.1.9
105602025-05-13T22:12:07.609Z Compiling cargo-platform v0.1.8
105612025-05-13T22:12:07.644Z Compiling semver v1.0.26
105622025-05-13T22:12:07.671Z Compiling macaddr v1.0.1
105632025-05-13T22:12:07.921Z Compiling toml_edit v0.22.24
105642025-05-13T22:12:08.113Z Compiling camino-tempfile v1.3.0
105652025-05-13T22:12:08.790Z Compiling dof v0.3.0
105662025-05-13T22:12:08.815Z Compiling cargo_metadata v0.19.2
105672025-05-13T22:12:10.254Z Compiling usdt-attr-macro v0.5.0
105682025-05-13T22:12:10.254Z Compiling usdt-macro v0.5.0
105692025-05-13T22:12:10.966Z Compiling toml v0.8.20
105702025-05-13T22:12:11.534Z Compiling usdt v0.5.0
105712025-05-13T22:12:11.786Z Compiling cargo_toml v0.21.0
105722025-05-13T22:12:15.156Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
105732025-05-13T22:12:19.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.88s
105742025-05-13T22:12:19.586Z Running `target/debug/xtask live-tests`
105752025-05-13T22:12:19.649Zusing temporary directory: /var/tmp/omicron_tmp/.tmpCFOUnS
105762025-05-13T22:12:19.649Zwill create archive file: /var/tmp/omicron_tmp/.tmpCFOUnS/live-tests-archive/omicron-live-tests.tar.zst
105772025-05-13T22:12:19.649Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
105782025-05-13T22:12:19.649Z
105792025-05-13T22:12:19.674Zrunning: /home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpCFOUnS/live-tests-archive/omicron-live-tests.tar.zst"
105802025-05-13T22:12:22.984Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
105812025-05-13T22:12:23.025Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
105822025-05-13T22:12:23.057Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
105832025-05-13T22:12:23.082Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
105842025-05-13T22:12:23.117Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
105852025-05-13T22:12:23.145Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
105862025-05-13T22:12:23.170Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
105872025-05-13T22:12:24.275Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
105882025-05-13T22:12:31.165Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
105892025-05-13T22:12:31.195Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
105902025-05-13T22:12:31.195Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
105912025-05-13T22:12:31.195Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
105922025-05-13T22:12:31.227Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
105932025-05-13T22:12:34.496Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
105942025-05-13T22:12:48.502Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
105952025-05-13T22:12:48.502Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
105962025-05-13T22:12:48.528Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
105972025-05-13T22:12:48.528Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
105982025-05-13T22:12:50.543Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
105992025-05-13T22:13:29.348Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
106002025-05-13T22:13:29.700Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
106012025-05-13T22:13:34.045Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
106022025-05-13T22:13:34.942Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
106032025-05-13T22:14:24.312Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
106042025-05-13T22:14:27.342Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
106052025-05-13T22:14:55.266Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 33s
106062025-05-13T22:14:55.496Zinfo: experimental features enabled: setup-scripts
106072025-05-13T22:14:55.522Z Archiving 1 binary, 1 build script output directory, 4 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpCFOUnS/live-tests-archive/omicron-live-tests.tar.zst
106082025-05-13T22:14:55.973Z Archived 75 files to /var/tmp/omicron_tmp/.tmpCFOUnS/live-tests-archive/omicron-live-tests.tar.zst in 0.47s
106092025-05-13T22:14:56.044Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpCFOUnS/live-tests-archive\""
106102025-05-13T22:14:56.069Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpCFOUnS" "live-tests-archive"
106112025-05-13T22:14:56.172Zcreated:
106122025-05-13T22:14:56.173ZTo use this:
106132025-05-13T22:14:56.173Z
106142025-05-13T22:14:56.173Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
106152025-05-13T22:14:56.173Z1. Copy the tarball to the switch zone in a deployed Omicron system.
106162025-05-13T22:14:56.173Z
106172025-05-13T22:14:56.198Z e.g., scp \
106182025-05-13T22:14:56.198Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
106192025-05-13T22:14:56.198Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
106202025-05-13T22:14:56.198Z
106212025-05-13T22:14:56.198Z2. Copy the `cargo-nextest` binary to the same place.
106222025-05-13T22:14:56.198Z
106232025-05-13T22:14:56.198Z e.g., scp \
106242025-05-13T22:14:56.198Z $(which cargo-nextest) \
106252025-05-13T22:14:56.198Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
106262025-05-13T22:14:56.199Z
106272025-05-13T22:14:56.199Z3. From the switch zone on that system, unpack the tarball with:
106282025-05-13T22:14:56.199Z
106292025-05-13T22:14:56.199Z tar xzf live-tests-archive.tgz
106302025-05-13T22:14:56.199Z
106312025-05-13T22:14:56.199Z4. From the switch zone on that system, run tests with:
106322025-05-13T22:14:56.199Z
106332025-05-13T22:14:56.199Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
106342025-05-13T22:14:56.199Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
106352025-05-13T22:14:56.199Z --workspace-remap live-tests-archive
106362025-05-13T22:14:56.199Z
106372025-05-13T22:14:56.199Z
106382025-05-13T22:14:56.199Zreal 3:05.633954189
106392025-05-13T22:14:56.199Zuser 6:27.192236925
106402025-05-13T22:14:56.199Zsys 49.782044639
106412025-05-13T22:14:56.199Ztrap 0.146147610
106422025-05-13T22:14:56.199Ztflt 0.769598778
106432025-05-13T22:14:56.199Zdflt 3.083339786
106442025-05-13T22:14:56.199Zkflt 0.000830103
106452025-05-13T22:14:56.199Zlock 14:56.160893058
106462025-05-13T22:14:56.199Zslp 25:37.112407264
106472025-05-13T22:14:56.199Zlat 6.163803119
106482025-05-13T22:14:56.199Zstop 18.069183491
106492025-05-13T22:14:56.199Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
106502025-05-13T22:14:56.199Z+ unset TMPDIR
106512025-05-13T22:14:56.199Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
106522025-05-13T22:14:56.199Zfiles in /var/tmp/omicron_tmp (none expected on success):
106532025-05-13T22:14:56.199Z+ find /var/tmp/omicron_tmp -ls
106542025-05-13T22:14:56.199Z164930 33 drwxr-xr-x 2 build build 2 May 13 22:14 /var/tmp/omicron_tmp
106552025-05-13T22:14:56.199Z+ rmdir /var/tmp/omicron_tmp
106562025-05-13T22:14:56.253Zprocess exited: duration 5418407 ms, exit code 0
 
106572025-05-13T22:14:56.344Zfound 3 output files
106582025-05-13T22:14:56.344Zuploading: /work/crate-build-timings.json (638225 bytes)
106592025-05-13T22:14:57.565Zuploaded: /work/crate-build-timings.json
106602025-05-13T22:14:57.591Zuploading: /work/environment.json (130 bytes)
106612025-05-13T22:14:58.667Zuploaded: /work/environment.json
106622025-05-13T22:14:58.667Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (405291 bytes)
106632025-05-13T22:14:59.929Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml